Re: [FFmpeg-user] Streaming overseas

2019-02-18 Thread Manuel Alejandro
I'll take a look at KCP (thanks for mentioning it!). I'm really taking SRT to the limit for when problems or connection interruptions occur. Apparently the implementation of SRT within FFMPEG has some problems that do not happen when I use SRT-live-transmit with output to udp while reading this

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Jack Waller
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 accelerates and then the > latency goes to 0 (What I hope is that when the connection is stabilized > again, the latency will remain at 600ms.) SRT is not the REAL

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Manuel Alejandro
; To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Streaming overseas > > 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 forwar

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Alex Molon
uis Letourneau > > Sent: 05 November 2018 18:44 > > To: FFmpeg user questions > > Subject: Re: [FFmpeg-user] Streaming overseas > > > > > Hello Louis, > > > > > > Have you take a look at SRT protocol ? > > > > > > Source code : ht

Re: [FFmpeg-user] Streaming overseas

2019-02-03 Thread Manuel Alejandro
stable, low latency, transports any MPEG-TS content. > > It is designed expressely for hi quality streams over internet. > > > > Alex :) > > > > -Original Message- > > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > > Louis Letourneau

Re: [FFmpeg-user] Streaming overseas

2019-02-03 Thread Mustafa Al Ani
r hi quality streams over internet. > > Alex :) > > -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Louis Letourneau > Sent: 05 November 2018 18:44 > To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Streaming overs

Re: [FFmpeg-user] Streaming overseas

2018-12-20 Thread Alex Molon
To: FFmpeg user questions Subject: Re: [FFmpeg-user] Streaming overseas > Hello Louis, > > Have you take a look at SRT protocol ? > > Source code : https://github.com/Haivision/srt > > Latest FFmpeg handle this protocol (if i am not wrong). > I didn't know about it. I will

Re: [FFmpeg-user] Streaming overseas

2018-11-05 Thread Louis Letourneau
> Hello Louis, > > Have you take a look at SRT protocol ? > > Source code : https://github.com/Haivision/srt > > Latest FFmpeg handle this protocol (if i am not wrong). > I didn't know about it. I will try it as soon as i can. It seems interesting. Louis >

Re: [FFmpeg-user] Streaming overseas

2018-11-04 Thread Karim SLIMANI
Le sam. 3 nov. 2018 à 14:59, Louis Letourneau a écrit : > I was wondering if anyone had experience streaming 720p ~5000kbit/s > video overseas successfully? If so which protocol did you use? > > I'm trying to stream between Stockholm sweden to toronto canada. > Using mpegts over tcp, I sometimes

Re: [FFmpeg-user] Streaming overseas

2018-11-03 Thread Mettavihari D
On Sat, 3 Nov 2018, 21:36 Nikhil Yadav Pro-mpeg or any protocol will not serve you for cross continent serving due > to so many hops or routing. > > Cheapest will be to serve HLS through CDN. > I would imagine that udp would be the best. A dropped frame here and there would not be noticed.

Re: [FFmpeg-user] Streaming overseas

2018-11-03 Thread Nikhil Yadav
Pro-mpeg or any protocol will not serve you for cross continent serving due to so many hops or routing. Cheapest will be to serve HLS through CDN. On Sat, Nov 3, 2018, 9:33 PM Louis Letourneau wrote: > > You can do it by 2 ways > > 1. Push it as RTMP and client can then convert RTMP to HLS > >

Re: [FFmpeg-user] Streaming overseas

2018-11-03 Thread Louis Letourneau
> You can do it by 2 ways > 1. Push it as RTMP and client can then convert RTMP to HLS > > 2. However if you still see packet loss then dump stream to ts packets on > S3 or any SSD storage and serve it through CDN HLS Please don't top post thanks. Yeah I don't see any other way than to find a

Re: [FFmpeg-user] Streaming overseas

2018-11-03 Thread Nikhil Yadav
You can do it by 2 ways 1. Push it as RTMP and client can then convert RTMP to HLS 2. However if you still see packet loss then dump stream to ts packets on S3 or any SSD storage and serve it through CDN HLS On Sat, Nov 3, 2018, 7:29 PM Louis Letourneau wrote: > I was wondering if anyone had

Re: [FFmpeg-user] Streaming overseas

2018-11-03 Thread Louis Letourneau
> Try rtmp Please don't top post, thanks I just tried same issue as mpegts over tcp. doesn't handle packet loss/retries well, tcp buffer exhausts itself sometimes. Louis ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] Streaming overseas

2018-11-03 Thread Louis Letourneau
I was wondering if anyone had experience streaming 720p ~5000kbit/s video overseas successfully? If so which protocol did you use? I'm trying to stream between Stockholm sweden to toronto canada. Using mpegts over tcp, I sometimes get so many retries that the bandwith falls below 5MBit/s for many