I\'m trying to stream video from /dev/video0 and bind it to port 1234 using this command:
ffmpeg -f v4l2 -i /dev/video0 -s 320x240 -f h264 udp://0.0.0.0:1234