Re: [FFmpeg-user] Streaming overseas

2019-02-18 Thread Manuel Alejandro
maintain the latency in 600ms even after a connection interruption. On Fri, Feb 15, 2019 at 12:52 AM Jack Waller wrote: > On Fri, Feb 15, 2019 at 9:17 AM Manuel Alejandro > wrote: > > > > I got the same result. > > > > Here a video where you can see how the music

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Manuel Alejandro
wrote: > On the receiver side, set the latency around 600ms > > https://ffmpeg.org/ffmpeg-protocols.html#srt > > -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Manuel Alejandro > Sent: 03 February 2019 16:18 >

Re: [FFmpeg-user] Streaming overseas

2019-02-03 Thread Manuel Alejandro
Hi Mustafa Al Ani, How do you deal with the delay variations when loss of unrecoverable packets occurs? In my case, the delay decreases. For example, it goes from 400ms to 0ms. The playback jumps forward. At the moment I do not know how to avoid this. On Sun, Feb 3, 2019 at 7:36 AM Mustafa Al Ani

[FFmpeg-user] Prevent delay variation when packet loss occurs in ffplay

2019-01-18 Thread Manuel Alejandro
Hi. I am trying to receive a SRT transmission while maintaining the delay all the time but when (or simulate) packet loss occurs, the delay decreases (the audio queue goes from "aq = 44KB" to "aq = 0"). In the next command the latency is approximately 3000 milliseconds at the beginning. What I'm