linux命令行下载工具
name.log 2>&1 mplayer -dumpstream -dumpfile Name.rm rtsp://rm.file.com/Name.rm >name.log 2>&1 -dumpstream是转存数据流 -dumpfile Name.wmv是指定文件名 >Name.log 2>&1是记录日志,如果出错,可以查看日志]]>
name.log 2>&1 mplayer -dumpstream -dumpfile Name.rm rtsp://rm.file.com/Name.rm >name.log 2>&1 -dumpstream是转存数据流 -dumpfile Name.wmv是指定文件名 >Name.log 2>&1是记录日志,如果出错,可以查看日志]]>