> 
> High bandwidth
> http://azulweb.streamguys.com/wmnf56.asx
> http://wmnf1.streamguys.us:80/live.mp3
> Low bandwidth
> http://azulweb.streamguys.com/wmnf24.asx
> http://wmnf2.streamguys.us:80/live.mp3
> 
> The next station sounds fine using stream provided directly by the
> station...
> http://wusf.usf.edu/wusf_radio.asx
> ...but I get chipmunks using the link provided by Radiotime (under
> Internet Radio / Local)
> http://opml.radiotime.com/StationPlaylist.axd?stationId=23426&Formats=mp3,wma,real&username=sampletime&PartnerId=16
> ~dbinfl~

Here's a custom-convert.conf that works using mplayer for all these
urls but it transcodes the stream to flac instead of reencoding to mp3.
You should be able to replace the flac command with lame if you really
prefer reencoding the stream. I have the Alien-BBC plugin installed on
my 7.3.2 test server which includes mplayer.sh I've attached an
mplayer.sh wrapper needed for most older versions of mplayer in case
you're not using Alien-BBC.

You can increase the compression level to reduce bandwidth usage if
that's an issue for you.

Make sure you have bitrate limiting set to 'No Limit' in the audio
settings page for your squeezeslave player.  Otherwise this conversion
rule will be ignored.

Ralphy

Code:
--------------------
    
  # Capabilities
  # I - can transcode from stdin
  # F - can transcode from a named file
  # R - can transcode from a remote URL (URL types unspecified)
  # 
  # O - can seek to a byte offset in the source stream
  # T - can seek to a start time offset
  # U - can seek to start time offset and finish at end time offset
  #
  # D - can downsample 
  # B - can limit bitrate
  #
  # Substitution strings for variable capabilities
  # %f - file path (local files)
  # %F - full URL (remote streams)
  #
  # %o - stream start byte offset
  # 
  # %S - stream samples start offset
  # %s - stream seconds start offset
  # %t - stream time (m:ss) start offset
  # %U - stream samples end offset
  # %u - stream seconds end offset
  # %v - stream time (m:ss) end offset
  # %w - stream seconds duration
  
  #
  # %b - limit bitrate: b/s
  # %B - limit bitrate: kb/s
  # %d - samplerate: samples/s
  # %D - samplerate: ksamples/s
  
  mp3 flc * 00:00:00:00:00:01
  # FRT:{START=-ss %s}U:{DURATION=-endpos %w}
  [mplayer.sh] -really-quiet -vc null -vo null $START$ $DURATION$ -cache 128 
-af volume=0,resample=44100:0:1,channels=2 -ao pcm:file=/dev/fd/3 $FILE$ | 
[flac] -cs --totally-silent --compression-level-0 -
  
  
--------------------


+-------------------------------------------------------------------+
|Filename: custom-convert.conf.txt                                  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=6536|
+-------------------------------------------------------------------+

-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=53047

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to