Red5 中的 NetStream.Seek

发布于 2024-12-22 17:35:22 字数 187 浏览 1 评论 0原文

我有一个简单的问题。

通常我们使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虐人心 2024-12-29 17:35:22

我不确定您是否有问题或测试用例。 seek() 应该在缓冲区之外工作。但是,您也必须使用允许此行为的视频格式。另外,请仔细检查 inBufferSeek=false

有关 NetStream 的 Adob​​e 文档

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 that inBufferSeek=false.

Adobe docs on NetStream.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文