Posts by smp
-
-
-
-
-
my Beelink has hdmi 2.1 and will have the bandwidth for that if I am not mistaken?
Maybe it has something to do with this.
-
-
with 2 processors and 4 GB RAM
Less CPU threads = less RAM requirements. On a 20-thread machine 32GB is barely enough.
-
Well I was finally able to get a test recording
The video is HEVC 4:2:2. Is it a broadcast feed?
Kodi cannot play any 4:2:2 streams with VAAPI hw decoding, it falls back to sw.
For whatever reason Kodi detects it as an interlaced stream but the video is progressive. It plays properly if deinterlacing is manually disabled.
-
This is a known issue. No fix as of yet.
VAAPI hw decode failure with 4K HEVC HLG DVB stream · Issue #23699 · xbmc/xbmcBug report Describe the bug Here is a clear and concise description of what the problem is: I'm having an issue with "Hot Bird 4K1" TV channel that is…github.comDisney+ Addon not playing properly the stream when VAAPI is enabled · Issue #25383 · xbmc/xbmcBug report Describe the bug Here is a clear and concise description of what the problem is: Disney+ Addon creator and Inputstream.Adaptive maintainers think…github.com -
Given that http streaming might work wouldn't the problem be TVHeadend or pvr.hts and not Kodi (ffmpeg building aside)
Some more discussion about that issue. HTTP streaming does indeed work and the affected HEVC streams work with VAAPI hw acceleration. However, those streams also work with HTSP + sw decode (VAAPI disabled).
-
Looks like this change is also needed
-
Support for that chip revision was added by this linux commit. Kernel 6.12.x does not include it.
-
Did you use the current version of cxd2878.c or the version from the initial commit?
-
Remove/comment out this -
Code.set_property = cxd2878_set_property, .spi_read = cxd2878_spi_read, .spi_write = cxd2878_spi_write,
and this
Code
Display Morestatic void cxd2878_spi_read(struct dvb_frontend *fe, struct ecp3_info *ecp3inf) { struct i2c_client *client = fe->demodulator_priv; struct cxd2878_dev *dev = i2c_get_clientdata(client); if (dev->config->read_properties) dev->config->read_properties(client->adapter,ecp3inf->reg, &(ecp3inf->data)); return ; } static void cxd2878_spi_write(struct dvb_frontend *fe,struct ecp3_info *ecp3inf) { struct i2c_client *client = fe->demodulator_priv; struct cxd2878_dev *dev = i2c_get_clientdata(client); if (dev->config->write_properties) dev->config->write_properties(client->adapter,ecp3inf->reg, ecp3inf->data); return ; }
-
-
if it is possible to have TBS5530 working
Only if you build a custom LE image with the drivers for TBS5530.
-
no own IR, no CEC
There are better ways to make those boxes work with IR remotes. FLIRC USB is the most obvious one.
no HD auidio passthrough,
You mean this? Your NUC11PA does not have a native HDMI, as can be seen on that block diagram. You simply bought the wrong hardware.
no uhd via live tv
The only non-working live tv stream I have ever encountered is a HotBird 4K HLG test channel. I actually try to find a solution for that. It appear to be a bug in Kodi's VAAPI code.
-
I attached a kernel patch that should allow you to build LE image with TBS 5230 driver.
1. Set up LibreELEC build system.
2. Copy the patch to /packages/linux/patches/default
3. Edit /projects/Generic/linux/linux.x86_64.conf. Add the line
CONFIG_DVB_USB_TBS5230=m
4. Build the image.