Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Problem with video from infox.ru

(http://stream-recorder.com/forum/showthread.php?t=8479)

ant0n 02-22-2011 02:52 PM

Problem with video from infox.ru


 
Hi!

I'm trying to save video from this page: _http://infox.ru/business/finances/2011/02/02/Ekonolyekciya8.phtml

I use rtmpdump with this parameters:
Code:

rtmpdump -r "rtmp://flideo-wn1.infox.ru/archive" -a "archive" -f "LNX 10,2,152,27" -W "http://infox.ru/player/forum/infoxplayerlive_280.swf" -p "http://infox.ru/business/finances/2011/02/02/Ekonolyekciya8.phtml" -y "politeh/09022011" -o 09022011.flv
which I get from running local rtmpsrv and redirecting connections to it.
But when I start this command it hangs with:
Code:

INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

What's wrong?

Stream Recorder 02-23-2011 03:26 AM

Re: Problem with video from infox.ru


 
I have the same problem with rtmpsrv. And can't save the stream with rtmpsuck as well:
Code:

rtmpsuck
RTMP Proxy Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: archive
flashVer: LNX 10,2,152,27
swfUrl: http://infox.ru/player/forum/infoxplayerlive_280.swf
tcUrl: rtmp://flideo-wn1.infox.ru/archive
pageUrl: http://infox.ru/business/finances/2011/02/02/Ekonolyekciya8.phtml
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!


Stream Recorder 02-23-2011 09:27 AM

Re: Problem with video from infox.ru


 
Replay Media Catcher 4 works just fine in the RTMP recording mode. It is a real time recording mode, but I didn't have any problem recording 5 streams from infox.ru simultaneously.

ant0n 02-23-2011 09:35 AM

Re: Problem with video from infox.ru


 
Thanks! I'll try with Replay Media Catcher.

alexthunder 02-23-2011 12:48 PM

Re: Problem with video from infox.ru


 

alexthunder 03-11-2011 03:51 PM

Re: Problem with video from infox.ru


 
It is much easier to download these video lectures from
http://www.youtube.com/user/NewEconomicSchool

BTW, thank you for the link! I enjoy these lectures a lot!

Haven't tested with youtube yet, but Infox lectures where english speakers talk have the original sound in one channel and the russian translation in the other channel, so you can actually disable the one that you don't need. I use Core player for that on my Windows Mobile smart phone.

McV 04-09-2016 08:11 AM

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!


All times are GMT -6. The time now is 11:49 PM.