3

I need to stream video from USB webcam. I am using avconv, but it has delay min 5s.

Is possible to stream in real time without delay?

avconv -f video4linux2 -i /dev/video0 -vcodec libx264 -f mpegts udp://192.168.1.2:1234

avconv -f video4linux2 -i /dev/video0 -vcodec libx264 -f flv rtmp://192.168.1.2:1234/test
llogan
  • 57,139
  • 15
  • 118
  • 145
martin
  • 171
  • 1
  • 8
  • 1
    You should read the section on "Latency" in the [FFMPEG Streaming Guide](https://trac.ffmpeg.org/wiki/StreamingGuide#Latency) – heavyd Feb 12 '15 at 15:20

0 Answers0