Hi,
I am trying to save an incoming RTP mp4 stream into my hard drive. To do this, I use the following command line:
vlc -vvv udp:// :demux=dump :demuxdump-file="incoming.mp4" --drop-late-frames --file-logging --logfile="C:\mylog.txt" :udp-caching=3000
Problems:
1) I can not view this video at the same time. Normally, VLC allows you to view what you are saving in real-time. For example, I use the same command for 3gp streams and i am able to save and view at the same time.
2) If I save it using the above commandline, then the saved video freezes after a while. This is weird because it does not freeze when I am watching the same thing without saving using the command: vlc -vvv udp:// --drop-late-frames :udp-caching=3000. What is the difference?
3) Last but not the least, can i save any incoming rtp stream in uncompressed YUV or RGB format (as it is being decoded in real time)?
Thanks in advance.
Tanir