NextPVR Forums

Full Version: X-NEWA "Chameleon" on the Raspberry Pi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here's a RPi sample, play at 720p full screen for a good idea of the speed etc.

http://youtu.be/2sFwLvdao_o

LiveTV is a mix on analog, digital 1080i and 720p and HDPVR h264, Recordings are HDPVR

Martin
Last night my RPi started going berserk in the EPG and I thought I had coded something in error I checked the backend and my antivirus was reporting a DDoS from the RPI. I turns out my wireless remote has a stuck up arrow key (which I can't fix :-( ) but at least it gives an idea of many screens a second are possible on it.

Code:
2013-10-15 00:59:00.333    [DEBUG][22]    Got Web Request (172.16.3.108): /control    time=1381813148&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:00.586    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813148&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:00.846    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813148&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:01.091    [DEBUG][22]    Got Web Request (172.16.3.108): /control    time=1381813148&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:01.346    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813149&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:01.601    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813149&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:01.841    [DEBUG][22]    Got Web Request (172.16.3.108): /control    time=1381813149&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:02.093    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813149&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:03.546    [DEBUG][22]    Got Web Request (172.16.3.108): /control    time=1381813151&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:04.996    [DEBUG][22]    Got Web Request (172.16.3.108): /control    time=1381813152&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:05.288    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813153&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:05.524    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813153&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:05.787    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813153&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:06.039    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813153&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:06.533    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813154&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:06.826    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813154&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:07.077    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813154&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:07.337    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813155&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:07.587    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813155&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:07.834    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813155&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:08.088    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813155&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:08.353    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813156&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:08.633    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813156&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:08.876    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813156&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:09.116    [DEBUG][7]    Got Web Request (172.16.3.108): /control    time=1381813156&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:09.383    [DEBUG][7]    Got Web Request (172.16.3.108): /control    time=1381813157&key=38&client=XNEWA0xb827ebc900a2L
2013-10-15 00:59:09.655    [DEBUG][25]    Got Web Request (172.16.3.108): /control    time=1381813157&key=38&client=XNEWA0xb827ebc900a2L
Martin