XBMC Community Forum
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)



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.

I am getting these errors in my xbmc.log:

http://xbmclogs.com/show.php?id=1560

Any ideas Huh

UPDATE: xmmc.log moved per request

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 Frown

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 Undecided 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 Smile


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 Undecided 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.

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:  
(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 Smile
Good work. Have you considered updating the PR to include the XBMC PVR API changes?