OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1 (/showthread.php?tid=211501) 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-02-24 Well, it's possible but makes the check process more complicated and would incur delays so it's been dropped. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - visata - 2015-02-24 (2015-02-24, 17:45)popcornmix Wrote:(2015-02-24, 17:42)visata Wrote: I didn't like the slow channel switching on IPTV mpeg2 streams on 14.1 version, so I decided to give a try and test #0223 build. It works really fast! Yes, omxplayer wasn't enabled. When I enabled it, no more lag. I also had to restart Pi2 in order to make it work. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - evanspae - 2015-02-25 (2015-02-24, 21:06)Milhouse Wrote:(2015-02-24, 20:46)evanspae Wrote: I didnt #0214 onwards.. all have same problem Argus PVR addon is indeed a client to a Windows based recorder (ie it does have seperate hardware and tuners on a windows platform), which schedules recordings etc.The RPI ArgusTV PVR addon is purely a kodi client to this Windows host to enable kodi to play live Tv and display epg etc. The version I am using comes as part of the kodi collection of PVR clients. I am using the ArgusTV ver 1.10.1 To set up it requires an ip address to host (192.168.0.47) a port 49943, windows user and password. This has all been working flawlessly up to #0213, and fails with crash on all releases since then (both rpi/rpi2). I'm not sure how the updated 4.3.8 vdr-addon works, is it in additon to the ArgusTV plugin or will it replace it? RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-02-25 New OpenELEC I****** build #0224: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of OpenELEC master (24ed3102, changelog) and tip of XBMC master (8a75d67e, changelog) with the following modifications:
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-02-25 (2015-02-25, 00:57)evanspae Wrote: This has all been working flawlessly up to #0213, and fails with crash on all releases since then (both rpi/rpi2). I'm not sure how the updated 4.3.8 vdr-addon works, is it in additon to the ArgusTV plugin or will it replace it? Sorry, no idea. I'm not even sure it's related. Presumably you've never installed it, and it's not included as part of the standard build (it needs to be created as an addon, then downloaded to be installed). See if you have it installed on your system, if not we can rule it out. For what it's worth, In the latest build I've reverted the vdr changes that were added on 14 Feb - if the latest build also crashes then I'm pretty sure we can rule out these vdr changes (although what else might be responsible, I'm at a loss). Try a recent OpenELEC official nightly - these are based on Helix/14.x and might give more clues if they also crash (or don't, as the case may be). Do you know who maintains the Argus TV PVR addon? Maybe they can help. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - slack3r - 2015-02-25 (2015-02-22, 16:41)popcornmix Wrote: Okay, so that doesn't narrow it down too much. There are ~60 builds between those two points, so you should be able to find Okay popcornmix, I got it. The problem seems to start from build #102. I have not tested all versions, but: #101 is fine, #102 maybe - I'm not sure - #106, #118 and #119 are broken. Below a screenshot of #119: Hope this could be helpful. Thanks RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - OurJermain - 2015-02-25 Millhouse the browsing with movie art is much faster. It's almost flawless now. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - popcornmix - 2015-02-25 (2015-02-25, 12:02)slack3r Wrote: Okay popcornmix, I got it. Could you try again with #102. That build introduced: Quote:Enable dirty regions for full screen video which could be relevant, although that commit mostly affects video playback. Would be good to confirm it is that build. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - slack3r - 2015-02-25 (2015-02-25, 13:26)popcornmix Wrote: Could you try again with #102. That build introduced: OK, I'm running #102. In the past this build has showed the issue, but only for few seconds. I'll let you know. P.s. There is a way to disable dirty regions? RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - popcornmix - 2015-02-25 (2015-02-25, 13:42)slack3r Wrote: There is a way to disable dirty regions? See options here algorithmdirtyregions=3 is the default. 1 and 2 are not supported on GL ES, but might be interesting to try 0. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - da-anda - 2015-02-25 @popcornmix - monoscopic 3D is fixed now - thanks. You will have to drop 4bade80 because it's not solving the issue. Menake/anaconda confirmed my PR to be working as expected now and it got merged. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - evanspae - 2015-02-25 Sorry to report #0224 no solution to ArgusTV live TV crash problem. I will check latest official Openelec builds. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - popcornmix - 2015-02-25 (2015-02-25, 13:57)da-anda Wrote: @popcornmix - monoscopic 3D is fixed now - thanks. You will have to drop 4bade80 because it's not solving the issue. Menake/anaconda confirmed my PR to be working as expected now and it got merged.Yes, I dropped 4bade80 with last rebase. Let me know any 3d issues that still remain. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - slack3r - 2015-02-25 (2015-02-25, 13:49)popcornmix Wrote:(2015-02-25, 13:42)slack3r Wrote: There is a way to disable dirty regions? Tested build #224 with Code: <?xml version="1.0" encoding="UTF-8"?> Damn! Ok, rollback to #0102. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - slack3r - 2015-02-25 @popcornmix I have found that there is a big difference in GUI rendering between build #0104 and #0106. Take a look: with build #0104 - and #0101, #0102 - GUI runs at 60fps during video playback: But with build #0106 and same video GUI runs at ~30fps: Could the problem be here? |