rtmpdump命令
rtmpdump makes a connection to the specified RTMP server and plays the media specified by the given url. The url should be of the form
rtmp[t][e]://hostname[:port][/app[/playpath]]
Plain rtmp, as well as tunneled and encrypted sessions are supported.
0 = rtmp 1 = rtmpt 2 = rtmpe 3 = rtmpte 4 = rtmps 5 = rtmpts
-C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0
Print a summary of command options.
实例
1. 抓去实时流
rtmpdump.exe -r rtmp://192.168.17.7/live/1111 -v -o 111.flv
-r url参数
-v 是否为直播
-o 保存的文件