Difference between revisions of "Cool Streams/Playing"
(Added streamtuner and mpd) |
m (Reverted edits by 196.20.65.210 (Talk); changed back to last version by 84.44.144.178) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 3: | Line 3: | ||
* .pls mplayer -playlist http://example.com/stream.pls | * .pls mplayer -playlist http://example.com/stream.pls | ||
* .wmv mplayer -user-agent NSPlayer -cookies -cache 512 mms://example.com/stream.wmv | * .wmv mplayer -user-agent NSPlayer -cookies -cache 512 mms://example.com/stream.wmv | ||
− | + | * [http://www.nongnu.org/streamtuner streamtuner] handles many Station-Aggregators like shoutcast and has nice features like Bookmarks | |
− | + | * [http://musicpd.org mpd] is a very nice audio-player daemon with lots'o'nice clients (you can control it via netcat e.g.) | |
= Ripping = | = Ripping = | ||
Line 11: | Line 11: | ||
* mencoder | * mencoder | ||
mencoder mms://213.254.239.51/tagesschau/msmedia/2005/0907/TV-20050907-1739-2301.wm.lo.wmv -oac copy -ovc copy -user-agent NSPlayer -cookies -cache 512 -o test.avi | mencoder mms://213.254.239.51/tagesschau/msmedia/2005/0907/TV-20050907-1739-2301.wm.lo.wmv -oac copy -ovc copy -user-agent NSPlayer -cookies -cache 512 -o test.avi | ||
+ | |||
+ | oder | ||
+ | |||
+ | mplayer -dumpstream mms://url.wmv | ||
+ | |||
+ | |||
+ | [[Category:Infos]] |
Latest revision as of 10:50, 23 October 2007
Playing
Linux
* .pls mplayer -playlist http://example.com/stream.pls * .wmv mplayer -user-agent NSPlayer -cookies -cache 512 mms://example.com/stream.wmv
- streamtuner handles many Station-Aggregators like shoutcast and has nice features like Bookmarks
- mpd is a very nice audio-player daemon with lots'o'nice clients (you can control it via netcat e.g.)
Ripping
Linux
- streamripper
- mencoder
mencoder mms://213.254.239.51/tagesschau/msmedia/2005/0907/TV-20050907-1739-2301.wm.lo.wmv -oac copy -ovc copy -user-agent NSPlayer -cookies -cache 512 -o test.avi
oder
mplayer -dumpstream mms://url.wmv