[FFmpeg-user] Reducing delay of stream
Jordan Schaenzle
jordan.schaenzle at atomicembedded.com
Tue Oct 16 16:56:25 CEST 2012
Would it be better to use RTP rather than just udp?
On Oct 15, 2012, at 1:07 PM, Roger Pack wrote:
>> I am trying to use ffmpeg to stream the desktop of one computer to another computer on an internal network. I am using VLC on the receiving side and I have also tested with ffplay. It is very important that the delay for the entire process be as minimal as possible. I have been experimenting with different ffmpeg commands but have not been able to reduce the delay beyond about 2 seconds. Right now, the command that give the best performance is:
>>
>> ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port
>>
>> Do you have any suggestions for how I could reduce the delay any more?
>
> here's my latency write up...
> http://ffmpeg.org/trac/ffmpeg/wiki/StreamingGuide#Latency
>
> Let me know if you find anything else out.
> -r
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list