Search the Community
Showing results for tags '4.3.0.30'.
-
[4.3.0.30] [docker] [arm64v8] Transcoding crashes emby server - Direct play works fine
istvan.kovacs posted a topic in Linux
Hi, I installed the latest docker emby server image on Ubuntu 18.04.03 LTS (Hardware: Odroid N2 single board computer) with the following compose parameters: emby: container_name: emby restart: unless-stopped image: linuxserver/emby:latest volumes: - ${DOCKERCONFDIR}/emby:/config - /media/usb0/nas/Media:/mnt/share1 - /media/usb0/nas/Downloads/plex_tmp:/transcode ports: - 8096:8096 - 8920:8920 environment: - TZ=${TZ} - PUID=1000 - PGID=1000 The installation went fine and was able to login and started to play Series and it went fine until it could do it on Direct Play. The issue started when Transcode is required. Then what happened is: - Started A movie needed transcode - The server started transcoding and crashed without even starting the film, the Web App only showed the movie thumbnail not even the player control. (on iOS app didnt work either) - However after the crash the Transcoding still continued in the /transcode-tmp folder (*.ts files and *.m3u8 file created) until the end of the movie/serie but couldnt be streamed/played. As an additional information I tried to play these files via a Samba share with a media player and played fine so it isnt ocrrupted and direct play works fine via emby so it cannot be a network issue. I attached the log files. If any additional information required let me know. I would appreciate any help. Thanks in advance. embyserver.txt hardware_detection.txt ffmpeg-remux-.txt