Skip to main content

All Questions

0 votes
1 answer
4k views

how to access a remote IP camera using UID

My colleague installed an IP camera and I want to access it to get frames from the stream. However, the IP provided is local, so I don't know how to access it. The access data I got looks like this: ...
terauser's user avatar
3 votes
0 answers
4k views

VLC is not picking up FFMPEG UDP stream

I have FFMpeg streaming video via UDP to my desktop. I ran a wireshark analysis, and the data is reaching my desktop, you can see one of the packets below. However, when I look for a network stream ...
tuskiomi's user avatar
  • 853
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