Linux中下载rtsp协议的rm 流媒体

关于在Linux中下载rtsp协议的rm 流媒体,记一下.

via Capture or record a real audio/video (rtsp) stream in Linux,

--------------------------------------------------------------------------------

Capture or record a real audio/video (rtsp) stream in Linux
Problem
You want to save (capture) a RealAudio or RealVideo stream to a file for later viewing or listening.
Keywords
Real, RealAudio, RealVideo, capture, record, streaming, stream, rip, ripping, mplayer, Linux.
Solution

mplayer -noframedrop -dumpfile out.rm -dumpstream rtsp://url/to/file.rm

(Michael Carr notes that passing a -bandwidth N option, where N is your available bandwidth may considerably speed up the download; the mplayer manual seems to be unclear about it being bits or bytes, though.)

When the download is done you can watch or listen to out.rm with a media player, like realplay or mplayer.

--------------------------------------------------------------------------------


还没有试验,毕竟现在 rm 越来越少了,都是 flv 的天下,:( 以后也要用到,备份在此

以下为引用内容:
--------------------------------------------------------------------------------

Problem
You want to save (capture) a RealAudio or RealVideo stream to a file for later viewing or listening.
Keywords
Real, RealAudio, RealVideo, capture, record, streaming, stream, rip, ripping, mplayer, Linux.
Solution

mplayer -noframedrop -dumpfile out.rm -dumpstream rtsp://url/to/file.rm

(Michael Carr notes that passing a -bandwidth N option, where N is your available bandwidth may considerably speed up the download; the mplayer manual seems to be unclear about it being bits or bytes, though.)

When the download is done you can watch or listen to out.rm with a media player, like realplay or mplayer.
--------------------------------------------------------------------------------

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/6cf4f6c4ae1d603e15088bd62f05d30d.html