如何因过期而更改动态流 URL(通过 CloudFront)
因此,使用 CloudFront 和 OSMF 的一个问题是每个流最终都会过期(在我的例子中为 10 分钟),并导致 NetStream.Failed 事件。有没有一种方法可以动态更改视频的动态流资源,而不会造成严重破坏并恢复正常播放?
So an issue with using CloudFront and OSMF is that each stream eventually expires (10 minutes in my case) and it leads to a NetStream.Failed event. Is there a way to dynamically change a video's dynamic streaming resource without causing havoc and resuming playback as normal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您正在使用安全动态流。正常的动态流不会导致此行为。
您应该使用安全的流媒体插件(例如 akamai Advancedstreamingplugin)。
或者您是否找到了另一种方法来实现这一目标?
Looks like you are using secure dynamic streaming. The normal dynamic stream does not cause this behavior.
You should use a secure streaming plugin (like the akamai advancedstreamingplugin).
Or have you found another way to achieve this?