rtmpdump - Die Sendung mit der Maus

Briefmarke "Die Sendung mit der Maus"

In my entry from March 5th, 2010 I have been writing about the German children's TV show "Die Sendung mit der Maus". Finally it is possible to view the complete show as flash video via the internet pages of the show! At least for the next 7 days until they broadcast the new episode. The resolution is not HD (512x288 at 25fps, H264), but at least it is possible - if you know how - to save the stream to your hard disk. The program you need is of course open source: rtmpdump.
The command line is:
rtmpdump -r rtmp://wdr.fcod.llnwd.net/a4331/e1 \
-a a4331/e1 \
-y mp4:tv/maus/flash/ganze_sendung/20120311_enmee_dsl.mp4 \
-W http://www.wdr.de/themen/global/flashplayer/AS2/wsPlayerAS2.swf \
-p http://www.wdrmaus.de/aktuelle-sendung/index.php5 \
-f "LNX 11,1,102,63" \
-o ~/maus.flv \
-V \
-B 1800

The details - i.e. parameters -y (which file?) and sometimes -f (which version of flash?) need to adjusted to the individual episode. You figure them out by looking at the web page's source code. Or by using rtmpsuck. A simple introduction is here. If you don't suceed, don't hesitate to ask me.
However, for my part, I continue to use the Online TV Recorder. It provides the same show at 680x360, 25fps as MPEG-4.
Von der ARD Mediathek auf die Festplatte
Die Sendung mit der Maus und die Sendung Wissen macht Ah! lassen sich auch problemlos mit rtmpdump von der ARD Mediathek auf die Festplatte sichern. Hier die Befehlszeile für Wissen macht Ah!:
rtmpdump -r rtmp://gffstream.fcod.llnwd.net:1935/a792/e2/ \
-a a792/e2/ \
-y mp4:ard/media/webtv/2012/09/01/20120901_wma_web-l.mp4 \
-W http://mediathek.daserste.de/daserste/player/swf/Aardvark.swf \
-p http://mediathek.daserste.de/sendungen_a-z/1430_wissen-macht-ah-/10130242_lang-wie-finger?buchstabe=W \
-f "LNX 11,2,202,228" \
-o ~/wissen_macht_ah.flv \
-V \
-B 1800

Und hier die für die Sendung mit der Maus:
rtmpdump -r rtmp://gffstream.fcod.llnwd.net:1935/a792/e2/ \
-a a792/e2/ \
-y mp4:ard/media/webtv/2012/09/02/20120902_maus_web-l.mp4 \
-W http://mediathek.daserste.de/daserste/player/swf/Aardvark.swf \
-p http://mediathek.daserste.de/sendungen_a-z/1430_wissen-macht-ah-/10130242_lang-wie-finger?buchstabe=W \
-f "LNX 11,2,202,228" \
-o ~/maus.flv \
-V \
-B 1800

Natürlich muss man das Datum der Sendung (Parameter y, dritte Zeile) anpassen. Und manchmal ändert sich der Dateiname vom Paramater y. Dann muss man sich den Quellcode der Webseite angucken (z.B. http://www.ardmediathek.de/das-erste/sendung-mit-der-maus/entropiemotor?documentId=11606444) und nach "mp4" suchen...