Kodi Community Forum
[LINUX] Problems compiling crystalhd branch - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [LINUX] Problems compiling crystalhd branch (/showthread.php?tid=62708)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


- andrereis - 2009-12-03

Hey davilla, is this a known issue?
Image


- davilla - 2009-12-03

@andrereis, pastebin the mediainfo output from that file.


- andrereis - 2009-12-03

Nevermind, it's cabac 5 ref frames, I recall you saying on the other thread that they'd decode with bad macro blocking.
http://pastebin.com/m697c73a5


- agehring - 2009-12-03

I got my apple remote working by editing the Lircmap.xml.

However, I still don't have the "Remote" options {Universal|Standard} under the GUI [Settings|System|Input Devices], like I have on my XBMC on ATV OS installation.

Should I?

What am I missing?

Thanks


- davilla - 2009-12-03

andrereis Wrote:Nevermind, it's cabac 5 ref frames, I recall you saying on the other thread that they'd decode with bad macro blocking.
http://pastebin.com/m697c73a5

1080p with [email protected] with 5 ref frames was the problem. This is dinky and [email protected] . I might already have an example of this, will check tonight.


- andrereis - 2009-12-04

davilla Wrote:1080p with [email protected] with 5 ref frames was the problem. This is dinky and [email protected] . I might already have an example of this, will check tonight.
Very well, and if you wish I can send you the problematic file, just need a method to chop it up in smaller parts.


- davilla - 2009-12-04

andrereis Wrote:Very well, and if you wish I can send you the problematic file, just need a method to chop it up in smaller parts.

use "dd" .


- andrereis - 2009-12-04

davilla Wrote:use "dd" .
Heh, didn't think it would be so easy. I hope the first 10MB are enough, here it is:
http://rapidshare.com/files/315930567/interstella-chopped.mkv.html
Or you can PM me your e-mail if you prefer.


- Philmatic - 2009-12-04

davilla Wrote:next version of atv-bootloader (don't ask when Smile will have atvtool inside and preset the LED to white before running kexec.

Smile Are any plans to integrate atvtool into XBMC so one can configure the led and fan settings XBMC for XBox? I assume that would require a specific fork of XBMC that is built for Linux but runs on ATV hardware, that's a niche market I guess.

A side note, I wish there was more C# work that can be done with XBMC, I would love to be of service.


- Philmatic - 2009-12-04

davilla Wrote:Use the --reattach argument on atvtool to give back the IR receiver to
hiddev.

Anytime the --reattach argument is executed, either before, after, or in the same line as the -l 3 argument, the led turns off?


- davilla - 2009-12-04

Philmatic Wrote:Smile Are any plans to integrate atvtool into XBMC so one can configure the led and fan settings XBMC for XBox? I assume that would require a specific fork of XBMC that is built for Linux but runs on ATV hardware, that's a niche market I guess.

A side note, I wish there was more C# work that can be done with XBMC, I would love to be of service.

atvtool would need a re-write as it uses libusb. LIRCd has ownership of the device and atvtool preempts that ownership. Atvtool is open source so as we say, patches welcome Smile


- davilla - 2009-12-04

Philmatic Wrote:Anytime the --reattach argument is executed, either before, after, or in the same line as the -l 3 argument, the led turns off?

Is that a question or a statement ?

Make sure your are running atvtool 0.2


- Philmatic - 2009-12-04

davilla Wrote:Is that a question or a statement ?

Make sure your are running atvtool 0.2

It was a statement. I've verified I'm running 0.2, anytime the -r argument is included, the led turns off. Once I omit it, and say, pass in an "-l 3", it turns back on and works fine.


- davilla - 2009-12-04

Philmatic Wrote:It was a statement. I've verified I'm running 0.2, anytime the -r argument is included, the led turns off. Once I omit it, and say, pass in an "-l 3", it turns back on and works fine.

from http://www.mail-archive.com/[email protected]/msg00109.html

Quote:Also notice that hiddev will reinitialize the device when you do
> so. This has the unfortunate side effect of turning of the led if it
> is in mode 1 (amber) or 3 (white).

hahaha.


- Philmatic - 2009-12-04

davilla Wrote:from http://www.mail-archive.com/[email protected]/msg00109.html

hahaha.

lol, I'm just glad it wasn't my n00bness, haha.