View Single Post
  #121  
Old 06-11-2013, 03:38 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Customized rtmpdump binaries with patch file


Changes:
Code:
1. updated support for webvideocore.net servers
They have changed the security system a little bit. now every little detail of rtmp connection is checked to make sure only flash client can connect to their servers. most of the changes can be emulated via already existing switches but one detail required new patch.

Detected command:
Code:
rtmpdump -r "rtmp://vod4.webvideocore.net/live/" -a "live/" -f "WIN 11,6,602,180" -W "http://play.webvideocore.net/player3.swf" -p "http://www.wideopen.dk/info/_Video_on_Demand_191l2.aspx" --live -y "f_67ab4383a8c32007a78e1545e626e991.flv" -o "2013-05-29_09-56-50_f_67ab4383a8c32007a78e1545e626e991.flv"
you need to remove the -v (--live) switch and add following switches to command line to download it with latest binaries.
Code:
--tcUrl "rtmp://vod4.webvideocore.net/live/" -R --buffer 2000

Last edited by KSV : 06-11-2013 at 05:54 AM. Reason: typo
Reply With Quote