![]() |
|
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 |
RE: New MythTV add-on using libcmyth - tekdoc_ - 2012-04-16 00:07 (2012-04-14 19:57)tekdoc_ Wrote: I am unable to watch live TV using the latest Windows binary (or from my own build from this AM). XBMC is running on Windows 7 64-bit and my backend is MythTV .24 fixes running on Arch Linux. The backend works fine with Mythbox and with mythfrontend running on the Arch box. So I gave up on getting this to work with Windows, wiped the drive and installed Xubuntu 11.10. I built XBMC from source and again, everything works except live TV. When I try to select a channel to watch, I get an immediate segfault. I also got the same results on a different frontend machine. Now I'm thinking it could be a problem with the backend so I tried a few different binary builds of mythbackend but still no dice... Interestingly, using myth://user:pass@xxx.xxx.xxx.xxx as a video source, live TV works fine ![]() UPDATE: MythTv PVR add-on from dteirney's pvr branch works too RE: New MythTV add-on using libcmyth - 321liftoff - 2012-04-16 12:27 I'm having a problem with EPG data on Win7 using mythbackend and the latest windows build (09/04/2012). EPG hasn't worked for me with older versions either. MythWeb works fine with EPG. Any pointers? http://pastebin.com/GMqmMNfQ MythTV Version : v0.24.1 MythTV Branch : Network Protocol : 63 Library API : 0.24.20110505-1 QT Version : 4.7.4 Options compiled in: linux release using_oss using_backend using_dvb using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg usin g_qtwebkit using_v4l using_x11 using_mythtranscode using_ffmpeg_threads using_li ve using_mheg RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-16 12:51 (2012-04-15 22:39)bilbonvidia Wrote: I seem to have an issue, my video plugins have stopped working, iplayer, 4oD , demand five and itv player. Youtube still works however. I have tried re-installing the addons, any ideas? Is there a compile switch I need to use to enable rtmp support as was the case with vdpau?? RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-16 19:31 bilbonvidia: I had the same problem a while ago. From what I remember there was a problem with librtmp. Might be worth checking out. 321liftoff and tekdoc_: Could you please pastebin the mythtv log and xbmc log with the extended debug info enabled in the mythtv-cmyth addon configuration. use the "all, nodatabase" debug view for the mythtv log RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-16 20:05 Was your rtmp issue independent of you version of xbmc? I have tried marking libttmp for re-installation but no joy. RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-16 21:49 libRTMP support: No libsmbclient support: Yes libnfs client support:No libafpclient support: No AirPlay support: Yes AirTunes support: No Optical drive: Yes libudev support: No libusb support: No libcec support: No External FFmpeg: No prefix: /usr/local I see this at the end of ./configure so presume libRTMP=no is the issue, how to get to = yes? RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-16 21:50 I didn't try another version of xbmc. The problem is that it is a while ago so I don't remember exactly what I did to solve it Else try searching the forum for "Unsupported protocol(rtmp)" and librtmp. EDIT You did try ./configure --enable-rtmp ? else try a clean source directory. It sometimes helps. RE: New MythTV add-on using libcmyth - cfetzer - 2012-04-16 22:21 (2012-04-15 12:05)tsp42 Wrote: I would prefer if you split it up. I can always cherrypick the opdenkamp/xbmc PR (and he can review the PR) Ok will do the requests as soon as opdenkamp has merged the context menu pr
RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-16 23:05 (2012-04-16 21:50)tsp42 Wrote: I didn't try another version of xbmc. The problem is that it is a while ago so I don't remember exactly what I did to solve it Success, with ./configure --enable-rtmp=yes ! Thanks! RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-17 20:42 (2012-04-16 22:21)cfetzer Wrote:Good work. Have you considered updating the PR to include the XBMC PVR API changes?(2012-04-15 12:05)tsp42 Wrote: I would prefer if you split it up. I can always cherrypick the opdenkamp/xbmc PR (and he can review the PR) |