Tagesschau
by tasnet (community developer)popularity rank: 41
description: Daily Tagesschau 20:00 available recoded for chumby after 21:30 each day. I am not too much experienced Flash developer, so since Tagesschau plays 15 Minutes, you have to set the app to "Keep" in the control panel yourself.
Click the widget to enable audio if the widget uses it. Note that modern browser security may prevent the widget from loading content from other web sites, however the widget should be able to load properly on the chumby devices. These previews are possible through the use of Ruffle ‐ note that Ruffle is still a work in progress, and not all Flash features are implemented, so some widgets may not perform optimally.
Blue Octy LLC is providing these community-developed apps as a courtesy and makes no representations regarding the apps or any information related to them. Any questions, complaints or claims regarding the apps should be directed to the appropriate author
Comments
schokokeks
– July 12 2012
Super App läuft einwandfrei :)
deutschland
– July 04 2011
SUPER !!! Das ist echt eine tolle App. Erstmal ein dickes Lob an dich. Leider ist bei mir auch kein Ton und der Stream läuft zu schnell. Wäre toll wenn Du ein Tutorial für das Gesamtprojekt hättest. So könnte man noch so einige Sendungen auf dem Chumby konvertieren ! Das wäre dann ein super Selbstläufer. Natürlich mit einem kleine Dankesverweis auf dich ! weiter so ...
dila1
– January 15 2011
Hallo tasnet, Ich habe nochmal das Update vom 10.11.2010 gemacht. Jetzt funktioniert die Tagesschau einwandfrei. Vielleicht kannst Du noch "Heute" vom ZDF programmieren, das wäre prima.
tasnet
– January 13 2011
yp381, du musst nichts weiter machen. Ich habe einen Server. Der läd die Datei bei tagesschau.de runter, konvertiert sie und ihr ladet sie dann beim Klick auf "Wiedergabe" von meinem Server. Die Datei hat etwa 30 MB. In der Tat ist die Datei von gestern nicht auf dem Server. Ich habe das Skript jetzt noch mal manuell getriggert - funktioniert. Ich werde es im Auge behalten. Bitte weiter berichten! Klappt es bei dir jetzt auch?
tasnet
– January 13 2011
dila1, was hast du für einen Chumby?
yp381
– January 12 2011
Also bei mir passiert genau garnichts, wenn ich auf Wiedergabe drücke. Oder muss ich die in tasnets Kommentar vom 29.11.2010 beschriebene Konvertierung selbst vornehmen? Wenn ja: wo gebe ich dem Widget die URL der konvertierten Datei?
dila1
– January 11 2011
Das Problem mit der Tagesschau (kein Ton und zu schnell)habe ich immer.
tasnet
– January 10 2011
Hallo dila1, tritt das Problem immer auf oder nur von Zeit zu Zeit? Heute geht es bei mir. Ich habe aber das Problem, dass von Zeit zu Zeit die Quelldatei, die ich auf tagesschau.de als podcast herunterlade nicht ganz standardkonform ist, sodass sich mein skript verschluckt. Die Datei für den chumby hat dann die beschriebenen Probleme. Habe ich bisher ca. 1x im Monat erlebt. Wenn du das Problem immer hast, halte mich auf dem Laufenden. Dann suchen wir den Fehler. Ich habe auch noch keine Zeit gefunden für Cooperative Mode, Pause, Vorspulen etc. Irgendwann kommt das auch noch ;-)
dila1
– January 09 2011
Meine Tagesschau läuft viel zu schnell und ich habe keinen Ton. Hat jemand eine Idee. Ich habe das App schon gelöscht und neu geladen. Vielen Dank
pcserba
– December 22 2010
I tried this app yesterday and it's very good (one of the best, honestly!). Having lived in Germany it's a nice way to listen to German daily ! An evolution I could imagine for this widget, would be to merge it with Ratzfatz (http://www.chumby.com/guide/by/Ratzfatz ) MyStreams widget : you could add link to a video file updated daily/monthly/weekly and then your cron job would retrieve the videos for those streams. But maybe it's too heavy for your server... I think he's also from Germany by the way. OK, vielen dank !
tasnet
– November 29 2010
Hier das Script mit Zeilenumbrüchen: http://pastebin.de/12260
tasnet
– November 29 2010
Ich habe ein Shell-Script geschrieben. Das holt auf einem vserver die neueste Ausgabe des tagesschau-Podcasts ab und konvertiert das Video mittels ffmpeg, sodass es auf dem Chumby angezeigt werden kann. Leider ist das Tagesschau-Team recht unzuverlässig, was die Bereitstellung des Podcast angeht. Manchmal steht die Datei nach einer halben Stunde online, manchmal dauert es bis zum nächsten Tag. Ich lade per cronjob um 22:30 herunter, manchmal bekomme ich dann aber trotzdem noch die Datei vom Vortag und der Chumby spielt eine alte Aufzeichnung ab. Hier das Shellscript: #!/bin/sh rm /home/chumby/*.mp4 curl http://www.tagesschau.de/export/video-podcast/tagesschau/ | grep -m 1 -o 'http://.*\.mp4' | wget -i - -P /home/chumby rm /var/www/chumby/tagesschau.flv /usr/local/bin/ffmpeg -i /home/chumby/*.mp4 -s 320x240 -r 12 -b 200000 -ar 22050 -ab 32 -croptop 30 -cropbottom 30 -aspect 16:9 /var/www/chumby/tagesschau.flv
pegazus666
– November 22 2010
ich würde dies gerne mit dem schwizer fernsehen haben wie hast du das gemacht.. ist es schwierig?? wie nimst du es auf?
tasnet
– November 22 2010
The Chumby team gave me this link as a tipp: http://wiki.chumby.com/mediawiki/index.php/Developing_widgets_for_chumby#Cooperative_Mode I found it already myself, but since I am completely new to flash I don't even have a clue where to find the "_root timeline" (I just have one in my program) and what labels are or how to set them. Seems as if I will have to do a flash tutorial first :) Or can someone provide me with the .fla-file of a Video player supporting cooperative mode? I'd also like to include a "pause" button and fast forward/backward functionality. Ich werde mich die nächsten Wochenenden mal dransetzen. Solange müsst ihr mit der unkomfortablen Variante Vorlieb nehmen :-/
karlkloss
– November 22 2010
Jetzt fehlt nur noch Mediathek für Chumby!
Salomon2k
– November 21 2010
Wirklich gute App! :-) Wer kann denn noch Unterstützung geben, damit die App, wenn Wiedergabe angeklickt wurde, nicht automatisch wechselt? Chumby industries this should be an easy job for you, or not?
ronnymees
– November 20 2010
Super - das ist wirklich mal wieder eine sinnvolle Anwendung... - Good job !
drakula
– November 19 2010
great, thanks!
turtle1987
– November 18 2010
KLasse! Wirklich praktische App und das in deutsch. Great work!
Log in to leave a comment.