bpa wrote: > The log shows ffmpeg dying after about 3 secs... > > I think the Debug version of the Plugin si needed to check whether it is > same problem or a new one. > Again remove the old plugin and then install the new one from this > repository > > http://homepage.eircom.net/~altondsl/repos/repo-playhlsdebug.xml > > Not sure why media scan is needed every time unless there is a > permissions issue and LMS cannot write its database or prefs - anything > in the server log.
I've managed to reproduce the symptom by telling ffmpeg to be critical of protocol errors. Can you try the following - the err_detect option tells ffmpeg to ignore protocol errors but not sure if ti is implemented on your version of ffmpeg. ffmpeg -loglevel verbose -err_detect 32768 -i http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/llnw/bbc_radio_fourfm.m3u8 -f flac bbc4fm.flc. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=103158 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
