[FFmpeg-trac] #5419(avformat:open): HLS EXT-X-DISCONTINUITY tag is not supported
FFmpeg
trac at avcodec.org
Thu Jan 18 00:15:41 EET 2024
#5419: HLS EXT-X-DISCONTINUITY tag is not supported
------------------------------------+------------------------------------
Reporter: xyq204101 | Owner: (none)
Type: defect | Status: open
Priority: important | Component: avformat
Version: git-master | Resolution:
Keywords: hls | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
------------------------------------+------------------------------------
Comment (by adamvaul):
I also am working on this issue and would be very grateful for any help in
getting ffmpeg to recognize and properly output from .m3u8 with
EXT-X-DISCONTINUITY tags into rtmp.
We are currently using this command to output to youtube stream:
ffmpeg -re -protocol_whitelist file,http,https,tcp,tls,crypto
-live_start_index -99999 -i out.m3u8 -acodec copy -vcodec copy -f flv
"rtmp://a.rtmp.youtube.com/live2/..."
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5419#comment:32>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list