1

我正在構建視頻播放器並嘗試使用數據生成模式。但是當我試圖尋找時,我找不到正確進行的方法。我搜索了很多,但找不到在數據生成模式下尋找的例子。數據生成模式視頻搜索

有人可以幫助我在這種情況下請。如果你有一個動作腳本-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