Posts: 177
Joined: Sep 2012
Reputation:
3
So what's the current state of VPP with libva 1.3.1?
Is it still better to use software deinterlacing?
Posts: 23,551
Joined: Aug 2011
Reputation:
1,108
fritsch
Team-Kodi Developer
Posts: 23,551
Bob works with a patch not in 1.3.1 or is green otherwise. MADI / MACI are non functional. So - I only need to answer the first question I think :-)
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 151
Joined: Nov 2010
Reputation:
0
Hi all,
can someone confirm that XBMC won't start if no keyboard/mouse and network is connected? I want to use my system headless (with XBMC APP) and as soon as I plug out both keyboard and Network cable (I have a wireless network) XBMC won't start. After plugin in either keyboard or network it starts.
I installed according to the howto with Trusty.
Regards,
Alex
Posts: 23,551
Joined: Aug 2011
Reputation:
1,108
fritsch
Team-Kodi Developer
Posts: 23,551
cat /etc/network/interfaces | pastebinit
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 151
Joined: Nov 2010
Reputation:
0
Hi Fritsch,
thanks a lot for the answer. I found out the problem. The behaviour is:
- If no network but keyboard is pluged in then XBMC starts normally
- Same for No keyboard but network
- If nothings pluged in then ther's a huge delay for starting which is set in /etc/init/failsafe.conf
As standard you have 20 + 40 + 60 + 1sec. So after about 2 minutes XBMC starts. You can of course reduce the delay.
Hope this also helps others.
Best Alex
Posts: 111
Joined: Sep 2009
Reputation:
1
2014-05-14, 18:30
(This post was last modified: 2014-05-14, 18:32 by puithove.)
HDHomerun Prime - cablecard tuner is the actual capture device. It just pulls the stream off the cable line, decrypts it with the cablecard, and dumps it out the network port unmodified (other than the decryption of course). So the sample I gave you should be exactly what the cable company put on the line.
In my setup, MythTV controls the HDHomerun and dumps the stream to disk.
Just want to make sure you saw my note about forcing Deinterlace = ON instead of Auto clears up the issue. Seems to "De-Interlace" just fine with the 2x mode of Yadif and looks beautiful. But of course I don't want to set Deinterlace to always on as my default setting since I don't want to run progressive content through the deinterlacer.
Posts: 111
Joined: Sep 2009
Reputation:
1
OK, I can do that. Can you tell me what specific error you're seeing from ffmpeg so I can report accurately and a good way to tell them to reproduce - maybe a commandline example using those samples?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
As I mentioned in the bug report, playing my sample through my vnsi parsers I get fine 59.98 fps. Maybe there is some missed access unit delimiter or some misinterpreted one. The payload unit start indicator of a PES packet doe not indicate the start of a frame. At this level h264 and mpeg2 are treated similar.