albertone74 wrote: > Hi bpa, > Many thanks for getting back to me. > I did try your great plugin but unfortunately to no avail > My LMS is running on a wanboard quad. Tonight I will try to install > ffmpeg and the plugin on different architectures and will definitely > report back here. > > Once again, many thanks!
PlayHLS should work on Wandboard Quad but you give no info about why it didn't work so it is hard to help. 1. Make sure ffmpeg actually works, on some system it is called avconv. How check it ffmpeg/avconv works. at a shell prompt try ffmpeg -i http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f flac - >output.flc avconv -i http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f flac - >output.flc Use CTRL/C to stop and then check that FLAC file output.flc is an audio file and plays ok 2. Check WebUI Setting/FileTypes - if file type Apple HLS m3u8 is not there then plugin not installed. 3. Check WebUI Setting/FileTypes - if file type Apple HLS m3u8 is there but settings are all greyed out - change PlayHLS plugin's custom-convert.conf to use ffmpeg/avconv as appropriate and restart LMS. 4. To verify if plugin works OK first, try the test URLs gives in post 1 of the PlayHLS plugin thread such as http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/llnw/bbc_radio_fourfm.m3u8 5. m3u8 URLs with numbers in them are usually time limited (i.e. the URL that worked 10 minutes ago may now be dead) - so before you test on PlayHLS make sure the same URL within 1-2 minutes works on VLC. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=104801 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
