开发者

Update .m3u8 playlist file for HTTP Live streaming?

开发者 https://www.devze.com 2023-02-18 11:59 出处:网络
I am converti开发者_运维问答ng 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:

I am converti开发者_运维问答ng 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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消