Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

icecream(1) [netbsd man page]

ICECREAM(1)							     icecream							       ICECREAM(1)

NAME
icecream - download icecast and shoutcast streams, redirecting all fetched content to stdout and/or to disk at the same time SYNOPSIS
icecream [OPTIONS] URL [URL..] DESCRIPTION
icecream is a lightweight, non-interactive, stream download utility. It connects to icecast and shoutcast servers or direct stream URLs, and redirects all fetched content to stdout and/or to media files on your disk. Listen to the stream piping the output to a stdin-capable media player. Save the stream to a named file or split it into different tracks. It is possible to redirect the stream and save it to disk at the same time. icecream is able to parse pls and m3u playlists, and to download mp3 and ogg direct stream URLs. If the stream is anonymous it will be saved as 'stream-time.mp3', where time is actual timestamp. OPTIONS
-h, --help Print a help message describing all options -q, --quiet Turn off output -v, --verbose Be verbose -t, --tracks Split stream into tracks (if possible) --name=NAME Save the stream to file specified by NAME. Format codes starting with "%" will be replaced. See the date command for valid format codes. --stop=N[units] Stop downloading the stream after N kb/mb/min/songs --user-agent=AGENT Set user-agent header to AGENT --stdout Output stream to stdout (implies -q) --sync Turn syncing on, required for some mpeg players that read from stdin --debug Turn on debugging outputs EXAMPLES
Streaming to mpg123 icecream --stdout http://radio.com/playlist.pls | mpg123 - Split stream into different tracks icecream -t http://metal.org/radio.pls Split stream into tracks and play with vlc at the same time icecream -t --stdout http://streaming.com/playlist.pls | vlc file:/dev/stdin Prepare a 74 minute CD icecream -t --stop 74min http://trace.net/playlist.m3u Use a filename with today's date as output icecream -q --name 'radio_%Y_%m_%d' --stop 60min http://radio.com/playlist.pls BUGS
You are welcome to send bug reports about icecream to our mailing list. Feel free to visit http://icecream.sourceforge.net AUTHOR
Written by Gil Megidish <gil at megidish.net> 1.3 2008-04-28 ICECREAM(1)

Check Out this Related Man Page

LIBPLAYER-TEST(1)					      General Commands Manual						 LIBPLAYER-TEST(1)

NAME
libplayer-test - a test media player utility which uses libplayer SYNOPSIS
libplayer-test [options ...] [files ...] DESCRIPTION
This manual page documents briefly the libplayer-test command. libplayer-test is a command-line media player which uses libplayer as a backend. It is mainly used to test and exercise libplayer capabili- ties. OPTIONS
-h --help this help -p --player <player> specify the player (mplayer|xine|vlc|gstreamer) -a --audio <audioout> specify the audio output (alsa|oss|pulse|null) -g --video <videoout> specify the video output (x11|sdl:x11|xv|gl|vdpau|fb|directfb|vaapi|null) -g --quality <level> specify the picture quality (0|1|2, best to worse) -v --verbose increase verbosity Default values are dummy player, auto video and auto audio output. Commands to use libplayer-test: # change playback mode (auto or single) . change loop value and mode , enable/disable shuffle on the playlist % write a text on the OSD k enable/disable OSD +/- increase/decrease speed ]/[ audio delay +/- 100 ms 0/9 increase/decrease volume m set/unset mute 2/1 5s forward/backward 3/4 previous/next audio track 5/6 previous/next subtitle 7/8 previous/next TV analog channel {/} previous/next radio channel (/) previous/next chapter u toggle subtitle visibility a change aspect ratio (original/16:9) l load a stream in the playlist v print properties and metadata of the current stream j take a video snapshot of a specific time position y select a radio channel z select a TV channel i print current time position p start a new playback o pause/unpause the current playback s stop the current playback b start the previous stream in the playlist n start the next stream in the playlist c continue with the next stream accordingly to the playback mode r remove the current stream of the playlist t remove all streams of the playlist q quit libplayer-test Commands for dvdnav: ARROWS menu navigation BACKSPACE return to menu ENTER select SEE ALSO
libplayer-testvdr (1) AUTHOR
libplayer was written by Benjamin Zores <ben@geexbox.org> and Mathieu Schroeter <mathieu.schroeter@mycable.ch>. This manual page was written by Davide Cavalca <davide@geexbox.org>, for the Debian project (but may be used by others). 10/12/2009 LIBPLAYER-TEST(1)
Man Page