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!