![]() |
|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Hi all, can somebody give me a hint, how to play this stream:
http://streams.br-online.de/bayern4klassik_2.m3u I tried with xmms, vlc and so on, but none of them did anything! TIA für trying! |
|
|||
![]() % mplayer -playlist http://streams.br-online.de/bayern4klassik_2.m3u That is just one of many possibilities ... |
|
|||
![]()
It did actually run fine with mplayer, thanks!
Funny, I thought the GUI stuff would handle it better than a cli-application ![]() I wonder, which one does the best recording-stuff? |
|
||||
![]() Quote:
![]() Quote:
%mplayer -playlist "http://streams.br-online.de/bayern4klassik_2.m3u" -dumpstream Once finishing recording, play the file stream.dump %mplayer stream.dump
__________________
The power of plain text? It can control an entire OS |
|
||||
![]()
Works fine in XMMS. Just save the .m3u file on your harddrive. Then open it up in XMMS. It will list the streams in the playlist...you only need to use one of them.
Or you could open up the .m3u file in an editor and get the location of the stream itself and open that up. |
|
|||
![]()
mplayer does indeed a good job so far. But there's something else:
I want to record a webradio show every night from 11pm to midnight. I can only think of mplayer ... &; sleep 3600; kill -TERM %1 Somebody have more elegant approach? |
|
|||
![]() |
|
||||
![]() Quote:
Code:
#! /bin/sh APP_NAME=mplayer APP_PARA= APP_CMD="$APP_NAME $APP_PARA" APP_PID="pgrep $APP_NAME \| head -1" AT_PARA=midnight AT_CMD="at $AT_PARA" $APP_CMD & echo "kill $($APP_PID)" | $AT_CMD
__________________
The power of plain text? It can control an entire OS |
|
|||
![]()
Not a bad idea! How about a little shorter
![]() mplayer APP_PARA & echo "pkill mplayer"|at midnight But good idea, will do so! |
|
|||
![]()
True, but it's a mailscanner, so I frankly don't care
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I'm looking for a music text based music player that can play .m4p and .m4a formats | cssgalactic | FreeBSD Ports and Packages | 4 | 14th July 2008 04:16 AM |
How to play an avi video? | aleunix | OpenBSD Packages and Ports | 3 | 16th June 2008 06:25 AM |