Red5 中的 NetStream.Seek
我有一个简单的问题。
通常我们使用NetStream.Seek
方法,但是它会在缓冲区超过搜索时间长度后进行搜索。(HTTP)
我们可以像red5中的youtube一样搜索超出缓冲区的视频吗?
它会从搜索点启动缓冲区吗?请告诉我。
如果可能的话给我一些代码示例(RTMP)
I have one quick question.
Normally we use NetStream.Seek
method but it will make the seek after the buffer area crossed the seek time length.(HTTP)
Can we seek the video that is beyond the buffered area like youtube in red5.
Will it start the buffer from the seek point.Please let me know.
If possible means give me some code sample(RTMP)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否有问题或测试用例。
seek()
应该在缓冲区之外工作。但是,您也必须使用允许此行为的视频格式。另外,请仔细检查inBufferSeek=false
。有关 NetStream 的 Adobe 文档。
I'm not sure if you have a question or a test case.
seek()
should work beyond the buffer. However, you have to use a video format that allows this behavior, too. Also, double-check thatinBufferSeek=false
.Adobe docs on NetStream.