Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Rip an Icecast stream (See related posts)

Rip an Icecast stream (for a 30 min duration), and direct the streamripper text including errors to /dev/null. Note: Directing the output to null is necessary when running this within a cron job.

streamripper http://192.168.1.7:8000/radio_x.ogg.m3u -dq  ~james/Streamripper_rips/hay -a %d -l 1800 >/dev/null 2>&1

You need to create an account or log in to post comments to this site.


Click here to browse all 4858 code snippets

Related Posts