View Single Post
  #7  
Old 04-09-2016, 08:11 AM
McV McV is offline
Junior Member
 
Join Date: Apr 2016
Posts: 1
McV is on a distinguished road
Default

Re: Problem with video from infox.ru


Thanks guys!

With your help I was able to download a video clip from this page:
http://www.infox.ru/accident/crime/2...v_iz_Ost.phtml

with this parameters:
Code:
rtmpdump -r "rtmp://flideo1.infox.ru/infox" -a "infox" -f "LNX 10,2,152,27" -W "http://www.infox.ru/player/standAlone/infoxstandalone-091014.swf" -p "www.infox.ru/accident/crime/2009/11/18/U_kaskadyerov_iz_Ost.phtml" -y "mp4:/97/38397/video_2.f4v" -o video_2.f4v
The movie clip uri for "-y" and the addres of the player for "-W" one could get from the "object" html tag in the page's source. And the address of rtmp streaming server for "-r" could be found looking in RTMPT packets caught with Wireshark sniffer or similar software while playing the clip in browser.

Just in case if it helps somebody else. Thanks again!
Reply With Quote