Kodi Community Forum

Full Version: VDR-VNSI-XBMC13 Lenovo Yoga 10 HD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

it would be great if a dev could have a look at my problem with my Lenovo yoga hd 10 tablet. I opened a thread in the help section:

http://forum.xbmc.org/showthread.php?tid=193883

Short description of my problem:
Live TV with a VDR and VNSI wont be decoded. Normal videos(sd and hd) a working fine. I´ve posted a debug log in the other thread.
The Live TV is working if the "libstagefright" hwa is disabled. But in this configuration hd live tv and hd videos are not working...

thanks in advance

Chris
I personally have no idea what you're speaking about, but have checked http://wiki.xbmc.org/index.php?title=VDR ?
@Koying vdr is a pvr backend which uses PVRDemuxClient. This works on my Asus Transformer Prime and all other platforms I have tested. For the OP this only works for SD material. When trying to play HD the decoder complains:

23:34:52 T:1474730496 ERROR: CStageFrightVideo - decoding error (-1103)

see log in the referenced post. What does this error code mean? Why does it fail?
here is a log from my system using stagefright with an HD channel http://www.xbmclogs.com/show.php?id=194884
"avcC data too small or missing"

the 1st byte in extradata is a 0x01, indicating the h264 format is avcC, but there are not enough bytes present for a valid avcC extradata.

My guess is something is not supplying a valid extradata.
that's normal for pvr demuxer, it will supply the data on second open when it has split extradata. this message is in my log too where hw decoder works.