PDA

View Full Version : "rtmp server sent error"


Winfried
02-09-2014, 06:26 PM
Hello

I have zero knowledge of downloading streaming video, and have the following issue when trying to download this video (http://www-centre-saclay.cea.fr/en/VERS-UN-NUCLEAIRE-DURABLE-LES-SYSTEMES-DU-FUTUR-par-Christophe-Behar-Directeur-de-la-DEN):

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
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

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

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" -


http://imagizer.imageshack.us/v2/xq90/600/0fzv.png (https://imageshack.com/i/go0fzvp)

Cheers!

Winfried
02-10-2014, 04:26 AM
Thanks much Peter.

Winfried
02-12-2014, 04:38 AM
If I need to download another video, what's the procedure to find what parameters to use?