Log in

View Full Version : player to save H.264 streaming video to a file


pengyou54
16th May 2006, 16:37
I have a H.264 video file wrapper by MPEG-4 system standard, which is x_h264.mp4. I used Darwin Streaming server to streaming this file out by rtsp://x.x.x.x/x_h264.mp4. In the reciever end, I am intended to save received streaming video into a file. I tried vlc-0.8.5a and mplayer. Nothing works for this purpose. Could you tell me of a player capable of doing it?

Thank you so much!

nm
16th May 2006, 16:49
So you tried "mplayer -dumpstream rtsp://x.x.x.x/x_h264.mp4 -dumpfile out.mp4"? What did it do?