Search the Community
Showing results for tags 'raspberry pi 4'.
-
Hi, after reading some posts and trying what was suggest I do have some progress, but some errors still occurs. I am using LG TV Emby app to play media from a Raspberry Pi 4 Emby server (ver. 4.6.0.2). My router is TOTOLink A3700r and media is playing via LAN cabel (not wireless). I unchecked transcoding video and now media is playing faster and better, but still it doesn't play with no interruptions. This is the direct stream info dialog: I have such issue on 2 files which I currently have, both are hevc hdr10 and have 6 channel ac3 audio which should be transcoded to 2 ch audio for my LG TV. I checked my raspberry pi machine and it looks like CPU is in normal temperatures and usage. My user setting is to transcode only audio because of this 6 channel audio files. I set Internet streaming bitrate limit (Mbps) to 300 In transcoding I enabled Throttling, enable HDR tone mapping and set Audio boost when downmixing: to 1 ffmpeg-directstream-c823d3fa-0725-4992-b410-d054a1a8c1b8_1.txt embyserver.txt
- 23 replies
-
- raspberry pi 4
- lg webos
-
(and 2 more)
 Tagged with:
-
Hello I am using raspberry pi 4 as an emby server. Emby is running as a docker container. I have mounted the /dev/dri directory into the container. But i am having issue with transcoding of 1080p HEVC movies. Raspberry pi 4 should be able to hardware transcode these? Even if i run the container as root, it was always that it is software transcoding. I have bought the premiere subscription and hardware transcoding is enabled in the server setting docker-compose file is: emby: image: emby/embyserver_arm32v7:4.2.0.21 restart: always container_name: emby ports: - 8096:8096 - 8920:8920 #optional devices: - "/dev/dri:/dev/dri" environment: - UID=0 - GID=0 - GIDLIST=0,44,107 volumes: - /mnt/media/appdata/emby/config:/config - /mnt/media:/all_media - /mnt/media/appdata/emby/transcode:/transcode I have attached the related logs here. is it possible to do hardware transcoding on raspberry pi 4? embyserver.txt ffmpeg-transcode-58e1fc73-f99b-441b-95bb-806a0d8a8bf1_1.txt hardware_detection-63697349429.txt