Seeing that you have trouble with VLC - there is a ffmpeg alternative.

The downside with ffmpeg is that it doesn;t understand ".pls" format
and the real URL has to be extracted from the URL ending with .pls. 
The duration options works with ffmpeg - the stream below records for
15 secs.

Code:
--------------------
    
  ffmpeg -t 15 -f aac -i 
"http://bbcmedia.ic.llnwd.net/stream/bbcmedia_lc1_radio3_p?s=1323696167&e=1323710567&h=38d3df62d177eaa4e7f5b9caf42e55d1";
   -f flac  test.flac
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91723

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to