Jump to content

Why the same file have different playback result?


flintt
Go to solution Solved by flintt,

Recommended Posts

Hi, everyone.

 

I'm using docker version emby. I have two file in different location (those have the same MD5 hash), one in my local network added to library using samba, one in my synology's local disk. 

 

When I play the first one, emby will give a Playback Error, says:"No compatible streams are currently available." while the second file which is in the synology's local disk plays fine. But playback in kodi are all good using Embycon.

 

I have attached the emby log in the end.

 

Thanks.

embyserver.txt

Edited by flintt
Link to comment
Share on other sites

My docker run cmd is:

docker run -d \
--name emby \
--device /dev/dri:/dev/dri \
-p 8096:8096 \
-p 8920:8920 \
-p 1901:1900/udp \
-p 7359:7359/udp \
-e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
-e LANG=en_US.UTF-8 \
-e HOME=/tmp \
-e AMDGPU_IDS=/share/libdrm/amdgpu.ids \
-e FONTCONFIG_PATH=/etc/fonts \
-e LD_LIBRARY_PATH=/lib:/lib/samba:/system \
-e LIBVA_DRIVERS_PATH=/lib/dri \
-e SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
-e UID=0 \
-e GID=0 \
-e GIDLIST=0 \
-e http_proxy=http://192.168.10.220:8118 \
--mount type=bind,source=/volume1/cifs,target=/mnt/cifs \
--mount type=bind,source=/volumeSATA1/satashare1-1,target=/mnt/satashare1 \
--mount type=bind,source=/volume1/docker/emby,target=/config \
emby/embyserver:latest
Link to comment
Share on other sites

Hi, the log would suggest that emby server doesn't have permission to read the contents of the file. Did you review the permissions for it?

Link to comment
Share on other sites

  • Solution

Hi, the log would suggest that emby server doesn't have permission to read the contents of the file. Did you review the permissions for it?

Thanks, Luke. That's the exactly the cause, and after I fixed it, playback are all good.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...