1

ビデオプレーヤーを構築していて、データ生成モードを使用しようとしています。しかし、私が追求しようとしたとき、私は適切に進める方法を見つけることができませんでした。私は多くを検索しましたが、データ生成モードで検索する例は見つかりませんでした。データ生成モードビデオシークレット

誰でもこの状況で私を助けてください。 actionscript-3データ生成モードでビデオストリーミングのサンプルコードをお持ちの場合は、共有してください。私は、作業コードの例が必要です。

答えて

0

これは役に立ちますか? http://forums.adobe.com/thread/646900

ns.seek(0); //the parameter to seek() is irrelevant, as both the playout and FIFO buffers will be cleared 

ns.appendBytesAction(NetStreamAppendBytesAction.RESET_SEEK); //you can do this in NetStreamStatus if you want 

ns.appendBytes(seekPosBytes); //write the bytes to play from the desired stream position