Search the Community
Showing results for tags 'raspberry pi 4'.
-
Hey all. New to Emby and new to the community so apologies if this has been asked. I did some searching but still lost/confused. I have had a Hauppauge Q955 TV for years now and never used it. Tried it on a plex server but didn't get very far. Anyhow, I'd like use it with my newly setup Emby server (on RPi4). Obviously the device is not auto discovered and the manual option under Live TV > Add TV source only shows HD Homerun and M3U. Is there a setup procedure using one of these options or something else? I also read something about using TVHeadEnd? Any help is appreciated. Thanks in advance.
- 4 replies
-
- raspberry pi os
- raspberry pi 4
-
(and 1 more)
Tagged with:
-
Raspberry Pi 4, Touchscreen not working while video is playing
TaTranky posted a topic in Linux & Raspberry Pi
Hi All, I'm trying to setup a Raspberry pi with a touch screen (HDMI & USB, Waveshare 15,6") for kid entertainment in my car. I'm all good on emby server and Emby Theater app, but I can't figure out why my touchscreen events stop while playing videos... I get events (and the touchscreen works) while browsing the menus etc. but as soon as I play a video, the touchscreen stops responding. As soon as i press esc to exit the video, the touchscreen is working again. This is true when running the emby theater linux app, and also when watching through a browser (chromium). I know this is not directly an Emby issue, as the same issue exists on youtube.com I verify the input events from the touchscreen using this command (I'm remote accessing though ssh) DISPLAY=:0 libinput debug-events & here's the event log: event5 TOUCH_FRAME +128.019s event5 TOUCH_MOTION +128.032s 0 (0) 84.77/67.79 (262.08/118.16mm) event5 TOUCH_MOTION +1803.834s 0 (0) 84.77/67.79 (262.08/118.16mm) event5 TOUCH_FRAME +128.032s event5 TOUCH_FRAME +1803.834s event5 TOUCH_UP +128.048s 0 (0) event5 TOUCH_UP +1803.850s 0 (0) event5 TOUCH_FRAME +128.048s event5 TOUCH_FRAME +1803.850s event5 TOUCH_DOWN +1805.482s 0 (0) 13.42/58.62 (41.49/102.18mm) event5 TOUCH_DOWN +129.680s 0 (0) 13.42/58.62 (41.49/102.18mm) event5 TOUCH_FRAME +1805.482s event5 TOUCH_FRAME +129.680s event5 TOUCH_MOTION +129.759s 0 (0) 13.40/58.69 (41.43/102.30mm) event5 TOUCH_MOTION +1805.561s 0 (0) 13.40/58.69 (41.43/102.30mm) event5 TOUCH_FRAME +129.759s event5 TOUCH_FRAME +1805.561s event5 TOUCH_UP +1805.571s 0 (0) event5 TOUCH_FRAME +1805.571s event5 TOUCH_UP +129.769s 0 (0) event5 TOUCH_FRAME +129.769s -event2 KEYBOARD_KEY +152.493s *** (-1) pressed -event2 KEYBOARD_KEY +1828.295s *** (-1) pressed event2 KEYBOARD_KEY +1828.415s *** (-1) released event2 KEYBOARD_KEY +152.613s *** (-1) released -event5 TOUCH_DOWN +1833.327s 0 (0) 75.52/59.96 (233.47/104.52mm) -event5 TOUCH_DOWN +157.525s 0 (0) 75.52/59.96 (233.47/104.52mm) event5 TOUCH_FRAME +1833.327s event5 TOUCH_FRAME +157.525s event5 TOUCH_UP +157.526s 0 (0) event5 TOUCH_FRAME +157.526s event5 TOUCH_UP +1833.328s 0 (0) event5 TOUCH_FRAME +1833.328s event5 TOUCH_DOWN +157.527s 0 (0) 76.42/48.73 (236.26/84.94mm) Here, I'm tabing a movie and starting it, but haivng to press the ESC key on a keyboard to exit the movie and gain control with the touchscreen again... I hope some of you can help with solutions or maybe suggestions on where to look / how to proceed? Thanks!- 5 replies
-
- raspberrypi4
- raspberry pi 4
-
(and 2 more)
Tagged with:
-
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