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

"rtmp server sent error"

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

Winfried 02-09-2014 06:26 PM

"rtmp server sent error"


 
Hello

I have zero knowledge of downloading streaming video, and have the following issue when trying to download this video:
Code:

c:\>rtmpdump.exe -r "rtmp://streaming-flash.cea.fr/videonavig&id=domain15/2010/10/102650" -o video.flv
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Any idea what I could try?

Thank you.

peterpan 02-09-2014 06:50 PM

Re: "rtmp server sent error"


 
Here you go...

Cut & paste the code into a notepad, save it as "whatever.bat", just make sure "save as type" is set to ALL and Encoding to ANSI, and double click on the file ;)

If you want to download
Code:

rtmpdump -r "rtmp://streaming-flash.cea.fr/videonavig" -a "videonavig" -f "WIN 11,9,900,117" -W "http://www-centre-saclay.cea.fr/var/storage/viewer/mediaplayer.swf" -p "http://www-centre-saclay.cea.fr/en/VERS-UN-NUCLEAIRE-DURABLE-LES-SYSTEMES-DU-FUTUR-par-Christophe-Behar-Directeur-de-la-DEN" -y "domain15/2010/10/102650" -o "output.flv"
If you want to play
Code:

rtmpdump -r "rtmp://streaming-flash.cea.fr/videonavig" -a "videonavig" -f "WIN 11,9,900,117" -W "http://www-centre-saclay.cea.fr/var/storage/viewer/mediaplayer.swf" -p "http://www-centre-saclay.cea.fr/en/VERS-UN-NUCLEAIRE-DURABLE-LES-SYSTEMES-DU-FUTUR-par-Christophe-Behar-Directeur-de-la-DEN" -y "domain15/2010/10/102650" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -


Cheers!

Winfried 02-10-2014 04:26 AM

Re: "rtmp server sent error"


 
Thanks much Peter.

Winfried 02-12-2014 04:38 AM

Re: "rtmp server sent error"


 
If I need to download another video, what's the procedure to find what parameters to use?


All times are GMT -6. The time now is 06:17 AM.