View Single Post
  #4  
Old 04-19-2015, 01:53 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to record from the Rtmp


Quote:
Originally Posted by a000001 View Post
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

Code:
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"
Code:
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"
Reply With Quote