Dump a rtmp/mms stream in Linux
If you have rtmpdump in your computer, you may record a rtmp stream using the following command.
rtmpdump -r [rtmp_stream] -o [output_file]
Example rtmp streams: DBC (Hong Kong)
rtmpdump -r rtmp://58.64.197.165/live/dbc2 -o dbc2recording.flv
Another example rtmp streams: rthk tv stream
rtmpdump -r rtmp://stmw.rthk.hk/livet/livetvma3.stream -o rthktvrecording.flv
Use mimms for mms stream.
rtmpdump -r [rtmp_stream] -o [output_file]
Example rtmp streams: DBC (Hong Kong)
rtmpdump -r rtmp://58.64.197.165/live/dbc2 -o dbc2recording.flv
Another example rtmp streams: rthk tv stream
rtmpdump -r rtmp://stmw.rthk.hk/livet/livetvma3.stream -o rthktvrecording.flv
Use mimms for mms stream.
Comments
Post a Comment