bpa wrote: 
> I think so - LMS is installed as admin / nogroup so I think admin is not
> in the root group and so libraries have "x" permission but I think
> libraries need "r" permission.
> 
> logged in as root - the following command will add "r" permissions to
> all the ffmpeg file.
> 
> chmod -Rv o+r /volume1/@appstore/VideoStation/lib/ffmpeg
> 
> After this change perhaps you could test a BBC m3u8 from LMS.

Good morning.

I ran the command but got an error as here:


Code:
--------------------
    
  BusyBox v1.16.1 (2015-01-07 14:53:57 CST) multi-call binary.
  
  Usage: chmod [-R] MODE[,MODE]... FILE...
  
  Each MODE is one or more of the letters ugoa, one of the
  symbols +-= and one or more of the letters rwxst
  
  Options:
  -R      Recurse
--------------------


So I ran it again without the "v":


Code:
--------------------
    DiskStation> chmod -R o+r /volume1/@appstore/VideoStation/lib/ffmpeg 
  DiskStation> cd /volume1/@appstore/VideoStation/lib/ffmpeg          
  DiskStation> dir
  drwxr-xr-x    2 root     root          4096 Jan 19 09:29 .
  drwxr-xr-x    3 root     root          4096 Jan 19 09:29 ..
  -rwxr-xr-x    1 root     root       6411280 Jan 19 09:29 libavcodec.so.55
  -rwxr-xr-x    1 root     root          4088 Jan 19 09:29 libavdevice.so.55
  -rwxr-xr-x    1 root     root        738648 Jan 19 09:29 libavfilter.so.3
  -rwxr-xr-x    1 root     root       1303056 Jan 19 09:29 libavformat.so.55
  -rwxr-xr-x    1 root     root        212368 Jan 19 09:29 libavutil.so.52
  -rwxr-xr-x    1 root     root         63740 Jan 19 09:29 libpostproc.so.52
  -rwxr-xr-x    1 root     root         70328 Jan 19 09:29 libswresample.so.0
  -rwxr-xr-x    1 root     root        237004 Jan 19 09:29 libswscale.so.2
--------------------


I don't know if the file were modified or not?

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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to