Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
smil Dateien herunterladen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
schotter
Guru
Guru


Joined: 30 Nov 2004
Posts: 497
Location: Germany, Bavaria, Bayreuth, Pottenstein, Tüchersfeld

PostPosted: Tue Aug 15, 2006 6:14 pm    Post subject: smil Dateien herunterladen Reply with quote

Hallo,

ich wollte mir gerade ein paar Beiträge von http://www.monitor.de herunterladen, das ging aber bei älteren Dateien nicht. Öffne ich den Stream mit dem RealPlayer zeigt er mir das Video. Herunterladen wollte ich sie mir mit folgendem mplayer Aufruf.
Code:
mplayer -dumpstream -dumpfile dateiname.endung proto://domain.tld/datei.smil

Die jüngeren Dateien enden auf .ram/.rm und funktionieren wahrscheinlich deshalb sofort. Kann es sein, dass der mplayer mit der Metadatei nichts anfangen kann?

mfg,
schotter
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Tue Aug 15, 2006 7:57 pm    Post subject: Reply with quote

Keine Ahnung ob/wie mplayer mit smil klarkommt aber notfalls kannst du die Komponenten die im smil referenziert werden ja einzeln von Hand herunterladen; das Format ist ja gut lesbar.
ungefähr so:
Code:
wget -qO - http://irgendwo.de/irgendwas.smil | sed -e 's/<.* src="\(.*\.rm\).*/\1/' | grep rtsp | xargs mplayer ...

bzw. falls nur relative Links im smil stehen
Code:
wget -qO - http://irgendwo.de/irgendwas.smil | sed -e 's/<.* src="\(.*\.rm\).*/rtsp:\/\/irgendwo.de\/\1/' | grep rtsp | xargs mplayer ...

_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
schotter
Guru
Guru


Joined: 30 Nov 2004
Posts: 497
Location: Germany, Bavaria, Bayreuth, Pottenstein, Tüchersfeld

PostPosted: Wed Aug 16, 2006 2:35 pm    Post subject: Reply with quote

erstmal vorne weg, ich kann mit deiner wget -qO Zeile überhaupt nichts anfangen :) Ich versteh noch, dass du da rumpipest, aber das war's dann auch schon. Ist aber nicht so wichtig, denn diese smil-Datei krieg ich nicht über http sondern über rtsp und damit kann wget nichts anfangen. Zitat:
Code:
 wget rtsp://ras01.wdr.de/monitor//smil/monitor_270406_xl_c.smil
rtsp://ras01.wdr.de/monitor//smil/monitor_270406_xl_c.smil: Nicht unterstütztes Schema.
wenn ich mal nach 'mplayer smil' google, findet sich http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2003-July/019533.html das schon uralt ist. Mplayer müsste mit smil also etwas anfangen können, nur mit den Archiven auf monitor.de tu ich mir sau schwer.

mfg,
t.s.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum