Opened 6 years ago
#7559 new defect
increase hls input buffer for 30 seconds to stream to mpegts
Reported by: | krs_vital | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
How to increase the input buffer to 30 seconds and after reaching this value, start broadcasting?
example:
/usr/local/bin/ffmpeg -re -avoid_negative_ts +make_zero -reconnect true -i https://tsargrad-livehls.cdnvideo.ru/tsargrad-publish/streamtr_720p/chunklist.m3u8 -flush_packets 0 -y -c copy -f mpegts udp://239.192.26.40:1234?ttl=10&pkt_size=1316&buffer_size=65535&overrun_nonfatal=1
Note:
See TracTickets
for help on using tickets.