Can't get VLC to play a UDP stream
Posted: 09 Dec 2009 02:06
Ok, I'm very new to the whole encoding/decoding process, so take it easy on me.
I've got a situation where I have a camera streaming H264 video over a UDP port. I can get the video to play on my computer with the following ffplay command:
ffplay.exe -f h264 -port 1234
However, using VLC I cannot get it to play, here's the command line I'm using
vlc.exe udp://@192.1.1.1:1234
where 192.1.1.1:1234 is my IP address and where the stream is being sent by the camera hardware)
Using Wireshark I can verify that the video is actually streaming to my machine.
Can someone please direct me on how to start debugging this issue? I've looked through the command line arguments for VLC and didn't see anything jump out to me that I need to be setting. I really want to get this working through VLC if possible and would also really like to understand what's going on.
Thanks
I've got a situation where I have a camera streaming H264 video over a UDP port. I can get the video to play on my computer with the following ffplay command:
ffplay.exe -f h264 -port 1234
However, using VLC I cannot get it to play, here's the command line I'm using
vlc.exe udp://@192.1.1.1:1234
where 192.1.1.1:1234 is my IP address and where the stream is being sent by the camera hardware)
Using Wireshark I can verify that the video is actually streaming to my machine.
Can someone please direct me on how to start debugging this issue? I've looked through the command line arguments for VLC and didn't see anything jump out to me that I need to be setting. I really want to get this working through VLC if possible and would also really like to understand what's going on.
Thanks