数据生成模式视频搜索



我正在构建一个视频播放器,并尝试使用数据生成模式。但当我试图寻找的时候,我找不到一个合适的方法。我搜索了很多,但找不到在数据生成模式下搜索的示例。

在这种情况下,有人能帮我吗。如果您有actionscript-3数据生成模式下视频流的示例代码,请分享。我需要一个工作代码示例。

这有帮助吗?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

最新更新