Re: [FFmpeg-user] segment muxer deprecation warning: "Timestamps are unset in a packet for stream 0"

2021-03-23 Thread Paul B Mahol
On Tue, Mar 23, 2021 at 4:58 PM Peter B. wrote: > Hi Paul! > > On 22.03.21 20:15, Paul B Mahol wrote: > > It is warning for lazy devs. > > > > If for any reason it errors in muxing stage, you may use fresh setts > > bitstream filter to fix it. > > Thanks for the info. > What is the "fresh setts b

Re: [FFmpeg-user] segment muxer deprecation warning: "Timestamps are unset in a packet for stream 0"

2021-03-23 Thread Peter B.
Hi Paul! On 22.03.21 20:15, Paul B Mahol wrote: It is warning for lazy devs. If for any reason it errors in muxing stage, you may use fresh setts bitstream filter to fix it. Thanks for the info. What is the "fresh setts bitstream filter" - and could you point me to an example how to use it i

Re: [FFmpeg-user] ffmpeg srt to udp

2021-03-23 Thread andrei ka
imho, you should first just test your case on a clean input on lan, make a ts file, play it in loop with ffmpeg to multicast locally, retransmit udp to srt locally with srt-live-transmit and test the rest of your chain. chances are your pb is not your in your commands but it your network / inputs..

Re: [FFmpeg-user] ffmpeg srt to udp

2021-03-23 Thread Javier Fuentes
Good Morning this my ffmpeg pipe with poor result ffmpeg -fflags discardcorrupt -probesize 15000k -i "srt://195.10:9002?pkt_size=1316&mode=listener" -map 0 -codec copy -f mpegts udp://195.10...:9000?pkt_size=1316 Thanks for your help Best regards On Mon, Mar 22, 2021 at 9:16 PM adam sm