bpa wrote: 
> The 3 secs delay between process started and "end of file" in the log is
> similar to klammer's issue. To bve sure you ned output from ffmpeg
> 
> 
> If you could run this command from a shell prompt logged in under userid
> root and 2nd time logged in as admin (not with sudo ). If it is the same
> problem the command will work under root but fails under admin (which is
> the userid LMS uses).
> 
> "/usr/bin/ffmpeg" -verbose -i
> "http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_fourfm.m3u8";
> -f flac testbbc.flc
> 
> If it runs - let it run for say 30 secs and then see if the file is
> playable.

It does appear to be the same problem:


Code:
--------------------
    
  BusyBox v1.16.1 (2015-01-07 14:56:36 CST) built-in shell (ash)
  Enter 'help' for a list of built-in commands.
  
  DSMTEST> cd /scratch
  DSMTEST> ls -l
  DSMTEST> "/usr/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 testbbc.flc
  ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers
  built on Dec  5 2014 14:35:18 with gcc 4.6.3 (crosstool-NG 1.17.0)
  configuration: --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-shared 
--disable-static --enable-version3 --enable-encoders --enable-pthreads 
--enable-libmp3lame --disable-swscale-alpha --disable-postproc 
--disable-ffserver --disable-ffplay --disable-bzlib --disable-altivec 
--disable-decoder=amrnb --disable-indev=alsa --disable-outdev=alsa 
--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 --enable-avresample 
--disable-doc
  libavutil      52. 38.100 / 52. 38.100
  libavcodec     55. 18.102 / 55. 18.102
  libavformat    55. 12.100 / 55. 12.100
  libavdevice    55.  3.100 / 55.  3.100
  libavfilter     3. 79.101 /  3. 79.101
  libavresample   1.  1.  0 /  1.  1.  0
  libswscale      2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  [hls,applehttp @ 0x808aca0] Estimating duration from bitrate, this may be 
inaccurate
  Input #0, hls,applehttp, from 
'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_fourfm.m3u8':
  Duration: 00:00:00.01, start: 7834.457956, bitrate: 322 kb/s
  Program 0
  Metadata:
  variant_bitrate : 339200
  Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 322 
kb/s
  Metadata:
  variant_bitrate : 339200
  [flac @ 0x80b92e0] encoding as 24 bits-per-sample
  Output #0, flac, to 'testbbc.flc':
  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
  DSMTEST> whoami
  admin
  DSMTEST>
  
--------------------


Command was run in a scratch dir with "admin:user" as owner and group. 

Curious, as my ffmpeg built in the debian-chroot has this stat and can
run Ok under synology user "admin".


Code:
--------------------
    
  root@DSMTEST:/# stat /usr/local/bin/ffmpeg
  File: `/usr/local/bin/ffmpeg'
  Size: 13838732        Blocks: 27032      IO Block: 4096   regular file
  Device: fd01h/64769d    Inode: 126977      Links: 1
  Access: (0755/-rwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
  Access: 2015-02-23 13:46:46.956608731 +0000
  Modify: 2015-02-20 16:31:34.073530643 +0000
  Change: 2015-02-23 13:45:55.364625075 +0000
  Birth: -
  
--------------------


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

Reply via email to