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

2015-02-24 Thread onlyconnect

TheLastMan wrote: 
 
 Has anybody out there got it working on a Synology NAS yet?

Yes, it is working for me after installing the SynoCommunity ffmpeg
package:

https://synocommunity.com/

Before, I had the same issues others are reporting.

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 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 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: 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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-02-18 Thread onlyconnect

PasTim wrote: 
 Bother.  
 There should be a command that shows what 'groups' a user belongs to,
 but it must be different on your system from my linux ubuntu systems. 
 Can anyone else help?

on mine groups admin returns:

admin : users smmsp administrators

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-17 Thread onlyconnect

Note: running the script with sh also creates logs in /tmp. Of course I
am running as root.

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-17 Thread onlyconnect

bpa wrote: 
 IIRC that's OK - you could check by see if  test.flc plays.
 
 Except for the sleep everything runs OK - yet it doesn't when invoked
 from LMS - that feels like a permissions issue.
 
 What is the userid of the process that runs LMS as shown by the ps
 command ?

admin, apparently.

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-17 Thread onlyconnect

bpa wrote: 
 Might be a feature of ash
 
 OK - so sleep command is invalid - that needs to be fixed.
 What's in the logs file in /tmp ?

File: playhls-sh.log

- start log  16:24:12--17-02-2015
---
Streaming : Launching ffmpeg -loglevel verbose -i http://badurl -f flac
test.flc
- start log  16:24:12--17-02-2015
---
Tidy up -16:24:12
about to run  ffmpeg  at  16:24:12
wait over-  16:24:13
- start log  16:26:12--17-02-2015
---
Streaming : Launching ffmpeg -loglevel verbose -i http://badurl -f flac
test.flc
- start log  16:26:12--17-02-2015
---
Tidy up -16:26:12
about to run  ffmpeg  at  16:26:12
wait over-  16:26:13

-

As for ffmpeg, this is interesting I think. From your test command I
just get a Failed to resolve hostname: badurl. However I also managed
to get a log from trying to play a BBC stream, after modifying the
script to specify the correct location of bash on my system
(/opt/bin/bash). It ends like this:

[flac @ 0x80b8400] encoding as 24 bits-per-sample
Output #0, flac, to 'pipe:':
Stream #0:0: Audio: flac, 48000 Hz, stereo, s32, 128 kb/s
Metadata:
variant_bitrate : 339200
Stream mapping:
Stream #0:0 - #0:0 (aac - flac)
Error while opening decoder for input stream #0:0 : Operation not
permitted

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-17 Thread onlyconnect

bpa wrote: 
 Can you (and onlyconnect) run the following commands from a shell prompt
 where you have already done a cd to the PlayHLS plugin (ending with
 /Cache/InstalledPlugins/Plugins/PlayHLS/Bin ) Bin  directory.  The LMS
 WebUI Settings/Information will gives details of the Plugin directory
 (you found them yesterday)
 
 ls -l
 ./playhls.sh  -loglevel verbose -i http://badurl-f flac   test.flc

 ls -l
-rwxrwxr-x1 adminusers 1355 Feb 17 16:20 playhls.sh
 ./playhls.sh  -loglevel verbose -i http://badurl-f flac   test.fl
c
-ash: ./playhls.sh: not found
 sh playhls.sh  -loglevel verbose -i http://badurl-f flac   test.f
lc
Streaming: Launching ffmpeg -loglevel verbose -i http://badurl -f flac
test.flc
Streaming Awake: Launching ffmpeg -loglevel verbose -i http://badurl -f
flac test.flc
sleep: invalid number '0.1'
Terminated


Tim (added the sh command to actually run the script, not sure why ./
does not work)



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-17 Thread onlyconnect

bpa wrote: 
 I've just posted a 1.3 of the Debug plugin - this fixes the script
 problem (bash/ash) but still tries to write logs into /tmp.
 
 If you restart LMS and then goto Settings/Plugins, you should see that
 1.03 is waiting to be installed.
 
 If no log files are found - I'll do another mod to find a /tmp dir that
 can be written.
 What is the directory where LMS log files are saved on your NAS ( shown
 in WebUI Settings/Information) ?

Logging works now for me.

17427

I am also seeing different behaviour. Playing an HLS stream now looks as
it is working; the track time counts up and the pause button remains
active. However no sound is heard.

Tim


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


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-17 Thread onlyconnect

bpa wrote: 
 What shell is running onlyconnect's NAS ?

ash is running though bash is also installed.

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-17 Thread onlyconnect

Here is the entire ffmpeg log:

17421

Tim


+---+
|Filename: ffmpeg-18055.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17421|
+---+


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-17 Thread onlyconnect

bpa wrote: 
 The log shows that ffmpeg only ran for about 3 secs.  Could you let the
 track time counter go for about 30 secs before clearing the playlist and
 posting the log files again.

Here it is:

17431

Tim


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


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-17 Thread onlyconnect

bpa wrote: 
 OK - on Synology there is no /tmp it is called /volume1/@tmp
 
 Can you try one one more command - if available this command
 automatically find the designated  temp area on a system.  If it works
 it would mean one version of the Debug Plugin works for all Linux
 systems.
 mktemp --tmpdir -u abcXXX

There is /tmp on Synology (at least on mine and I suspect all).

That command returns:

/tmp/abcHwy

on my Synology.

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-16 Thread onlyconnect

bpa wrote: 
 I need to add get additional diagnostic info from ffmpeg and it needs
 some changes to PlayHLS file.
 
 I'm not sure the level of control you have on your NAS.
 
 Are you able to do some small edits on 2 files in thePlayHLS plugin 
 or 
 could you replace 2 Plugin files if the files were attached to a post 
 or
 would you prefer to do a plugin install with a special verison of
 PlayHLS with added diagnostic.

I have installed ipkg, nano, git and even build tools on my Synology so
can help with any tweaks needed, on my system at least.

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-16 Thread onlyconnect

PasTim wrote: 
 Take a look at playhls.sh.  If it includes an app called cvlc and not
 ffmpeg I believe it is the wrong version. I'm hoping bpa will confirm
 this or put me straight (he usually does!).

It does; I changed it with no benefit, then back again just in case!

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-16 Thread onlyconnect

onlyconnect wrote: 
 I have installed ipkg, nano, git and even build tools on my Synology so
 can help with any tweaks needed, on my system at least.
 
 Tim

This is my log after making the changes you suggested (make playhls.sh
executable, replace ffmpeg with playhls.sh in custom-convert.conf]

17408

Tim


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


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-16 Thread onlyconnect

bpa wrote: 
 Klammer  onlyconnect,
 
 This plugin will create in directory /tmp a playhls-sh.log and some
 ffmeg-.log files.

Installed, but I am not seeing any logs, sorry. Not sure if script is
not running, or if it is a permissions issue.

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-15 Thread onlyconnect

bpa wrote: 
 Not much different.
 
 To test if your ffmpeg can process the BBC stream - try the following
 from a shell prompt
 /volume1/@appstore/SqueezeCenter/Bin/ffmpeg -i
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_fourfm.m3u8;
 -f flac - output.flc
 
 When processing it will run until stopped.
 It should put output in a file called output.flc

Interesting. I get:

[tcp @ 0x28fe4e0] Failed to resolve hostname a.files.bbci.co.uk: Name or
service not known
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_hk/bbc_radio_fourfm.m3u8:
Input/output error

However ping can find a.files.bbci.co.uk without any problem and wget on
the same URL retrieves some data.

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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-15 Thread onlyconnect

bpa wrote: 
 I cannot help as it seems the probelm is either ffmpeg or network
 connection to BBC.  You could get more debug info from ffmpeg by adding
 -loglevel 48 just after ffmpeg.
 

Understood. It actually gets further with the other version of ffmpeg:


 /usr/syno/bin/ffmpeg -i
http://hls1.addictradio.net/addictalternative_aac_hls/playlist.
m3u8 -f flac - output.flc
ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
built on Jan  7 2015 14:44:28 with gcc 4.6.3 (crosstool-NG 1.17.0)
configuration: --prefix=/usr/syno --incdir='${prefix}/include/ffmpeg'
--arch=i686 --target-os=linux
--cross-prefix=/usr/local/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-
--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/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-ccache-gcc
--disable-doc --enable-yasm --enable-libx264 --enable-encoder=libx264
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
[hls,applehttp @ 0x8089ca0] 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: 68 kb/s
Program 0
Metadata:
variant_bitrate : 63000
Stream #0:0: Audio: aac, 44100 Hz, stereo, fltp, 68 kb/s
Metadata:
variant_bitrate : 63000
[flac @ 0x80aa3e0] encoding as 24 bits-per-sample
Output #0, flac, to 'pipe:':
Metadata:
encoder : Lavf55.12.100
Stream #0:0: Audio: flac, 44100 Hz, stereo, s32, 128 kb/s
Metadata:
variant_bitrate : 63000
Stream mapping:
Stream #0:0 - #0:0 (aac - flac)
Press [q] to stop, [?] for help
channel element 2.4 is not allocatedrate=1525.8kbits/s
Error while decoding stream #0:0: Operation not permitted
channel element 2.4 is not allocatedrate=1535.0kbits/s
Error while decoding stream #0:0: Operation not permitted
unable to rewrite FLAC header.41 bitrate=1527.6kbits/s
size=7948kB time=00:00:42.62 bitrate=1527.7kbits/s
video:0kB audio:7940kB subtitle:0 global headers:0kB muxing overhead
0.101519%

Any insights?

Thanks

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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-15 Thread onlyconnect

bpa wrote: 
 I'm guessing it a Windows system ?
 
 Can you repeat the log but this time set player.source to DEBUG and copy
 ALL the log liines from just before playing a m3u8 stream until about 20
 secs after (assuming no audio).
 Copy all log lines into a text file, zip it and attach to a post.

Here goes:

17395

It is a Synology running a quad core Intel Atom chipset, 64-bit Linux.

Thanks

Tim


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


onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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-15 Thread onlyconnect

bpa wrote: 
 What is the version of ffmpeg ?
 Run ffmpeg on a console with ffmpeg -version


 ffmpeg -version
ffmpeg version 2.0.2
built on Jan  7 2015 14:44:28 with gcc 4.6.3 (crosstool-NG 1.17.0)
configuration: --prefix=/usr/syno --incdir='${prefix}/include/ffmpeg'
--arch=i686 --target-os=linux
--cross-prefix=/usr/local/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-
--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/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-ccache-gcc
--disable-doc --enable-yasm --enable-libx264 --enable-encoder=libx264
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


Thanks

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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-15 Thread onlyconnect

Ah, I have two versions of ffmpeg installed. One is in
/usr/syno/bin/ffmpeg and the other is in the LMS Bin directory. I
thought LMS would use the one in Bin by default but it seems it does
not.

If I rename the one in /usr/syno/bin temporarily then it uses the one I
installed instead:


 ./ffmpeg -version
ffmpeg version N-44266-g2a72b16-   http://johnvansickle.com/ffmpeg/   
Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --enable-gpl --enable-version3 --disable-shared
--disable-debug --enable-runtime-cpudetect --enable-libmp3lame
--enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex
--enable-libvorbis --enable-libvpx --enable-libfreetype
--enable-fontconfig --enable-libxvid --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc
--enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg
--enable-libopus --enable-libass --enable-gnutls --enable-libvidstab
--cc=gcc-4.9
libavutil  54. 18.100 / 54. 18.100
libavcodec 56. 22.100 / 56. 22.100
libavformat56. 21.100 / 56. 21.100
libavdevice56.  4.100 / 56.  4.100
libavfilter 5. 11.100 /  5. 11.100
libswscale  3.  1.101 /  3.  1.101
libswresample   1.  1.100 /  1.  1.100
libpostproc53.  3.100 / 53.  3.100

Now I get a slightly different result:

17398

It seems to be getting a bit further but still not actually playing
sadly.

Maybe I will have to compile ffmpeg from source on this box?

Tim


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


onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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-15 Thread onlyconnect

Here's my log from a Synology 415+ on which I've installed a recent
static build of ffmpeg in the LMS Bin directory:

[15-02-15 21:17:13.0928] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-alc-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0931] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-alc-*-00:04:20:23:61:39
[15-02-15 21:17:13.0934] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-alc-fab4-*
[15-02-15 21:17:13.0938] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-alc-*-*
[15-02-15 21:17:13.0941] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wma-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0944] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wma-*-00:04:20:23:61:39
[15-02-15 21:17:13.0947] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wma-fab4-*
[15-02-15 21:17:13.0950] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wma-*-*
[15-02-15 21:17:13.0953] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmap-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0956] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmap-*-00:04:20:23:61:39
[15-02-15 21:17:13.0959] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmap-fab4-*
[15-02-15 21:17:13.0961] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmap-*-*
[15-02-15 21:17:13.0964] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmal-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0967] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmal-*-00:04:20:23:61:39
[15-02-15 21:17:13.0970] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmal-fab4-*
[15-02-15 21:17:13.0973] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-wmal-*-*
[15-02-15 21:17:13.0976] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-aac-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0979] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-aac-*-00:04:20:23:61:39
[15-02-15 21:17:13.0982] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-aac-fab4-*
[15-02-15 21:17:13.0985] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-aac-*-*
[15-02-15 21:17:13.0988] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-spt-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.0991] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-spt-*-00:04:20:23:61:39
[15-02-15 21:17:13.0994] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-spt-fab4-*
[15-02-15 21:17:13.0998] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-spt-*-*
[15-02-15 21:17:13.1001] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-ogg-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.1004] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-ogg-*-00:04:20:23:61:39
[15-02-15 21:17:13.1007] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-ogg-fab4-*
[15-02-15 21:17:13.1010] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-ogg-*-*
[15-02-15 21:17:13.1012] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-flc-fab4-00:04:20:23:61:39
[15-02-15 21:17:13.1016] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-flc-*-00:04:20:23:61:39
[15-02-15 21:17:13.1019] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-flc-fab4-*
[15-02-15 21:17:13.1021] Slim::Player::TranscodingHelper::checkBin (231)
Checking formats for: hls-flc-*-*
[15-02-15 21:17:13.1024] Slim::Player::TranscodingHelper::enabledFormat
(198) Checking to see if hls-flc-*-* is enabled
[15-02-15 21:17:13.1027] Slim::Player::TranscodingHelper::checkBin (239)
enabled
[15-02-15 21:17:13.1030] Slim::Player::TranscodingHelper::checkBin (241)
Found command: [ffmpeg] -loglevel quiet -i $FILE$ -f flac -
[15-02-15 21:17:13.1034]
Slim::Player::TranscodingHelper::getConvertCommand2 (428) Matched:
hls-flc via: [ffmpeg] -loglevel quiet -i $FILE$ -f flac -
[15-02-15 21:17:18.0032] Slim::Player::StreamingController::_eventAction
(271) 00:04:20:12:4b:01: StatusHeartbeat in STOPPED-IDLE -
Slim::Player::StreamingController::_NoOp
[15-02-15 21:17:18.0041] Slim::Player::StreamingController::_eventAction
(271) 00:04:20:12:4b:01: StatusHeartbeat in STOPPED-IDLE -
Slim::Player::StreamingController::_NoOp
[15-02-15 21:17:18.0078] Slim::Player::StreamingController::_eventAction
(271) 00:04:20:23:61:39: StatusHeartbeat in STOPPED-IDLE -
Slim::Player::StreamingController::_NoOp
[15-02-15 21:17:23.0033] Slim::Player::StreamingController::_eventAction
(271) 00:04:20:12:4b:01: StatusHeartbeat in STOPPED-IDLE -

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

2015-02-15 Thread onlyconnect

bpa wrote: 
 I may have a missed an earlier post.
 Can you clarify why you posted this log ?

Apologies. It is because the new BBC HLS streams are not working for
me.

I have your plugin installed and enabled. Filetypes shows:

Apple HLS m3u8 FLAC ffmpeg
MP3 ffmpeg/lame
PCM ffmpeg

In the LMS Bin folder I have:

alac
faad
ffmpeg
flac
mac
sox
wvunpack

If I run ffmpeg from the console I get:

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

Thanks for all your efforts on this, much appreciated.

Tim



onlyconnect's Profile: http://forums.slimdevices.com/member.php?userid=19154
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