Morning everybody,
I got a new HTPC and I am messing around with it the last days, but there are some issues I am stucked with and I am even not through with all the planned features.
So what do I have here:
J4105-ITX with 4GB Crucial CT4G4SFS824A
A Samsung SSD 860 evo
A DD C2T2 TV-Card
And an Asus BW-16D1HT Bluray drive
I installed on it the latest Milhouse Build. That was already challenging because of 3 issues.
1) Because the graphic card in the cpu is too new, the official libreelec will sometimes freeze during installation and also later on when it's installed you have no graphics.
2) I had some UEFI issues and apparently it can help if you activate Secure Boot.
3) I plugged the 2 drives into convineant reachable Sata ports. Apparently everything worked after i unplugged the Bluray drive. After plugging it in again it didn't worked again. On the Board there are 4 Sata Ports 1, 2, A1, A2. Using only the ones without A seems to work.
What is currently working is:
TVHeadend Server and Client. I can watch and record several channels simultaneousl.
Netflix
So now to the problems. I already got soime help in other forums, but I think maybe here in the official forum it fits best.
1) Video Output
After getting Milhouse running I figured out that I have no output after the Libreelec screen. Unplugging and Replugging helped. So I found that workaround with the following autostart.sh
#!/bin/sh
xrandr --output HDMI1 --off && sleep 1 && xrandr --output HDMI1 --mode 1920x1080 --rate 60.00
That worked and after booting I have video output. Even after a second reboot I can select HDMI for audio passthrough.
However movies were stuttering because the switching of framerate was not working.
So I got the note that one has to work with the whitelist in Milhouse Builds and edited it. It now has the entries FHD 60, 50, 30, 29,97, 24, 23,98.
With that I don't have stuttering on TV and Netflix.
But now comes the big remaining issue. After watching netflix when the output should go back to FHD 60Hz I loose the output. I can revive it manually with xrandr, but even then only the picture but not the sound comes back. I tried out to set a delay of 1, 2 even 3 seconds but it didn't help. With DVB-T2 there is no issue like that.
2) SMB
I decided to use from now on Emby and was last night working hours to get the native path option running. I always get the message that the files couldn't be found under the smb path. After some questions from the Emby forum I got note that actually I have a general problem with Samba here.
Going to filemanager and adding source I can't see my NAS when I browse for smb or Windows network.
Apparently this is the same for my old Raspberry. I don't remember how I did it back than, but I think I just added the path manually. I tried the same but I get the error Operation not permitted. The Nas is set to SMB2 to SMB3 the same as Libreelec. And apparently with the Raspberry with the official libreelec it is working.
I have the strong believe that if I fix this the problem with Emby is solved too.
Thx for reading. I can of course prepare logs, but I would need some guidance how to do this.