Skip to main content

All Questions

6 votes
2 answers
19k views

Cannot play video stream from FFMPEG to VLC

I'm trying to stream my local webcam using FFMPEG. For test purposes, I'm doing this locally and try to open the stream using VLC (3.0.8, Windows 10). This is how I stream from FFMPEG: ffmpeg -f ...
ma0ho's user avatar
  • 161
0 votes
1 answer
401 views

Need to Specify source for UDP video stream, what is the syntax?

I am trying to add to my IPTV box a m3u list with UDP streams but I have to specify the source IP in order for it to run. With VLC it works with this syntax: udp://[sourceIP]:2000@[MulticatsIP]:2000 ...
ale_gatz's user avatar
8 votes
1 answer
135k views

Play UDP stream in VLC?

I receive an UDP video stream of which I know both the IP adresses and the incoming and outgoing ports of both computers. How can I play it in vlc? udp:@:1234 Does not work for me. How to fix this?
Nicky Smits's user avatar