PDA

View Full Version : How to record from the Rtmp


a000001
04-19-2015, 05:47 AM
im trying to pick up this link but i cant with rtmpsuck. can somebody give me a hand with this?

rtmp://149.3.141.210:1935/tv//ttv04

or

rtmp://149.3.141.210/tv//ttv04


this video web site:

http://tv.itver.cc/ttv/#tabs-81-0-1

370


371

you need to hit the play button it doesnt load automatically.

thanks.

biezom
04-19-2015, 06:16 AM
hi

rtmpdump -v -r "rtmp://149.3.141.210:1935/tv/" -a "tv/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp" -y "ttv04" -o "ttv04.flv"

a000001
04-19-2015, 08:59 AM
hi

rtmpdump -v -r "rtmp://149.3.141.210:1935/tv/" -a "tv/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp" -y "ttv04" -o "ttv04.flv"

i get 2 rtmp links but no video web sites. How to record from the RtmpDump?

rtmp://149.3.141.210:1935/tv/ttv07
rtmp://149.3.141.210:1935/tv/ttv08

biezom
04-19-2015, 01:53 PM
i get 2 rtmp links but no video web sites. How to record from the RtmpDump?

rtmp://149.3.141.210:1935/tv/ttv07
rtmp://149.3.141.210:1935/tv/ttv08


just change playpath -y option

rtmpdump -v -r "rtmp://149.3.141.210:1935/tv/" -a "tv/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp" -y "ttv07" -o "ttv07.flv"

rtmpdump -v -r "rtmp://149.3.141.210:1935/tv/" -a "tv/" -f "WIN 16,0,0,235" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp" -y "ttv08" -o "ttv08.flv"

a000001
04-19-2015, 08:39 PM
just change playpath -y option



I'm getting an error when I run the rtmpdump.

Any suggestions? :confused:

372

biezom
04-19-2015, 10:44 PM
use last version

https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip

a000001
04-23-2015, 04:58 AM
use last version

https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip

the last version doesnt solve the error.

Although the error still exists, but I get the file.

Thank you for all your assistance.