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

About this user

James Robertson http://www.r0bertson.co.uk

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Rip an Icecast stream

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
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS