COPYRIGHT RESERVED 2009 BY MAX TSAI



Visit Max Tsai at Facebook | Twitter | atom

Monday, April 30, 2007

To dump 'raw' Real Audio/Video RTSP stream on Mac

This is an easy way to dump Real RTSP stream:

1. Download MPlayer (http://www.mplayerhq.hu/) if you do not have it on your Mac. I use MPlayer and VLC a lot.
2. Open a Terminal
3. Find the binary 'mplayer' under where you install the MPlayer (dig deep into the "MPlayer OSX.app" folder); make sure to use the right version for your Mac, i.e. universal binary version for MacBooks
4. run $MPLAYER_PATH/mplayer -dumpstream rtsp://aaa.bbb.com/whatever.rm
** make sure you have the write permission for thr folder ^_^
5. The streaming video is dumped as stream.dump
6. Rename it to whatever.rm

I think you can use RTSPget to do the same, but I just have not had success to compile it under OS X ..
That is it! Max

No comments:

Post a Comment