更新 .m3u8 播放列表文件以进行 HTTP 直播?

发布于 2024-10-24 20:32:00 字数 164 浏览 0 评论 0原文

我正在将传入电影中的 MPEG-2 可传输格式转换为不可播放的实时流媒体,然后使用 mediastreamvalidator 验证 .m3u8 文件,它显示“警告:在没有 EXT-X-DISCONTINUITY 标记的情况下检测到流不连续性”。使用 FFMPEG 进行转换,请帮助我缺少什么?

斯里

I am converting MPEG-2 transportable format from incoming movie for live streaming which is not playable, then validate the .m3u8 file by using mediastreamvalidator, it says "WARNING: stream discontinuity detected without EXT-X-DISCONTINUITY tag". The conversion happen using FFMPEG, please help me what i am missing?

Sri

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

生生漫 2024-10-31 20:32:00

这可能是指 PTS 和 PCR 不连续性。当使用新上下文生成不同的流时 - PTS 和 PCR 值可能完全不同步。这可能是引发不连续警告的潜在问题。

Possibly this refers to PTS and PCR discontinuity. When a different streams are generated using fresh context - the PTS and PCR values might be completely off the sync. This can be a potential problem that throws Warning of discontinuity.

千柳 2024-10-31 20:32:00

使用 FFMPEG 时,您可以使用 setpts 选项重写输出文件上的时间戳。

When using FFMPEG, you can rewrite the timestamps on the output files with the setpts option.

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