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...