castalla wrote: 
> Yes.  Another false track!
> 
> Try this as your custom-convert.conf 
> 
> > 
Code:
--------------------
  >   > 
  > 
  > # PlayHLS rules to start convert application for Linux
  > hls aac * *
  >     # RB:{BITRATE=-B %B}T:{START=-ss %s}
  >     [ffmpeg] -loglevel quiet  -i $FILE$ -acodec copy -f adts -
  > 
  > hls mp3 * *
  >     # RB:{BITRATE=-B %B}T:{START=-ss %s}
  >     [ffmpeg] -loglevel quiet  -i $FILE$ -f wav - | [lame] --silent -q 
$QUALITY$ $BITRATE$ - -
  > 
  > hls pcm * *
  >     # RB:{BITRATE=-B %B}T:{START=-ss %s}
  >     [ffmpeg] -loglevel quiet  -i $FILE$ -f s16le -
  > 
  > hls flc * *
  >     # RB:{BITRATE=-B %B}T:{START=-ss %s}
  >     [ffmpeg] -loglevel quiet -i $FILE$ -f flac -compression_level 0 -
  > 
  > 
--------------------
> > 

Which directory does "custom-convert.conf" live in please?

Yes, I am in the UK, with BT Infinity Broadband so no lack of bandwidth
:)


------------------------------------------------------------------------
Paul608085's Profile: http://forums.slimdevices.com/member.php?userid=64080
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

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

Reply via email to