Skip to main content

All Questions

0 votes
0 answers
1k views

Video streaming fails over rtp protocol

Video streaming between Unix Server (ffmpeg) and Windows client (vlc) completed without errors. Server side: ffmpeg -f v4l2 -r 25 -i /dev/video0 http://192.168.1.114:27018/feed1.ffm Client side: ...
dempap's user avatar
  • 439
5 votes
2 answers
23k views

FFMPEG: Stream a file with original playing rate

I want to stream a file to the network using ffmpeg in it's original frame rate; so I can play the generated UDP stream using some receiver client such as VLC. I used this command: ffmpeg -i "...
sajad's user avatar
  • 175