![]() |
|
New MythTV add-on using libcmyth - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694) 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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
- tsp42 - 2012-01-15 19:58 Sorry copy paste error. GCC it less forgiving than visual c++ but it should be fixed now. - staffan80 - 2012-01-15 22:55 Quote:staffan80: Yes xbmc does support VDPAU but I'm not sure how well the deinterlacers are supported (I use a sandy bridge processor in my HTPC), Thank you for your quick response :=) I found the problem! It was´nt the de-interlacers, it was xrandr not switching refreshrate, I have been searching many threads in this forum and found that i had to specify "Option "DynamicTwinView" "False" in my xorg.conf file. Now the picture quality and motion is perfekt (Like mythfrontend) Now to investigate problems with zapping between channels. 50% of the time when i switch channels is quits back to the Tv channels menu. Check ins? - flitter2009 - 2012-01-16 01:50 Hi, Great work on this! Thanks! Just wondering how often this gets merged into to the main PVR branch? (I'm on the XvBA bandwagon too)? - Jimmer - 2012-01-16 01:52 flitter2009 Wrote:Hi, So far, I don't believe it has been merged at all? Although, I'm not really sure what the reason for this is, since it seems to be working pretty well now and also it's kept up to date with the main PVR code.... Jim Channel changing times w/ HDHomeRun - opteron123 - 2012-01-18 04:17 Hi, Just wondering how long it takes other peoples myth/xbmc/HDHomerun setups to change channels? I currently run tsp42 XBMC build & Mythbackend .24 on a single machine. Channel input is through a HD Homerun (1st generation) XBMC takes anywhere between 5-12 seconds to switch channels. Using MythFrontend it takes around 2-5 seconds. Does that sound about right? Cheers. - tsp42 - 2012-01-19 10:30 Yes xbmc is slower to change channels as it does some buffering before starting playback. - Hasu0bs - 2012-01-19 19:09 Hi, is there any way to install this addon on an xbmc installation based on opdenkamp git repository (install.sh from pulse-eight)?? Or is the addon only availible as a complete and fresh install of xbmc.? Is it possible that someone, who compiled the whole thing could give me only the needes files as an addon zip file that works with my latest xbmc build from opdenkamp? I'm having some troubles with tvheadend thats why i ask... thanks in advance! - schneberger - 2012-01-19 20:14 can someone compile this for appletv2 ? i don´t have the enviroment to do it. so if someone could help it would be nice. - fiveisalive - 2012-01-19 20:28 Hasu0bs Wrote:Hi, is there any way to install this addon on an xbmc installation based on opdenkamp git repository (install.sh from pulse-eight)?? Or is the addon only availible as a complete and fresh install of xbmc.? Nope, you need to install the whole tree, see: http://forum.xbmc.org/showpost.php?p=971585&postcount=331 PVR add-ons are binary add-ons, not Python-based, hence no easy way to bundle. Not to mention that there may be slight API/ABI differences between tsp and opdenkamp repo at any given time. tsp42: perhaps you need to add a FAQ/section on the first post that addresses the fact that the cmyth add-on can't be "dropped in" to another PVR based build and needs to be built from the whole tree. This question has come up several times. - Hasu0bs - 2012-01-19 20:45 fiveisalive Wrote:Nope, you need to install the whole tree, see: http://forum.xbmc.org/showpost.php?p=971585&postcount=331 PVR add-ons are binary add-ons, not Python-based, hence no easy way to bundle. Not to mention that there may be slight API/ABI differences between tsp and opdenkamp repo at any given time. Thank you for your advice. Very helpfull in deed, i did not find anything about it via thread search. A FAQ is a good idea! Maybe i have to try this tree on a new partition... Will this addon be ported to the pvr master tree some day? Maybe thats worth the waiting... |