Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Klammer,
 
 OK - that seem clear that problem is with input decoder and not pipes
 etc.
 
 I'm not sure if the next command will work on the NAS. It should display
 all the libraries that ffmpeg will use.
 Again logged in as Admin 
 
 ldd /usr/syno/bin/ffmpeg


Code:

DiskStation ldd /usr/syno/bin/ffmpeg
  -sh: ldd: not found




Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Attached are the LMS Player Stream log and the ffmpeg output.

1. I was too excited and tired last night and misread the permissions
into what I wanted to see - the chmod worked but it just set to what
they were already. The v only details the files whose permissions have
changed so ti will show nothing 2nd time.
2. The URL is the attached log is still the iplayer:// URL  which will
cause confusion.  Do not use the iplayer:// URLs for these tests. 
3. If there is no Debug HLS m3u8 file type then plugin is not
installed.

I'm going to see if I can reproduce the issue by changing permissions on
libraries used by ffmpeg on a SQueezeplug installation.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 1. I was too excited and tired last night and misread the permissions
 into what I wanted to see - the chmod worked but it just set to what
 they were already. The v only details the files whose permissions have
 changed so ti will show nothing 2nd time.
 2. The URL is the attached log is still the iplayer:// URL  which will
 cause confusion.  Do not use the iplayer:// URLs for these tests. 
 3. If there is no Debug HLS m3u8 file type then plugin is not installed.
 If ther eis just hls flc and options playhls.sh, Disabled then it
 is OK.
 
 I'm going to see if I can reproduce the issue by changing permissions on
 libraries used by ffmpeg on a SQueezeplug installation.

The stream I played was from the BBC iPlayer app, I thought that would
be OK because I now have the updated menu.opml. Please remind me of
which stream to test with.
As for file types in Advanced/File Types, against debug HLS m3u8, I
have FLAC=playhls.sh/disabled, PCM=playhls.sh/disabled and
mp3=Disabled/No other option

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Logged in as Admin, I want to verify that the the issue is just with
 ffmepg and also try the DEBUG loglevel in the hope ffmpeg will tell us
 more about problem.
 Try this command.
 
 ffmpeg -loglevel debug -i
 http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f
 flac notbbc.flc


Code:

DiskStation ffmpeg -loglevel debug -i 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f flac 
notbbc.flc
  ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan  7 2015 14:39:28 with gcc 4.6.4 (Linaro GCC branch-4.6.4. 
Marvell GCC Dev 201310-2126.3d181f66 64K MAXPAGESIZE ALIGN)
  configuration: --prefix=/usr/syno --incdir='${prefix}/include/ffmpeg' 
--arch=arm --target-os=linux 
--cross-prefix=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-
 --enable-cross-compile --enable-optimizations --enable-pic --enable-gpl 
--enable-shared --disable-static --enable-version3 --enable-nonfree 
--enable-libfaac --enable-encoders --enable-pthreads --disable-bzlib 
--disable-protocol=rtp --disable-muxer=image2 --disable-muxer=image2pipe 
--disable-swscale-alpha --disable-ffserver --disable-ffplay --disable-devices 
--disable-bzlib --disable-altivec --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-libmp3lame --disable-decoder=amrnb 
--disable-encoder=zmbv --disable-encoder=dca --disable-encoder=ac3 
--disable-encoder=ac3_fixed --disable-encoder=eac3 --disable-decoder=dca 
--disable-decoder=eac3 --disable-decoder=truehd 
--cc=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ccache-gcc
 --disable-doc
  libavutil  52. 38.100 / 52. 38.100
  libavcodec 55. 18.102 / 55. 18.102
  libavformat55. 12.100 / 55. 12.100
  libavdevice55.  3.100 / 55.  3.100
  libavfilter 3. 79.101 /  3. 79.101
  libswscale  2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc52.  3.100 / 52.  3.100
  Splitting the commandline.
  Reading option '-loglevel' ... matched as option 'loglevel' (set logging 
level) with argument 'debug'.
  Reading option '-i' ... matched as input file with argument 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8'.
  Reading option '-f' ... matched as option 'f' (force format) with argument 
'flac'.
  Reading option 'notbbc.flc' ... matched as output file.
  Finished splitting the commandline.
  Parsing a group of options: global .
  Applying option loglevel (set logging level) with argument debug.
  Successfully parsed a group of options.
  Parsing a group of options: input file 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8.
  Successfully parsed a group of options.
  Opening an input file: 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8.
  [hls,applehttp @ 0x5cc80] Format hls,applehttp probed with size=2048 and 
score=100
  [AVIOContext @ 0x65700] Statistics: 489 bytes read, 0 seeks
  Format aac probed with size=2048 and score=51
  [aac @ 0x67c90] id3v2 ver:4 flags:00 len:104
  [aac @ 0x67c90] File position before avformat_find_stream_info() is 114
  [aac @ 0x67c90] max_analyze_duration 500 reached at 5015510 microseconds
  [aac @ 0x67c90] File position after avformat_find_stream_info() is 42024
  [hls,applehttp @ 0x5cc80] File position before avformat_find_stream_info() is 
231
  [hls,applehttp @ 0x5cc80] All info found
  [hls,applehttp @ 0x5cc80] Estimating duration from bitrate, this may be 
inaccurate
  [hls,applehttp @ 0x5cc80] File position after avformat_find_stream_info() is 
231
  Input #0, hls,applehttp, from 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8':
  Duration: 00:00:00.03, start: 0.00, bitrate: 56 kb/s
  Program 0 
  Metadata:
  variant_bitrate : 64000
  Stream #0:0, 1, 1/28224000: Audio: aac, 44100 Hz, stereo, fltp, 56 kb/s
  Metadata:
  variant_bitrate : 64000
  Successfully opened the file.
  Parsing a group of options: output file notbbc.flc.
  Applying option f (force format) with argument flac.
  Successfully parsed a group of options.
  Opening an output file: notbbc.flc.
  Successfully opened the file.
  detected 1 logical cores
  [graph 0 input from stream 0:0 @ 0x9e330] Setting 'time_base' to value 
'1/44100'
  [graph 0 input from stream 0:0 @ 0x9e330] Setting 'sample_rate' to value 
'44100'
  [graph 0 input from stream 0:0 @ 0x9e330] Setting 'sample_fmt' to value 'fltp'
  [graph 0 input from stream 0:0 @ 0x9e330] Setting 'channel_layout' to value 
'0x3'
  [graph 0 input from stream 0:0 @ 0x9e330] tb:1/44100 samplefmt:fltp 
samplerate:44100 chlayout:0x3
  [audio format for output stream 0:0 @ 0x85240] Setting 'sample_fmts' to value 
's16|s32'
  [audio format for output stream 0:0 @ 0x85240] auto-inserting filter 
'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 
'audio format for output stream 0:0'
  [AVFilterGraph @ 0x65870] query_formats: 4 queried, 9 merged, 3 already done, 

Re: [SlimDevices: Plugins] MUSO - Support Thread

2015-02-19 Thread antonellocaroli

I do not find

17444


+---+
|Filename: Immagine.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17444|
+---+


antonellocaroli's Profile: http://forums.slimdevices.com/member.php?userid=63938
View this thread: http://forums.slimdevices.com/showthread.php?t=91575

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread PasTim

Klammer wrote: 
 Attached are the LMS Player Stream log and the ffmpeg output.
 
 Nothing seems any different, timeout after 3 seconds?
 
 Thanks
 
 p.s.
 In LMS Advanced/File Types what options should there be for Debug HLS
 m3u8? ffmpeg is not there, just playhls.sh, is that correct? I can't
 find an ffmpeg option for any file type...
For now I would just try to run ffmpeg on a command line as Admin
without using LMS.  Once that works LMS should do so, and if not bpa
should be able to help you get it to do so.

My own reading of the things you posted is that your Admin user is
missing some rights to read or run something, but I'm afraid I don't
know what.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps  to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Double check the url that is entered on the cmd line -  are there ...
 in the middle.
 
 This test
  
Code:

  
   Reading option '-i' ... matched as input file with argument 
'http://hls1.addictradio.net/addictal.../playlist.m3u8'.
   

  
 
 Previous test
  
Code:

  [hls,applehttp @ 0x5cc80] Estimating duration from bitrate, this may be 
inaccurate
   Input #0, hls,applehttp, from 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8':
   Duration: 00:00:00.03, start: 0.00, bitrate: 64 kb/s
   

  

Yes, damned ... dots!

Errors again, looks similar to last time...

Code:


  DiskStation ffmpeg -loglevel debug -i 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8' -f flac 
notbbc.flc
  ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan  7 2015 14:39:28 with gcc 4.6.4 (Linaro GCC branch-4.6.4. 
Marvell GCC Dev 201310-2126.3d181f66 64K MAXPAGESIZE ALIGN)
  configuration: --prefix=/usr/syno --incdir='${prefix}/include/ffmpeg' 
--arch=arm --target-os=linux 
--cross-prefix=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-
 --enable-cross-compile --enable-optimizations --enable-pic --enable-gpl 
--enable-shared --disable-static --enable-version3 --enable-nonfree 
--enable-libfaac --enable-encoders --enable-pthreads --disable-bzlib 
--disable-protocol=rtp --disable-muxer=image2 --disable-muxer=image2pipe 
--disable-swscale-alpha --disable-ffserver --disable-ffplay --disable-devices 
--disable-bzlib --disable-altivec --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-libmp3lame --disable-decoder=amrnb 
--disable-encoder=zmbv --disable-encoder=dca --disable-encoder=ac3 
--disable-encoder=ac3_fixed --disable-encoder=eac3 --disable-decoder=dca 
--disable-decoder=eac3 --disable-decoder=truehd 
--cc=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ccache-gcc
 --disable-doc
  libavutil  52. 38.100 / 52. 38.100
  libavcodec 55. 18.102 / 55. 18.102
  libavformat55. 12.100 / 55. 12.100
  libavdevice55.  3.100 / 55.  3.100
  libavfilter 3. 79.101 /  3. 79.101
  libswscale  2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc52.  3.100 / 52.  3.100
  Splitting the commandline.
  Reading option '-loglevel' ... matched as option 'loglevel' (set logging 
level) with argument 'debug'.
  Reading option '-i' ... matched as input file with argument 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8'.
  Reading option '-f' ... matched as option 'f' (force format) with argument 
'flac'.
  Reading option 'notbbc.flc' ... matched as output file.
  Finished splitting the commandline.
  Parsing a group of options: global .
  Applying option loglevel (set logging level) with argument debug.
  Successfully parsed a group of options.
  Parsing a group of options: input file 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8.
  Successfully parsed a group of options.
  Opening an input file: 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8.
  [hls,applehttp @ 0x5cc80] Format hls,applehttp probed with size=2048 and 
score=100
  [AVIOContext @ 0x65700] Statistics: 509 bytes read, 0 seeks
  Format aac probed with size=2048 and score=51
  [aac @ 0x67c90] id3v2 ver:4 flags:00 len:112
  [aac @ 0x67c90] File position before avformat_find_stream_info() is 122
  [aac @ 0x67c90] max_analyze_duration 500 reached at 5015510 microseconds
  [aac @ 0x67c90] File position after avformat_find_stream_info() is 41597
  [hls,applehttp @ 0x5cc80] File position before avformat_find_stream_info() is 
231
  [hls,applehttp @ 0x5cc80] All info found
  [hls,applehttp @ 0x5cc80] Estimating duration from bitrate, this may be 
inaccurate
  [hls,applehttp @ 0x5cc80] File position after avformat_find_stream_info() is 
231
  Input #0, hls,applehttp, from 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8':
  Duration: 00:00:00.03, start: 0.00, bitrate: 59 kb/s
  Program 0 
  Metadata:
  variant_bitrate : 63000
  Stream #0:0, 1, 1/28224000: Audio: aac, 44100 Hz, stereo, fltp, 59 kb/s
  Metadata:
  variant_bitrate : 63000
  Successfully opened the file.
  Parsing a group of options: output file notbbc.flc.
  Applying option f (force format) with argument flac.
  Successfully parsed a group of options.
  Opening an output file: notbbc.flc.
  Successfully opened the file.
  detected 1 logical cores
  [graph 0 input from stream 0:0 @ 0x689f0] Setting 'time_base' to value 
'1/44100'
  [graph 0 input from stream 0:0 @ 0x689f0] Setting 'sample_rate' to value 
'44100'
  [graph 0 input from stream 0:0 @ 0x689f0] Setting 'sample_fmt' to value 'fltp'
  [graph 0 input from stream 0:0 @ 0x689f0] Setting 'channel_layout' to value 
'0x3'
  [graph 0 input from stream 0:0 @ 0x689f0] tb:1/44100 samplefmt:fltp 

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread ChipMonk

and hopefully movement on the Radio 5 Sport issue

Designed and are currently evaluating a proposed solution for the UK
Only streams which carry sport and other rights restricted content. 
These would be the same technical specification as the current 128kbps
MP3 Shoutcast streams, which we can see from our stats are now being
received by many of the devices which were previously receiving WMA
streams.  This actually includes redesigning the geoblocking solution so
that we can reduce the very high error count which contributed to us
deciding to use the international version of these streams in the first
place.  This solution will cost more to build in the first place but
should reduce the longer term cost of delivering the steams so if we do
this it will give us a solution for longer than a few months. (quote
from Andrew Scott
General Manager of Product, Radio)



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Headless music player on Ubuntu server

2015-02-19 Thread Roland0

ch...@schoeppi.net wrote: 
 
 I'd also to use squeezelite on a Mac Book, but compiling the software 
 with support for mp3, ogg and flac is a pain because the needed libs 
 have to be compiled manualy. Is anyone using squeezelite on a Mac and 
 can help and give some hints where to find the libs, etc.?
 

You could use the pre-compiled binaries available from the 'squeezelite
page' (https://code.google.com/p/squeezelite/)



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) | 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite | 'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS ]

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=103180

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 OK so time to test with the PlayHLS plugin.  Is it the light at the end
 of the tunnel - or another train ?

Haha, please let it be the light... I feel like I've been hit by a train
this week...!!! :eek:

Scanner should be finished in around half an hour so will wait for that
as PlayHLS Plugin will require LMS restart?

I will need the repository address please.

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Look ok - time to login as admin and run the test ffmpeg command that
 outputs to notbbc.flc
 
 Where did you get the known_hosts file from ?
 
 At the crosh prompt - what happens when you type ssh_forget_hosts ? 
 Type help at crosh prompt to make I've spelt command right.

You Legend!

Recognised it this time so I'm back in, thanks so much!

Right, I'm just waiting for the LMS Music scanner to finish so I can't
try the test for an hour or so.  I will also need to re-install your
PlayHLS plugin again.
Also please could you send the instructions for the test and the stream
you want me to play. Sorry to be a pain in the rear cheeks! :confused:

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 There is no need to install PlayHLS before testing.
 
 When logged in under admin, if it works this command will not stop. / wrote: 
  
  

Code:

ffmpeg -loglevel verbose -i 
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f flac 
notbbc.flc
  
  DiskStation ffmpeg -loglevel debug -i
  http://hls1.addictradio.net/addictal.../playlist.m3u8 -f flac
  notbbc.flc
  ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan  7 2015 14:39:28 with gcc 4.6.4 (Linaro GCC
  branch-4.6.4. Marvell GCC Dev 201310-2126.3d181f66 64K MAXPAGESIZE
  ALIGN)
  configuration: --prefix=/usr/syno
  --incdir='${prefix}/include/ffmpeg' --arch=arm --target-os=linux
  --cross-prefix=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-
  --enable-cross-compile --enable-optimizations --enable-pic
  --enable-gpl --enable-shared --disable-static --enable-version3
  --enable-nonfree --enable-libfaac --enable-encoders
  --enable-pthreads --disable-bzlib --disable-protocol=rtp
  --disable-muxer=image2 --disable-muxer=image2pipe
  --disable-swscale-alpha --disable-ffserver --disable-ffplay
  --disable-devices --disable-bzlib --disable-altivec
  --enable-libopencore-amrnb --enable-libopencore-amrwb
  --enable-libmp3lame --disable-decoder=amrnb --disable-encoder=zmbv
  --disable-encoder=dca --disable-encoder=ac3
  --disable-encoder=ac3_fixed --disable-encoder=eac3
  --disable-decoder=dca --disable-decoder=eac3
  --disable-decoder=truehd
  --cc=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ccache-gcc
  --disable-doc
  libavutil  52. 38.100 / 52. 38.100
  libavcodec 55. 18.102 / 55. 18.102
  libavformat55. 12.100 / 55. 12.100
  libavdevice55.  3.100 / 55.  3.100
  libavfilter 3. 79.101 /  3. 79.101
  libswscale  2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc52.  3.100 / 52.  3.100
  Splitting the commandline.
  Reading option '-loglevel' ... matched as option 'loglevel' (set
  logging level) with argument 'debug'.
  Reading option '-i' ... matched as input file with argument
  'http://hls1.addictradio.net/addictal.../playlist.m3u8'.
  Reading option '-f' ... matched as option 'f' (force format) with
  argument 'flac'.
  Reading option 'notbbc.flc' ... matched as output file.
  Finished splitting the commandline.
  Parsing a group of options: global .
  Applying option loglevel (set logging level) with argument debug.
  Successfully parsed a group of options.
  Parsing a group of options: input file
  http://hls1.addictradio.net/addictal.../playlist.m3u8.
  Successfully parsed a group of options.
  Opening an input file:
  http://hls1.addictradio.net/addictal.../playlist.m3u8.
  [http @ 0x5d1a0] HTTP error 404 Not Found
  http://hls1.addictradio.net/addictal.../playlist.m3u8: Input/output
  error
  

  
 
 ???



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread florca

Looks like AOD changes already underway - the Listen Again Radio 3 (at
least...) content is now 48kHz sample rate - last week was 44.1kHz



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Haha, please let it be the light... I feel like I've been hit by a train
 this week...!!! :eek:
 
 Scanner should be finished in around half an hour so will wait for that
 as PlayHLS Plugin will require LMS restart?
 
 I will need the repository address please.
 


http://bpaplugins.googlecode.com/svn/trunk/repo-playhls.xml



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
  
Code:

  DiskStation ldd /usr/syno/bin/ffmpeg
   -sh: ldd: not found

  

Pity.

The problem looks to be a bit more subtle than straight permissions of a
library file.
On a test Pi with Squeezeplug  avconv if I removed or changed
permissions so it can't be read of a required avconv library (or even a
library called by a library) - avconv refuses to start and identifies
the problem library.

I'll keep trying to reproduce the error on the Pi.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread onlyconnect

bpa wrote: 
 Klammer,
 
 OK - that seem clear that problem is with input decoder and not pipes
 etc.
 
 I'm not sure if the next command will work on the NAS. It should display
 all the libraries that ffmpeg will use.
 Again logged in as Admin 
 
 ldd /usr/syno/bin/ffmpeg

No ldd but:

bash-3.2# objdump -x /usr/syno/bin/ffmpeg | grep NEEDED
NEEDED   libavdevice.so.55
NEEDED   libavfilter.so.3
NEEDED   libavformat.so.55
NEEDED   libavcodec.so.55
NEEDED   libpostproc.so.52
NEEDED   libswresample.so.0
NEEDED   libswscale.so.2
NEEDED   libavutil.so.52
NEEDED   libm.so.6
NEEDED   libpthread.so.0
NEEDED   libc.so.6

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

PasTim wrote: 
 Can you somehow compare the user permissions on your pi vs Klammer's
 system?

Klammer,
Can you to the following. It shoudl tell which groups Admin belongs to.

cat /etc/group



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread PasTim

bpa wrote: 
 Pity.
 
 The problem looks to be a bit more subtle than straight permissions of a
 library file.
 On a test Pi with Squeezeplug  avconv if I removed or changed
 permissions so it can't be read of a required avconv library (or even a
 library called by a library) - avconv refuses to start and identifies
 the problem library.
 
 I'll keep trying to reproduce the error on the Pi.
Can you somehow compare the user permissions on your pi vs Klammer's
system?



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps  to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Klammer,
 Can you to the following. It shoudl tell which groups Admin belongs to.
 
 cat /etc/group

I'm in trouble here... my Synology crashed and I have had to reset
everything back to factory!

LMS is reinstalled but I've held off reinstalling VideoStation because
of the possible conflict.

Hopefully the ffmpeg install will be clean now?

I'm on a PC for now using Putty to SSH. Do you want me to login as root
or admin?

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread JohnB

Jim Simmons's team almost certainly knows exactly what is going on and
exactly what is required.

My view is that JS's concentration on WMA is, at least in part, a
distraction technique - exactly the same as we get from politicians.

At no point in the BBC Internet Blog has it been stated that the current
on-demand AAC streams will stop (although they almost certainly will) -
they have just said that they are providing HLS/HDS streams. It is no
wonder that manufacturers were caught on the hop with this type of
(almost Orwellian) obfuscation.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 I will run those commands now, do you want to see 2 sets, one admin one
 root?

Yes.

the cat /etc/group command should be the same for both.

 ffmpeg is showing up the same version as before and was there before LMS
 was reinstalled so I think it comes as stock with Synology DSM 5.1
 Firmware

Could mean Videostation had a private copy of ffmpeg and we've been
fiddling with its libraries and not libraries of the version in
/usr/syno/bin/ffmpeg which is why I want to check the other library
directories.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread d6jg

JohnB wrote: 
 Jim Simmons's team almost certainly knows exactly what is going on and
 exactly what is required.
 
 My view is that JS's concentration on WMA is, at least in part, a
 distraction technique - exactly the same as we get from politicians.
 
 At no point in the BBC Internet Blog has it been stated that the current
 on-demand AAC streams will stop (although they almost certainly will) -
 they have just said that they are providing HLS/HDS streams. It is no
 wonder that manufacturers were caught on the hop with this type of
 (almost Orwellian) obfuscation.

You give him too much credit. This smacks more of incompetence than
obfuscation to me.
There was post last night that cut  paste a comment from Naim on their
own forum. They said categorically that the test streams were plain old
AAC. HLS came as a complete surprise at launch.



*Vortexbox LMS 7.8 music on QNAP TS419p via NFS* -
iThingys/iPeng/Tablets
*Living Room* - SB3 - Onkyo TS606 connected Digitally -  Celestion
Ditton F20s - and connected Analogue for Zone 2 - Sony TA FE 320 -
Sennheiser RS 130
*Office* - SB3 - Sony TA FE320 - Wharfedale Modus Cubes
*Dining Room* - SB Boom
*Kitchen* - UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch - Topping TP21 - AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) - Topping TP20 -
Wharfedale Modus Cubes

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread castalla

VictorLaszlo wrote: 
 Tearing my hair out with this.
 Running Squeezeplug 602 on a Raspberry Pi (version 1? I'm not sure) and
 have the aforementioned version of ffmpeg but the Apple HLS m3u8 entry
 in advanced settings/file types  is still greyed-out. The only way I can
 get it not to be greyed-out is to reinstall the old 0.8 version of
 ffmpeg, which needs to be periodically killed after use.  Am I doing
 something wrong? Any suggestions? Thanks in advance!

Guess you need a newer version of raspian.  squeezeplug 6.02 is old and
replaced by version 7.50



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1  Vistron internet radio (Reciva)

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

markiii wrote: 
 Any idea when the listen again streas move to HLS?

I'm not sure they will.  HLS is good for Live stream  - BBC comments
indicate they want better rights management and HLS is really no better
than present Flash based system.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread majones

d6jg wrote: 
 This smacks more of incompetence than obfuscation to me.
That's what I sensing too. Simmons seems to think On Demand is presently
either WMA or the progressive download of a file (by which I think he
means a podcast file that you keep). But the AAC streams that most of us
use for On Demand isn't either of these, unless I'm mistaken.



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Hopefully the ffmpeg install will be clean now?

Hope you don't lose anything.

I think ffmpeg could be part of the Videostation install - it'll be
interesting to see when it appears on the system.

Separately I was think perhaps there are a few more commands to check
the Synology;s set up

For the following command is there a difference between run as root and
as admin. If the dir work they'll be big - I'm more interested to see
if the directories exists and can they be accessed.  The PATH tells me
where the system looks for files.

echo $PATH

dir /lib
dir /usr/syno/lib



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Klammer,
 Can you to the following. It shoudl tell which groups Admin belongs to.
 
 cat /etc/group

DiskStation cat /etc/group
#$_@GID__INDEX@_$1023$
administrators:x:101:admin
dovecot:x:143:dovecot
ftp:x:21:ftp
http:x:1023:
lp:x:7:lp
maildrop:x:126:
mysql:x:66:
nobody:x:99:
postfix:x:125:postfix
postgres:x:55:
root:x:0:
smmsp:x:25:admin,smmsp
users:x:100:

Does that look right?

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread markiii

great HLS streams now working via BBIplayer by using the revised OPML
file.

Any idea when the listen again streas move to HLS?



Transporter (Lounge)
Touch (Office)
Touch (Kitchen)
Radio (Bedroom)
Radio (Garage)
SqueezePlay 7.8 on 2 x Windows 7 PCs

LMS 7.7.3 on DIY UnRaid NAS now upgraded to 7.8 (06/01/2015)

Squeeze user since the SB1

markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread Milhouse

VictorLaszlo wrote: 
 Tearing my hair out with this.
 Running Squeezeplug 602 on a Raspberry Pi (version 1? I'm not sure) and
 have the aforementioned version of ffmpeg but the Apple HLS m3u8 entry
 in advanced settings/file types  is still greyed-out. The only way I can
 get it not to be greyed-out is to reinstall the old 0.8 version of
 ffmpeg, which needs to be periodically killed after use.  Am I doing
 something wrong? Any suggestions? Thanks in advance!

I'm on a Pi1 with up-to-date Raspbian, but Pi1/Pi2 shouldn't make any
difference. Using latest 7.8 LMS. I installed the stock ffmpeg, this
activated the ffmpeg setting. I then installed BBC iPlayer, followed by
PlayHLS. I confirmed the existing ffmpeg wouldn't die. Downloaded the
tar, extracted the updated ffmpeg and replaced the existing
/usr/bin/ffmpeg. It all works.

Not really sure what you're doing wrong, are you setting the execute
permission with chmod +x /usr/bin/ffmpeg ? It shouldn't need to be set
if you're using Linux to extract the files from the tar, however the
execute permission will most likely be lost if you're using Windows to
access the contents of the tar.



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread markiii

well if thats the case, consider me happy as you've solved all my issues
:-)

many thanks



Transporter (Lounge)
Touch (Office)
Touch (Kitchen)
Radio (Bedroom)
Radio (Garage)
SqueezePlay 7.8 on 2 x Windows 7 PCs

LMS 7.7.3 on DIY UnRaid NAS now upgraded to 7.8 (06/01/2015)

Squeeze user since the SB1

markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

@bpa
Yes, I've seen that package but it's not compatible with my ARM NAS (I
don't think?)
Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread JohnB

bpa wrote: 
 I'm not sure they will.  HLS is good for Live stream  - BBC comments
 indicate they want better rights management and HLS is really no better
 than present Flash based system.

Well, Jim Simmons (on the BBC Internet Blog) has said:
 Well, we've set up HLS streams for on-demands so radios that are
 currently upgrading to play our HLS live streams should be able to play
 our HLS on-demands. We will offer the same for DASH as that develops in
 the next couple of months. 

They haven't specifically said that the current AAC streams will be
switched off at the end of this month, but then they seemingly didn't
even tell the manufacturers that the live AAC streams would be switched
off (when they announced the introduction of the HLS/HDS live streams).

Make of it what you will but I am expecting a change from the current
AAC streams to HLS/AAC streams at the end of the month (the date they
have set for on-demand WMA streams to end).



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Hope you don't lose anything.
 
 I think ffmpeg could be part of the Videostation install - it'll be
 interesting to see when it appears on the system.
 
 Separately I was think perhaps there are a few more commands to check
 the Synology;s set up
 
 For the following command is there a difference between run as root and
 as admin. If the dir work they'll be big - I'm more interested to see
 if the directories exists and can they be accessed.  The PATH tells me
 where the system looks for files.
 
 echo $PATH
 
 dir /lib
 dir /usr/syno/lib

Hello!

Nothing lost thanks... managed to reinstall the stock firmware so 5,200+
albums all safe!

I have lost all the settings for LMS (Music Info Screen, BBC Plugins
etc.) but can sort them tonight.  I will need the bpa HLS plugin again
and to re-install the up to date menu.opml

I will run those commands now, do you want to see 2 sets, one admin one
root?

ffmpeg is showing up the same version as before and was there before LMS
was reinstalled so I think it comes as stock with Synology DSM 5.1
Firmware

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

I know nothing about Synology NAS but there seems to be a community
based site for Synology package which has an up to date ffmpeg and looks
like an easy install method.

https://synocommunity.com/packages



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread VictorLaszlo

Milhouse wrote: 
 Anyone using a Raspberry Pi (version 1 or 2) with Raspbian and LMS will
 want a more recent version of ffmpeg as the currently available ffmpeg
 (v0.8.16-1+rpi1) is pretty old and - more importantly - doesn't die.
 
 Easiest solution:
 
 1. Download the tar file on this page:
 http://fattylewis.com/latest-ffmpeg-compiled-for-rasbian
 2. Extract it, and copy arm/bin/ffmpeg to /usr/bin/ffmpeg
 
 This should result in the following ffmpeg version being installed on
 your Pi, and it works perfectly with BBC iPlayer and the latest
 streams:
  
Code:

  
   ffmpeg version N-60774-gc427b2b
   built on Feb 20 2014 16:29:13 with gcc 4.7.1 (crosstool-NG 1.15.2) 20120402 
(prerelease)
   configuration: --enable-cross-compile 
--cross-prefix=/opt/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-
 --arch=armel --target-os=linux --prefix=/home/jon/arm --enable-gpl 
--enable-libx264 --enable-nonfree --extra-cflags=-I/home/jon/arm/include 
--extra-ldflags=-L/home/jon/arm/lib --extra-libs=-ldl
   libavutil  52. 65.100 / 52. 65.100
   libavcodec 55. 52.102 / 55. 52.102
   libavformat55. 33.100 / 55. 33.100
   libavdevice55. 10.100 / 55. 10.100
   libavfilter 4.  1.103 /  4.  1.103
   libswscale  2.  5.101 /  2.  5.101
   libswresample   0. 17.104 /  0. 17.104
   libpostproc52.  3.100 / 52.  3.100
   

  

Tearing my hair out with this.
Running Squeezeplug 602 on a Raspberry Pi (version 1? I'm not sure) and
have the aforementioned version of ffmpeg but the Apple HLS m3u8 entry
in advanced settings/file types  is still greyed-out. The only way I can
get it not to be greyed-out is to reinstall the old 0.8 version of
ffmpeg, which needs to be periodically killed after use.  Am I doing
something wrong? Any suggestions? Thanks in advance!



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-02-19 Thread d6jg

Thank you as ever



*Vortexbox LMS 7.8 music on QNAP TS419p via NFS* -
iThingys/iPeng/Tablets
*Living Room* - SB3 - Onkyo TS606 connected Digitally -  Celestion
Ditton F20s - and connected Analogue for Zone 2 - Sony TA FE 320 -
Sennheiser RS 130
*Office* - SB3 - Sony TA FE320 - Wharfedale Modus Cubes
*Dining Room* - SB Boom
*Kitchen* - UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch - Topping TP21 - AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) - Topping TP20 -
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2015-02-19 Thread countryman69

Has anyone noticed that the plug-in is now only providing 29 second or
59 second extracts?  At least, that is what has happened on my iPod.



countryman69's Profile: http://forums.slimdevices.com/member.php?userid=61336
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread majones

I've just had a look at the BBC's XML for Radio 4 and followed one of
the pointers to a programme URL, and see that it specifies a WMA stream
(that will be turned off imminently) and two AAC/RTMP streams (one at
48kbps and the other at 128kbps). The AAC/RTMP streams originate from
Limelight CDN, and I'm wondering whether actually Jim Simmons is unaware
of them. It might explain why he only talks about the WMA streams in his
blog. If so, might they be left alone as part of this mess?



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread bpa

majones wrote: 
 I've just had a look at the BBC's XML for Radio 4 and followed one of
 the pointers to a programme URL, and see that it specifies a WMA stream
 (that will be turned off imminently) and two AAC/RTMP streams (one at
 48kbps and the other at 128kbps). The AAC/RTMP streams originate from
 Limelight CDN, and I'm wondering whether actually Jim Simmons is unaware
 of them. It might explain why he only talks about the WMA streams in his
 blog. If so, might they be left alone as part of this mess?

I think the XML feed was developed by an outside contractor.  The WMA
URL were generated from timeslots (and were reused after 7 days)  and so
didn't really hook back into iPlayer database and IIRC so couldn't
handle the 30 day availablity of iPlayer programs so the feed has not
been kept up to date with iPlayer developments for a while.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread odw199

I took a look at gpac...

The player is mp4client but while it can happily play an HLS stream, I
couldn't find a way to send the output to stdout (or anywhere other than
the speakers) so I doubt this is of any use.

mp4box is able to manipulate containers which might allow the encoding
of an HLS stream, but I couldn't find a way to do it.

My advice, ignore gpac and stick with ffmpeg for now.



odw199's Profile: http://forums.slimdevices.com/member.php?userid=15387
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

@bpa

ADMIN:

Code:

DiskStation echo $PATH
  
/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin




Code:

libsynoscheduler.so.5.1
  -rw-r--r--1 root root117836 Jan  6 23:20 
libsynoscheduler.so.5.1
  lrwxrwxrwx1 root root26 Feb 19 03:44 
libsynoschedulercgi.so - libsynoschedulercgi.so.5.1
  lrwxrwxrwx1 root root26 Feb 19 03:44 
libsynoschedulercgi.so.5 - libsynoschedulercgi.so.5.1
  -rw-r--r--1 root root 20376 Jan  6 23:20 
libsynoschedulercgi.so.5.1
  -rw-r--r--1 root root   1869160 Jan 18 19:45 libsynosdk.so.5
  lrwxrwxrwx1 root root23 Feb 19 03:44 
libsynoserviceutil.so - libsynoserviceutil.so.5
  -rw-r--r--1 root root 30940 Jan  6 23:20 
libsynoserviceutil.so.5
  lrwxrwxrwx1 root root17 Feb 19 03:44 libsynoshare.so - 
libsynoshare.so.5
  -rw-r--r--1 root root150756 Jan  6 23:20 libsynoshare.so.5
  -rwxr-xr-x1 root root 22564 Jan  6 23:20 libsynosmtp.so
  -rwxr-xr-x1 root root 13096 Jan  6 23:20 libsynosnmp.so.1
  lrwxrwxrwx1 root root27 Feb 19 03:44 
libsynosocialaccount.so - libsynosocialaccount.so.5.1
  lrwxrwxrwx1 root root27 Feb 19 03:44 
libsynosocialaccount.so.5 - libsynosocialaccount.so.5.1
  -rw-r--r--1 root root 61112 Jan  6 23:22 
libsynosocialaccount.so.5.1
  lrwxrwxrwx1 root root19 Feb 19 03:44 libsynostorage.so - 
libsynostorage.so.5
  -rw-r--r--1 root root 56208 Jan  6 23:20 libsynostorage.so.5
  -rw-r--r--1 root root427080 Jan  6 23:20 libsynostoragemgmt.so
  -rwxr-xr-x1 root root310724 Jan  6 23:22 libsynosyslog.so
  -rwxr-xr-x1 root root 26632 Jan  6 23:22 
libsynosyslogclient.so
  lrwxrwxrwx1 root root24 Feb 19 03:44 libsynotifyclient.so 
- libsynotifyclient.so.5.1
  lrwxrwxrwx1 root root24 Feb 19 03:44 
libsynotifyclient.so.5 - libsynotifyclient.so.5.1
  -rw-r--r--1 root root 20204 Jan  6 23:22 
libsynotifyclient.so.5.1
  lrwxrwxrwx1 root root58 Feb 19 04:02 libsynotrigger.so - 
/var/packages/DownloadStation/target/lib/libsynotrigger.so
  lrwxrwxrwx1 root root16 Feb 19 03:44 libsynoudpd.so - 
libsynoudpd.so.5
  -rw-r--r--1 root root 21424 Jan  6 23:22 libsynoudpd.so.5
  lrwxrwxrwx1 root root27 Feb 19 03:44 
libsynousbmodem-server.so - libsynousbmodem-server.so.5
  -rw-r--r--1 root root846632 Jan  6 23:20 
libsynousbmodem-server.so.5
  lrwxrwxrwx1 root root20 Feb 19 03:44 libsynousbmodem.so 
- libsynousbmodem.so.5
  -rw-r--r--1 root root 64544 Jan  6 23:20 libsynousbmodem.so.5
  lrwxrwxrwx1 root root17 Feb 19 03:44 libsynoutils.so - 
libsynoutils.so.1
  -rw-r--r--1 root root 40776 Jan  6 23:20 libsynoutils.so.1
  lrwxrwxrwx1 root root15 Feb 19 03:44 libsynovfs.so - 
libsynovfs.so.5
  -rw-r--r--1 root root172984 Jan  6 23:21 libsynovfs.so.5
  -rwxr-xr-x1 root root 74092 Jan  6 23:22 libsynovpnclient.so
  lrwxrwxrwx1 root root28 Feb 19 03:44 
libsynovspace_wrapper.so - libsynovspace_wrapper.so.5.1
  lrwxrwxrwx1 root root28 Feb 19 03:44 
libsynovspace_wrapper.so.5 - libsynovspace_wrapper.so.5.1
  -rw-r--r--1 root root 20068 Jan  6 23:20 
libsynovspace_wrapper.so.5.1
  lrwxrwxrwx1 root root19 Feb 19 03:44 libsynowimax.so - 
libsynowimax.so.5.1
  -rw-r--r--1 root root 14700 Jan  6 23:20 libsynowimax.so.5.1
  lrwxrwxrwx1 root root25 Feb 19 03:44 
libsynowireless-core.so - libsynowireless-core.so.5
  -rw-r--r--1 root root 52360 Jan  6 23:20 
libsynowireless-core.so.5
  lrwxrwxrwx1 root root27 Feb 19 03:44 
libsynowireless-usbmodem-server.so - libsynousbmodem-server.so.5
  lrwxrwxrwx1 root root27 Feb 19 03:44 
libsynowireless-usbmodem-server.so.5 - libsynousbmodem-server.so.5
  lrwxrwxrwx1 root root20 Feb 19 03:44 
libsynowireless-usbmodem.so - libsynousbmodem.so.5
  lrwxrwxrwx1 root root20 Feb 19 03:44 
libsynowireless-usbmodem.so.5 - libsynousbmodem.so.5
  lrwxrwxrwx1 root root19 Feb 19 03:44 libsynowireless.so 
- libsynonetwork.so.5
  lrwxrwxrwx1 root root19 Feb 19 03:44 libsynowireless.so.5 
- libsynonetwork.so.5
  lrwxrwxrwx1 root root17 Feb 19 03:44 libsysfs.so - 
libsysfs.so.2.0.1
  lrwxrwxrwx1 root root17 Feb 19 03:44 libsysfs.so.2 - 
libsysfs.so.2.0.1
  -rwxr-xr-x1 root root 28028 Jan  6 

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread bpa

VictorLaszlo wrote: 
 Tearing my hair out with this.
 Running Squeezeplug 602 on a Raspberry Pi (version 1? I'm not sure) and
 have the aforementioned version of ffmpeg but the Apple HLS m3u8 entry
 in advanced settings/file types  is still greyed-out. The only way I can
 get it not to be greyed-out is to reinstall the old 0.8 version of
 ffmpeg, which needs to be periodically killed after use.  Am I doing
 something wrong? Any suggestions? Thanks in advance!

This is a PlayHLS specific and not BBCiPlayer questions and it is
preferred if you have ongoing issues with the plugin to ask on the
PlayHLS thread.

That said,
when you installed the fattylewis ffmpeg
1. Did you test from a shell prompt if it runs
2. Make sure permission of new ffmpeg is set correctly (i.e. o+rx)  so
that the user (squeezeboxserver ?)  which runs LMS can also run the
ffmpeg



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

PasTim wrote: 
 For now I would just try to run ffmpeg on a command line as Admin
 without using LMS.  Once that works LMS should do so, and if not bpa
 should be able to help you get it to do so.
 
 My own reading of the things you posted is that your Admin user is
 missing some rights to read or run something, but I'm afraid I don't
 know what.

Logged in as Admin, I want to verify that the the issue is just with
ffmepg and also try the DEBUG loglevel in the hope ffmpeg will tell us
more about problem.
Try this command.

ffmpeg -loglevel debug -i
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f
flac notbbc.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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer,

OK - that seem clear that problem is with input decoder and not pipes
etc.

I'm not sure if the next command will work on the NAS. It should display
all the libraries that ffmpeg will use.
Again logged in as Admin 

ldd /usr/syno/bin/ffmpeg



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 looks OK and I think it means admin is part of Adminstrators group and
 is just an ordinary group (101) 
 
 The path post seems to show that the ffmpeg in Videostation directory is
 not the one used by LMS and probably the same about the libraries which
 had the chmod done to them.
 
 According to synology website on the Web control panael there is a
 Application privileges and this can be used to show what privileges
 are given to what users. 
 Does this exist on your system and if what does it show for root and
 admin ?

It's empty!

17447


+---+
|Filename: Screenshot 2015-02-19 at 15.45.04.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17447|
+---+


Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Headless music player on Ubuntu server

2015-02-19 Thread clskier

I'm trying to figure out what is the current choice for headless music
player.  I see several posts throughout the past couple years discussing
softsqueeze, squeezeslave, squeezelite, and squeezeplay.  Some say that
development has stopped and has been replaces by some other package. 
I'm really confused what is the current software of choice.

Some info about my setup if it is relevant.  I am running an Ubuntu
server as my central NAS.  This server is running LMS 7.8 and is
connected to my stereo.  I also have three squeezeboxes around the
house.  In a perfect world, I'd like the Ubuntu server to show up as
another squeezebox on my Squeezebox app on my phone that could be synced
up with all my other boxes.

Thanks



clskier's Profile: http://forums.slimdevices.com/member.php?userid=64089
View this thread: http://forums.slimdevices.com/showthread.php?t=103180

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 DiskStation cat /etc/group
 #$_@GID__INDEX@_$1023$
 administrators:x:101:admin
 ..
 root:x:0:
 Does that look right?
 
 

looks OK and I think it means admin is part of Adminstrators group and
is just an ordinary group (101) 

The path post seems to show that the ffmpeg in Videostation directory is
not the one used by LMS and probably the same about the libraries which
had the chmod done to them.

According to synology website on the Web control panael there is a
Application privileges and this can be used to show what privileges
are given to what users. 
Does this exist on your system and if what does it show for root and
admin ?



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread W92Neriah

@BPA  @bonze: I thought I'd wait a few days for things to settle down
and have now tried your HLS plugin and the updated menu.opml files for
the iPlayer plugin: BIG thank you to you both as they are working great,
even on my crusty old Squeezebox Server v7.5.5 install that is running
on 32-but windows! :)



W92Neriah's Profile: http://forums.slimdevices.com/member.php?userid=34111
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread Milhouse

Giza2020 wrote: 
 If I did want to update my ffmpeg would i need to uninstall an exisitng
 version or would putting thisin the bin folder over write the existing
 version?

You don't need to uninstall the existing version, though you may want to
rename it just so that it's there if you ever need to go back to it
(can't really think why).


Code:


  tar xvzf path/to/arm.tar.gz arm/bin/ffmpeg
  sudo mv /usr/bin/ffmpeg /usr/bin/ffmpeg.orig
  sudo mv arm/bin/ffmpeg /usr/bin/ffmpeg
  sudo chmod +x /usr/bin/ffmpeg
  



The chmod shoudn't be required, but is belt  braces.

To confirm it works:

Code:


  ffmpeg -version
  


and the output should be similar to my original post.

@bpa: Sorry if this is OT for BBC iPlayer, it's a little hard for me to
tell where one plugin ends and another begins. It's been a long time
since I've been on the forum and this was the first thread in which I
started looking for a solution, probably not going to be the last
either! Thanks for all the fixes. :)



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 Login as root
 chmod +s /usr/bin/syno/ffmpeg
 
 then check it is done.
 
 dir /usr/syno/bin
 
 

Managed it (despite a typo in the chmod command!)

Here's the result:


Code:

DiskStation chmod +s usr/syno/bin/ffmpeg
  DiskStation dir usr/syno/bin/ffmpeg
  -rwsr-sr-x1 root root174112 Jan  6 23:21 usr/syno/bin/ffmpeg



Did we crack it?

Thanks
Paul

Sorry I missed your PM... that didn't work so I'm using Putty_Thanks
again



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Did we crack it?

Look ok - time to login as admin and run the test ffmpeg command that
outputs to notbbc.flc

Where did you get the known_hosts file from ?

At the crosh prompt - what happens when you type ssh_forget_hosts ? 
Type help at crosh prompt to make I've spelt command right.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Phew!
 
 Yes let's try it!
 



Login as root
chmod +s /usr/bin/syno/ffmpeg

then check it is done.

dir /usr/syno/bin


 I sent you a PM earlier asking for help as I'm locked out of Crosh
 because the SSH key was changed when I re-installed the firmware on the
 NAS
I sent a PM  - at the crosh prompt give the command forget_ssh_host



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread VictorLaszlo

Milhouse wrote: 
 I'm on a Pi1 with up-to-date Raspbian, but Pi1/Pi2 shouldn't make any
 difference. Using latest 7.8 LMS. I installed the stock ffmpeg, this
 activated the ffmpeg setting. I then installed BBC iPlayer, followed by
 PlayHLS. I confirmed the existing ffmpeg wouldn't die. Downloaded the
 tar, extracted the updated ffmpeg and replaced the existing
 /usr/bin/ffmpeg. It all works.
 
 Not really sure what you're doing wrong, are you setting the execute
 permission with sudo chmod +x /usr/bin/ffmpeg ? It shouldn't need to
 be set if you're using Linux to extract the files from the tar, however
 the execute permission will most likely be lost if you're using Windows
 to access the contents of the tar.

Milhouse, bpa, thanks for your prompt suggestions.
Problem solved - it was indeed a permissions issue.
I'd been mixing Windows and Linux (Winnuxing?) and took my eye off the
ball.  The chmod command did the trick. BBC streams now playing
beautifully and ffmpeg leaves the room when asked to. All is well.
Great work, really appreciate it.



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 All is not lost - we know that it works under root - I think there is a
 hack job we can do.  if we enable s permission on ffmeg - ffmpeg will
 run under root userid and so if given wrong instruction could overwrite
 any files on your system or worse.
 
 Want to try it ? it is not considered good practice but I assume yours
 is a private NAS not open to the world and if so some evildoer got onto
 your system - chances are it will be logged in as root or admin.

Phew!

Yes let's try it!

I sent you a PM earlier asking for help as I'm locked out of Crosh
because the SSH key was changed when I re-installed the firmware on the
NAS

I can try it using Putty on the PC at a push

Thanks

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

Hi, please find the known_users file attached.

Could you take a look and advise? Absolutely no rush.

Many thanks

Paul


+---+
|Filename: known_hosts.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17449|
+---+


Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread JohnB

Silly question: when ffmpeg is used with:

[ffmpeg] -loglevel quiet  -i $FILE$ -acodec copy -f adts -

does ffmpeg just pass the AAC out (which is good) or does it decode the
AAC in the HLS wrapper then re-encode it to AAC (not so good)?



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread JohnB

I *think* I found the answer to my question:

Does the copy tell ffmpeg to pass the AAC through without
decoding/re-encoding?



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

JohnB wrote: 
 Does the copy tell ffmpeg to pass the AAC through without
 decoding/re-encoding?

Yes it simply strips the HLS protcool from the audio payload.  Remember
that HLS can also transfer AC-3 or MP3 so only use this on a known AAC
stream.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread JohnB

bpa wrote: 
 Yes it simply strips the HLS protcool from the audio payload.  Remember
 that HLS can also transfer AC-3 or MP3 so only use this on a known AAC
 stream.

Thanks for confirming this. :)



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 OK so time to test with the PlayHLS plugin.

Good morning,

LMS is acting strangely, constantly wanting to start a complete media
scan! Anyway, I played BBC Radio 4Extra from the BBC iPlayer app with
the updated menu.opml and got the usual result... log attached.

Thanks
Paul


+---+
|Filename: BBC Radio4 Extra-Played from BBCiPlayer 
App-From_#8220;menu.opml#8221;.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17454|
+---+


Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Headless music player on Ubuntu server

2015-02-19 Thread Grumpy Bob

clskier wrote: 
 I'm trying to figure out what is the current choice for headless music
 player.  I see several posts throughout the past couple years discussing
 softsqueeze, squeezeslave, squeezelite, and squeezeplay.  Some say that
 development has stopped and has been replaces by some other package. 
 I'm really confused what is the current software of choice.
 
 Some info about my setup if it is relevant.  I am running an Ubuntu
 server as my central NAS.  This server is running LMS 7.8 and is
 connected to my stereo.  I also have three squeezeboxes around the
 house.  In a perfect world, I'd like the Ubuntu server to show up as
 another squeezebox on my Squeezebox app on my phone that could be synced
 up with all my other boxes.
 
 Thanks

I run LMS on a QNAP NAS in a separate room from my HiFi, to minimise the
sound of hard drives etc. It runs 24/7 and located is next to the
router, to which it is attached by ethernet cable. The headless player
of choice for me is a Raspberry Pi running pCorePlayer (which uses
Squeezelite), either with a HiFiBerry DAC (or similar) if connecting it
straight to the amplifier, or via USB to a separate DAC. I hook the
Rasperries up to LMS via WiFi, which in my house seems faultless. (I
also have an SB Touch and an SB3).
I use a Raspberry Pi with a headphone DAC as a separate headphone unit
when I don't want to fire up the HiFi (I am a bit of an insomniac and
frequently listen to music in the wee small hours). The advantage of
piCorePlayer is that it runs entirely from RAM once booted, so you can
turn it off by yanking the power cable.
I don't see why you couldn't set up squeezelite on the Ubuntu box.
I control the system wither via the LMS web app or one of the Android or
iOS apps. 

Robert



Touch  DacMagic 100  Naim Audio Nait 3  Mission 752 (plus Rega Planar
3 and Naim CD3)
2 x Squeezebox Radios, 1 X Squeezebox 3
SqueezePad, iPeng, Squeezeplay, piCorePlayer/HiFiBerry,
piCorePlayerDacMagic XS
QNAP TS-239, LMS 7.9
last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=103180

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

onlyconnect wrote: 
 Hi Paul
 
 Mine is Intel Atom Avoton.
 
 This is helpful info though since it shows that simply replacing the
 version of ffmpeg can fix the issue.
 
 I was actually going down the path of trying to compile it myself and
 running into a variety of issues, so glad to discover the community one.
 
 Tim

I have submitted a support ticket to Synology requesting an ffmpeg
package for Armada chipsets, it seems rather ridiculous that it's only
the DS213j that seems to be unable to have a package provided.

Cheers

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread ChipMonk

d6jg wrote: 
 What does that mean?

I'm hoping it means we'll get the UK only sport back. Like I said
earlier - it's hard work dealing with these guys!!



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread martinshaw

bpa - please accept my heartfelt thanks to you and all the other forum
members whose expertise puts the BBC to shame. 
I only discovered yesterday there was a problem and having installed
ffmpeg and  your plugin, following yours and man in a van's
instructions. Then the new menu.opml by bonz. I am back in business
again.

My only misgiving is that Triode has been conspicuous by his absence. I
hope he is well and we haven't all managed to piss him off.



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Headless music player on Ubuntu server

2015-02-19 Thread Christian Schoepplein
I'm also using squeezelite on a Debian system, works very well and when 
al necesary libs are installed, music with different formats can be 
played (mp3, ogg, flac).

I'd also to use squeezelite on a Mac Book, but compiling the software 
with support for mp3, ogg and flac is a pain because the needed libs 
have to be compiled manualy. Is anyone using squeezelite on a Mac and 
can help and give some hints where to find the libs, etc.?

Cheers,

  Christian

-- 
Christian Schoepplein - chris (at) schoeppi.net - http://schoeppi.net
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread bpa

W92Neriah wrote: 
 Uh-oh, has the BBC started the Listen Again lobotomy already, or is this
 just affecting me?: From my Squeezebox Duet controller I am selecting
 BBC iPlayer  BBC Radio 4 Extra  Scroll down past the days of the
 week to the program names... e.g. Just a Minute  Anything I select
 now does this:
 
 Fetching track details Then after a few seconds I get Problem:
 Can't open file for rtmp://bbcodspddns.fcod.llnwd.net:1935?app=YT...
 
 This was working fine a couple of days ago: Is everyone (anyone?!?)
 getting this when they try to access Listen Again from the BBC iPlayer
 plugin (or have I just broken something by installing BPA's HLS plug-in
 (which is now working great for BBC live radio HLS streams))?

Both episodes play for me OK (outside the UK) on rtmp Flash AAC (WMA has
already gone a few weeks ago) on LMS. Problem is probably on your LMS
but could be a UK only issue.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread bonze

bpa wrote: 
 Both episodes play for me OK (outside the UK) on rtmp Flash AAC (WMA has
 already gone a few weeks ago) on LMS. Problem is probably on your LMS
 but could be a UK only issue.
Working OK here too, in the UK.

And a few other random ones too.



LMS Version: 7.9
TranquilPC T2-WHS-A3 - WHS 2011
2x Touch, 3x SB3

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread W92Neriah

Uh-oh, has the BBC started the Listen Again lobotomy already, or is this
just affecting me?: From my Squeezebox Duet controller I am selecting
BBC iPlayer  BBC Radio 4 Extra  Scroll down past the days of the
week to the program names... e.g. Just a Minute  Anything I select
now does this:

Fetching track details Then after a few seconds I get Problem:
Can't open file for rtmp://bbcodspddns.fcod.llnwd.net:1935?app=YT...

This was working fine a couple of days ago: Is everyone (anyone?!?)
getting this when they try to access Listen Again from the BBC iPlayer
plugin (or have I just broken something by installing BPA's HLS plug-in
(which is now working great for BBC live radio HLS streams))?



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Headless music player on Ubuntu server

2015-02-19 Thread Mnyb

+1squeezelite is the headless player of choice ,it may apear in
different forms as part of picore player , local player plugin or
standalone etc .

all other players have gui .

Edit. forgot squeezeslave (but i prefer squeezelite over that one )




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD  SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=103180

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-02-19 Thread genseng

Thanks for bringing your app back.

A question about music export. It appears as though the transcoded
FLACMP3 files are missing track tags and album artist tags. I found
another thread that indicates this may be a server side issue. Just
started to look into it myself, have no idea of this is something you
can look at on the Squeeze Ctl end, or if you were even aware of it. The
problem is that apps I have for local music playback in Android use the
tags for sorting so I end up with things sorted alphabetically which is
annoying (Play Music, Shuttle+, CM Music). I have other ways to get
audio from my server over WiFi that would preserve tags, it's just that
searching my library in SCtl is much easier. Thanks!





genseng's Profile: http://forums.slimdevices.com/member.php?userid=62859
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 It's empty!
 
 17447

I'm not sure what is normal but I would have expected root and admin to
be shown but perhaps it only shows what users have been added and
doesn't allow root and admin to be changed. Another dead end.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread onlyconnect

bpa wrote: 
 I know nothing about Synology NAS but there seems to be a community
 based site for Synology package which has an up to date ffmpeg and looks
 like an easy install method.
 
 https://synocommunity.com/packages

Thank you; this fixes it for me. So it looks like some specific issue
with the default ffmpeg install.

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread W92Neriah

bpa wrote: 
 Both episodes play for me OK (outside the UK) on rtmp Flash AAC (WMA has
 already gone a few weeks ago) on LMS. Problem is probably on your LMS
 but could be a UK only issue. Thanks BPA. I better unwind my install of your 
 HLS plugin and the
menu.opml changes, then see if it works again :rolleyes:



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread onlyconnect

Klammer wrote: 
 Tim, what chipset is your DiskStation? Mine is Armada and that seems to
 be the problem as there's no package for a DS213j
 
 Cheers
 Paul

Hi Paul

Mine is Intel Atom Avoton.

This is helpful info though since it shows that simply replacing the
version of ffmpeg can fix the issue.

I was actually going down the path of trying to compile it myself and
running into a variety of issues, so glad to discover the community
one.

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread ChipMonk

Over the last 24 hours I've managed to establish a real dialogue with
the top BBC Radio management. It really is hard work trying to get them
to spell out, in plain English, just what is going to happen and the
impact it'll have. But some progress has been made and I'm optimistic
that we'll get something out of them fairly soon (in BBC time scale!!) .
I won't pre-empt that outcome since it has to come from, and be owned
by, them. If it's what I hope, things won't be too bad for the
Squeezebox community but some folk will be hurting. Sorry to sound so
political but that's the sphere where this is going to be sorted. In
the meantime, keep the pressure on them - it makes a difference.

Fingers crossed.



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread d6jg

ChipMonk. Well done. Shall await Jimbo's update with interest.



*Vortexbox LMS 7.8 music on QNAP TS419p via NFS* -
iThingys/iPeng/Tablets
*Living Room* - SB3 - Onkyo TS606 connected Digitally -  Celestion
Ditton F20s - and connected Analogue for Zone 2 - Sony TA FE 320 -
Sennheiser RS 130
*Office* - SB3 - Sony TA FE320 - Wharfedale Modus Cubes
*Dining Room* - SB Boom
*Kitchen* - UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch - Topping TP21 - AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) - Topping TP20 -
Wharfedale Modus Cubes

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread ChipMonk

d6jg wrote: 
 ChipMonk. Well done. Shall await Jimbo's update with interest.

I'm hoping it'll come from much higher than that



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

JohnB wrote: 
 
 
 Outside the UK - on demand WMA has been gone for at least the last 2
 weeks.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread Giza2020

Milhouse wrote: 
 I'm on a Pi1 with up-to-date Raspbian, but Pi1/Pi2 shouldn't make any
 difference. Using latest 7.8 LMS. I installed the stock ffmpeg, this
 activated the ffmpeg setting. I then installed BBC iPlayer, followed by
 PlayHLS. I confirmed the existing ffmpeg wouldn't die. Downloaded the
 tar, extracted the updated ffmpeg and replaced the existing
 /usr/bin/ffmpeg. It all works.
 
 Not really sure what you're doing wrong, are you setting the execute
 permission with sudo chmod +x /usr/bin/ffmpeg ? It shouldn't need to
 be set if you're using Linux to extract the files from the tar, however
 the execute permission will most likely be lost if you're using Windows
 to access the contents of the tar.

If I did want to update my ffmpeg would i need to uninstall an exisitng
version or would putting thisin the bin folder over write the existing
version?



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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

utgg wrote: 
 HLS listen again streams have been up and running for around 2 years.
 It's what the Android and iOS BBC iPlayer Radio apps use. The URLs
 aren't hard to find, but don't plug straight into ffmepg like the static
 Listen Live streams. I do agree that, from what I can see, HLS doesn't
 look any better for rights management.

Jim Simmons on 17 Feb

.
 
 To re-iterate my post from September. Windows media is no longer
 supported by the BBC and we will be switching off Windows Media
 on-demands for radio next week. 
 .
 .
 If you listen to radio on-demands through a phone, tablet, PC or Mac as
 at least 95% or our audience do, you will be unaffected by the switch
 off of windows media on-demands. 
 .
 .
 .
 As I said in September, there are a significant number of older internet
 radio devices that will only ever play an on demand by either 1. windows
 media or 2. A progressive download of a file. We are switching off 1
 (see above) and we cannot use method 2 even though it is technically
 possible, due to our rights agreements with content providers such as
 musicians, authors, composers and independent production companies.
Next week - so that is sometime in the week of 23rd Feb.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] RadioFeeds UK Ireland plugin now listing BBC HLS streams

2015-02-19 Thread VFRBOB

vinnielo wrote: 
 If it is just access to the BBC live streams you'd like, then the
 RadioFeeds app is sufficient.
 You can download this from the App Gallery under Radio Networks.

I found the RadioFeeds app last night thanks !! Is there any way to get
the higher bit rate feeds ?



VFRBOB's Profile: http://forums.slimdevices.com/member.php?userid=64083
View this thread: http://forums.slimdevices.com/showthread.php?t=103164

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread JohnB

bpa wrote: 
 Outside the UK - on demand WMA has been gone for at least the last 2
 weeks possibly longer as BBCiPlayer makes it transparent.

This is the post from Jim Simmons (Senior Product Manager) that I
referred to:

http://www.bbc.co.uk/blogs/internet/entries/d031b300-721a-4df5-8506-723303f2887e?filter=EditorPicks#comments

No mention of stopping the current AAC streams, but he has carefully
avoided that question. I have no doubt that that was their intention,
the only question now is whether the chaos over the live streams might
cause the BBC to provide parallel streaming for a transitional period.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread bpa

Milhouse wrote: 
 @bpa: Sorry if this is OT for BBC iPlayer, it's a little hard for me to
 tell where one plugin ends and another begins. It's been a long time
 since I've been on the forum and this was the first thread in which I
 started looking for a solution, probably not going to be the last
 either! Thanks for all the fixes. :)

The two are interrelated but it has been remarked that there are too
many non BBCiplayer posts (i.e about ffmpeg) that it is not possible to
see new posts on BBCiPlayer plugin specific issues. So I'm trying to
steer any post on PlayHLS and ffmpeg onto the PlayHLS thread.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 I know nothing about Synology NAS but there seems to be a community
 based site for Synology package which has an up to date ffmpeg and looks
 like an easy install method.
 
 https://synocommunity.com/packages

No, many thanks for the link but this ffmpeg package is NOT compatible
with my DiskStation.  The only way to install a different version would
be to bootstrap the NAS which I attempted and got into bother...hence
the firmware re-installation!

At least we only (as far as we know) have 1 verson of ffmpeg to deal
with now?

If you want me to run some more tests, which I'm more than happy to do,
then I will require the PlayHLS plugin again please. 

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread utgg

bpa wrote: 
 I'm not sure they will.  HLS is good for Live stream  - BBC comments
 indicate they want better rights management and HLS is really no better
 than present Flash based system.

HLS listen again streams have been up and running for around 2 years.
It's what the Android and iOS BBC iPlayer Radio apps use. The URLs
aren't hard to find, but don't plug straight into ffmepg like the static
Listen Live streams. I do agree that, from what I can see, HLS doesn't
look any better for rights management.



utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

onlyconnect wrote: 
 Thank you; this fixes it for me. So it looks like some specific issue
 with the default ffmpeg install.
 
 Tim

Tim, what chipset is your DiskStation? Mine is Armada and that seems to
be the problem as there's no package for a DS213j

Cheers
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

onlyconnect wrote: 
 Hi Paul
 
 Mine is Intel Atom Avoton.
 
 This is helpful info though since it shows that simply replacing the
 version of ffmpeg can fix the issue.
 
 I was actually going down the path of trying to compile it myself and
 running into a variety of issues, so glad to discover the community
 one.
 
 Tim

Hi Tim,
Forgot to ask the model number of you DS? Might be useful to know if I
get into discussions with Synology Support.

Or I might buy one like yours and put mine on Fleabay??? ;)

Cheers
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

onlyconnect wrote: 
 Hi Paul
 
 Mine is Intel Atom Avoton.
 
 This is helpful info though since it shows that simply replacing the
 version of ffmpeg can fix the issue.
 
 I was actually going down the path of trying to compile it myself and
 running into a variety of issues, so glad to discover the community
 one.
 
 Tim

You jammy so-and-so! :rolleyes:

I'm just about to contact Synology support about this and ask if they
can provide a package for the Armada

Yes, it's a great forum, glad you've got it sorted

Cheers

Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

@bpa

notbbc.flc successfully written

Not all the code showed up in the last post so I edited it with the full
thing...

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 Tim, what chipset is your DiskStation? Mine is Armada and that seems to
 be the problem as there's no package for a DS213j

All is not lost - we know that it works under root - I think there is a
hack job we can do.  if we enable s permission on ffmeg - ffmpeg will
run under root userid and so if given wrong instruction could overwrite
any files on your system or worse.

Want to try it ? it is not considered good practice but I assume yours
is a private NAS not open to the world and if so some evildoer got onto
your system - chances are it will be logged in as root or admin.



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 DiskStation ffmpeg -loglevel debug -i
 http://hls1.addictradio.net/addictal.../playlist.m3u8 -f flac
 notbbc.flc
 ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
 built on Jan  7 2015 14:39:28 with gcc 4.6.4 (Linaro GCC branch-4.6.4.
 Marvell GCC Dev 201310-2126.3d181f66 64K MAXPAGESIZE ALIGN)
 configuration: --prefix=/usr/syno --incdir='${prefix}/include/ffmpeg'
 --arch=arm --target-os=linux
 --cross-prefix=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-
 --enable-cross-compile --enable-optimizations --enable-pic --enable-gpl
 --enable-shared --disable-static --enable-version3 --enable-nonfree
 --enable-libfaac --enable-encoders --enable-pthreads --disable-bzlib
 --disable-protocol=rtp --disable-muxer=image2 --disable-muxer=image2pipe
 --disable-swscale-alpha --disable-ffserver --disable-ffplay
 --disable-devices --disable-bzlib --disable-altivec
 --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libmp3lame --disable-decoder=amrnb --disable-encoder=zmbv
 --disable-encoder=dca --disable-encoder=ac3 --disable-encoder=ac3_fixed
 --disable-encoder=eac3 --disable-decoder=dca --disable-decoder=eac3
 --disable-decoder=truehd
 --cc=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ccache-gcc
 --disable-doc
 libavutil  52. 38.100 / 52. 38.100
 libavcodec 55. 18.102 / 55. 18.102
 libavformat55. 12.100 / 55. 12.100
 libavdevice55.  3.100 / 55.  3.100
 libavfilter 3. 79.101 /  3. 79.101
 libswscale  2.  3.100 /  2.  3.100
 libswresample   0. 17.102 /  0. 17.102
 libpostproc52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-i' ... matched as input file with argument
 'http://hls1.addictradio.net/addictal.../playlist.m3u8'.
 Reading option '-f' ... matched as option 'f' (force format) with
 argument 'flac'.
 Reading option 'notbbc.flc' ... matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option loglevel (set logging level) with argument debug.
 Successfully parsed a group of options.
 Parsing a group of options: input file
 http://hls1.addictradio.net/addictal.../playlist.m3u8.
 Successfully parsed a group of options.
 Opening an input file:
 http://hls1.addictradio.net/addictal.../playlist.m3u8.
 [http @ 0x5d1a0] HTTP error 404 Not Found
 http://hls1.addictradio.net/addictal.../playlist.m3u8: Input/output
 error
 



???
Double check the url that is entered on the cmd line -  are there ... in
the middle.

This test

Code:


Reading option '-i' ... matched as input file with argument 
'http://hls1.addictradio.net/addictal.../playlist.m3u8'.




Previous test

Code:

[hls,applehttp @ 0x5cc80] Estimating duration from bitrate, this may be 
inaccurate
Input #0, hls,applehttp, from 
'http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8':
Duration: 00:00:00.03, start: 0.00, bitrate: 64 kb/s





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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-02-19 Thread d6jg

What does that mean? MP3 versions of live sport in UK and what happens
to Listen Again?



*Vortexbox LMS 7.8 music on QNAP TS419p via NFS* -
iThingys/iPeng/Tablets
*Living Room* - SB3 - Onkyo TS606 connected Digitally -  Celestion
Ditton F20s - and connected Analogue for Zone 2 - Sony TA FE 320 -
Sennheiser RS 130
*Office* - SB3 - Sony TA FE320 - Wharfedale Modus Cubes
*Dining Room* - SB Boom
*Kitchen* - UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch - Topping TP21 - AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) - Topping TP20 -
Wharfedale Modus Cubes

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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-02-19 Thread wt0

genseng wrote: 
 Thanks for bringing your app back.
 
 A question about music export. It appears as though the transcoded
 FLACMP3 files are missing track tags and album artist tags. I found
 another thread that indicates this may be a server side issue. Just
 started to look into it myself, have no idea of this is something you
 can look at on the Squeeze Ctl end, or if you were even aware of it. The
 problem is that apps I have for local music playback in Android use the
 tags for sorting so I end up with things sorted alphabetically which is
 annoying (Play Music, Shuttle+, CM Music). I have other ways to get
 audio from my server over WiFi that would preserve tags, it's just that
 searching my library in SCtl is much easier. Thanks!

Yes it is a server issue.  When transcoding a stream in real time it is
impossible to add metadata to most formats.  Squeeze Ctrl already
tackles this problem, it re-tags the downloaded music with information
that it has.  Are you using the transcoding settings within Squeeze
Ctrl, or are you just setting up something on the server?



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-02-19 Thread wt0

genseng wrote: 
 The problem described is with the transcode in Squeeze Ctl. So it seems
 it doors not receive track number or album artist info from the server
 then?
 
 I have a script that I use to mirror my (mostly) FLAC library to MP3 and
 can connect on WiFi from my phone so I can already get what I need here.
 Squeeze Ctl would add some convenience in making it easier to find the
 album or two I want and might save me a little disk space if I get rid
 of the mirror.

No, Squeeze Ctrl does not retrieve track number or album artist.

When Squeeze Ctrl adds a song to the download queue, it requests some
additional info about the song aside from the url and file id. When it's
adding a single song, the command used to retrieve the info can return
as many pieces of metadata info as needed.  Unfortunately, the commands
that Squeeze Ctrl has to use to retrieve a list of songs to add to the
queue (like adding a playlist or album), limits the amount of metadata
returned per song to 8 items. These are the 8 items:

Title
Album
Artist
Duration
Compilation - no artist is returned for compiliations, so this tells the
app to set the artist name to Various Artists
Genre
Type - mp3, flac, etc.
Coverid - so Squeeze Ctrl can retrieve the cover art for the song.

To keep things consistent between adding a single song and adding a list
of songs, I restrict the list to the same 8 items even the LMS command
used can handle more.



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-02-19 Thread genseng

The problem described is with the transcode in Squeeze Ctl. So it seems
it doors not receive track number or album artist info from the server
then?

I have a script that I use to mirror my (mostly) FLAC library to MP3 and
can connect on WiFi from my phone so I can already get what I need here.
Squeeze Ctl would add some convenience in making it easier to find the
album or two I want and might save me a little disk space if I get rid
of the mirror.





genseng's Profile: http://forums.slimdevices.com/member.php?userid=62859
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 @bpa
 
 notbbc.flc successfully written
 
 Not all the code showed up in the last post so I edited it with the full
 thing...
 

OK so time to test with the PlayHLS plugin.  Is it the light at the end
of the tunnel - or another train ?



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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread Klammer

bpa wrote: 
 http://bpaplugins.googlecode.com/svn/trunk/repo-playhls.xml

Hello!

All set to go but it will have to be early morning again I'm afraid, the
installation of plugins and restart of LMS started another full media
scan!

:mad:

Apologies

Thanks
Paul



Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-19 Thread bpa

Klammer wrote: 
 I will also need to re-install your PlayHLS plugin again.
 Also please could you send the instructions for the test and the stream
 you want me to play. Sorry to be a pain in the rear cheeks! :confused:
 

There is no need to install PlayHLS before testing.

When logged in under admin, if it works this command will not stop.

ffmpeg -loglevel verbose -i
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.m3u8 -f
flac notbbc.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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins