0

これは私のリンゴの拒絶です ここに画像の説明を入力

mediastreamvalidatortool を使用した私のテストのスクリーンショットも ここに画像の説明を入力

では、このストリームを Apple に受け入れさせるには、サーバー側で何ができますか? このアプリはiPhone3gs/iPad1,2およびiPhone4用です

4

1 に答える 1

1

参照:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html%23//apple_ref/doc/uid/TP40008332-CH102-SW5
http://en .wikipedia.org/wiki/HTTP_Live_Streaming
SPS および PPS を使用した x264 IDR アクセス ユニット
https://devforums.apple.com/thread/45830?tstart=15 (開発者アカウントに Apple ID が必要)
http://developer.apple .com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_39

サーバー側を変更して HTTP ライブ ストリーミング プロトコルを提供し、再コーディングによってメディアを変更する必要があります

その他の推奨される解決策は次のとおりです。

  • トランスポート ストリームを作成する代わりに、.mov ファイルを作成し、それを mediafilesegmenter に渡します。
  • トランスポート ストリーム ファイルには、medafilesegmenter の代わりに mediastreamsegmenter を使用します (cat | mediastreamsegmenter -p)。
于 2011-09-18T10:15:37.463 に答える