PDA

View Full Version : Problem with video from infox.ru


ant0n
02-22-2011, 02:52 PM
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:
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:

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


What's wrong?

Stream Recorder
02-23-2011, 03:26 AM
I have the same problem with rtmpsrv. And can't save the stream with rtmpsuck as well:
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
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 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
Thanks! I'll try with Replay Media Catcher.

alexthunder
02-23-2011, 12:48 PM
http://img821.imageshack.us/img821/5615/rmcinfoxru.png

alexthunder
03-11-2011, 03:51 PM
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
Thanks guys!

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

with this parameters:

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!