OK for unix users, do these alternative convert commands work for
people?  They avoid the waveheader being passed to lame/flac and hence
the 3 hour 22 minute problem...


Code:
--------------------
    
  rtsp mp3 * *
        [mplayer.sh] -really-quiet -vc dummy -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 
$FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
  rtsp flc * *
        [mplayer.sh] -really-quiet -vc dummy -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 
$FILE$ | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed 
--bps=16 --sample-rate=44100 --compression-level-0 -
  
--------------------


Windows will be similar with mplayer.sh changed to mplayer and $FILE$
changed to #PIPE#


-- 
Triode
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to