Trying to capture the following video/broadcast.
http://www.younow.com/NateWicka/19452144/842037/9/b/August-29,-2014
Getting the following error:Code:rtmpdump -r "rtmp://wowzastream-1594986830.us-east-1.elb.amazonaws.com:1935/bnowvods3" -a "bnowvods3/" -f "WIN 11,8,800,94" -W "http://cdn2.younow.com/js/jwplayer6/jwplayer.flash.swf" -p "http://www.younow.com/NateWicka/19452144" -y "amazons3/younowvideos/2a/d2/842037_19452144_x264" -o 842037_19452144_x264.flv
with --verbose
Parameters used:
![]()
![]()
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by bseos; 1st Sep 2014 at 06:04.
-
Figured it out.
Had to use RTMPDumpHelper and attach to iexplore.exe to get the correct parameters.
Also had to add --live parameter
Code:rtmpdump -r "rtmp://wowzastream-1594986830.us-east-1.elb.amazonaws.com:1935/bnowvods3/_definst_/" -a "bnowvods3/_definst_/" -f "WIN 14,0,0,176" -W "http://cdn2.younow.com/js/jwplayer6/jwplayer.flash.swf" -p "http://www.younow.com/mediaPlayer.php?entityId=19452144&entityType=f&srcId=0&inviteStr=0" -y "FLV:amazons3/younowvideos/2a/d2/842037_19452144_x264.flv?sessionId=e94e5b598300da4d018e4ca6ec8648b5" -o 842037_19452144_x264.flv --live
Last edited by bseos; 1st Sep 2014 at 07:02.