PasTim wrote: 
> I The only proviso I currently have with bpa's brilliantly simple and
> elegant solution is that pcm doesn't seem to work as yet, so you may
> need to disable it in the 'settings', 'advanced', 'file types' section,
> under 'Apple HLS m3u8'.

I think I got PCM format wrong - please test the following:

In the PlayHLS custom-convert.conf "hls pcm" entry 


Code:
--------------------
    
        [ffmpeg] -loglevel quiet -i $FILE$ -f s16le -
  
--------------------



If you need to resample output to 44100 then the following shoudl work

Code:
--------------------
    
        [ffmpeg] -loglevel quiet -i $FILE$ -filter aresample=44100 -f s16le -
  
--------------------


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

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

Reply via email to