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?