Klammer wrote: 
> @bpa 
> 
> Should I install PlayHLS version 1.1 and see if it works in light of the
> above? I would require the repository again please.

I don't think so - at least not just yet.

1. The version of ffmpeg is much older than on your system.
2. The ffmpeg is installed in the LMS Bin directory which may mean it is
not a Synology provided ffmpeg.
3. You tested PlayHLS 1.1 yesterday and nothing has really changed
except a router setting.

All the ffmpeg/playhls.log logs show that playhls.sh script is started
OK and ffmpeg is started with correct command and ffmpeg says there are
no errors in the command. 

Output from ffmpeg shows that after initial processing of the
stream(i.e. ffmpeg has opened & read BBC HLS stream correctly) ffmpeg
stops after 3 secs  with the error 

Code:
--------------------
    
  Error while opening decoder for input stream #0:0 : Operation not permitted
  
--------------------


Yesterday both Klammer and only connect tested ffmpeg on a non BBC HLS
stream and saved output into a flac file which played OK.  This means
ffmpeg is OK writing to a file but perhaps the synology version of
ffmpeg may have a problem writing to a pipe or else permissions.

So can you do another 2 tests on the synology and repeat yesterdays
test. Repeat the ffmpeg test playing BBC to a file and then a variation
playing to a pipe and then saving to a file.

ffmpeg -loglevel verbose -i
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f
flac - > repeatnotbbc.flc
ffmpeg -loglevel verbose -i
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f
flac - | cp /dev/stdin notbbc.flc
ffmpeg -loglevel verbose -i
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/llnw/bbc_radio_fourfm.m3u8
-f flac - | cp /dev/stdin bbcr4.flc

The streams should start playing so leave to play for about 20 secs
before stopping them,


------------------------------------------------------------------------
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

Reply via email to