bpa wrote: 
> 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.

Hi bpa,
Thanks again for your kind support.
Please find below my findings:
1. I don't think ffmpeg. is working properly. indeed after running:


Code:
--------------------
    
  ffmpeg -i http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 
-f flac - >output.flc
--------------------


I got this error message:


Code:
--------------------
    
  ffmpeg: error while loading shared libraries: libgnutls.so.30: cannot open 
shared object file: No such file or directory
--------------------


Then I have reinstalled gnutls:


Code:
--------------------
    pacman -S gnutls
--------------------


but I am getting a new error message:


Code:
--------------------
    
  ffmpeg: error while loading shared libraries: libnettle.so.6: cannot open 
shared object file: No such file or directory
--------------------


Also please see below:


Code:
--------------------
    
  pacman -Q ffmpeg
  ffmpeg 1:2.8.3-1
  
--------------------


2. Yep, Apple HLS m3u8 is installed correctly.
3. Yep, file type Apple HLS m3u8 is there and settings are not greyed
out. 
4. Nope, is not working. I get:


Code:
--------------------
    Problem: Can't open file for: 
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/llnw/bbc_radio_fourfm.m3u8
--------------------


I believe there is something wrong with ffmpeg installation under Arch.

Please let me know if you require additional information to help me out.

Many thanks for your patience:D



Primary system: Squeezebox Touch/Wandboard Quad with CSOS F19 R8,
iPengHD/Squeezepad on iPad3, Rega DAC, Virtue Audio One, Cambridge Audio
Azur 640C V2, Mission M34i.
Secondary system: Wandboard Dual with SoA, Orange Squeeze on Nexus 7,
Little Doc DAC I, Little Dot III, AKG K 702.
------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
View this thread: http://forums.slimdevices.com/showthread.php?t=104801

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

Reply via email to