Looking for a Linux stream ripper that can be scheduled
Posted
by
Anthony D
on Super User
See other posts from Super User
or by Anthony D
Published on 2009-10-09T13:06:13Z
Indexed on
2011/01/16
23:55 UTC
Read the original article
Hit count: 235
I have an MP3 stream I want to schedule a recording of. I can do it using wget to a file, its just a straight mp3 stream. However I'd like to use a command line stream ripper that will do a better job. Any one know of one?
Update 1
WGET is grabbing whatever part of the stream it comes in on. This may not really be the start of a frame in the MP3 file. Also, wget is not really schedule ready. I experimented with starting it with a cron job, then killing it later, this produced a file that didn't really start and stop where I wanted.
© Super User or respective owner