Mythtv and XBMC communication (protocol issue ?) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: Mythtv and XBMC communication (protocol issue ?) (/showthread.php?tid=96764) |
Mythtv and XBMC communication (protocol issue ?) - Gulliver - 2011-03-13 Hello, I don't known if this the right section to post this ... sorry if it doesn't. I use a mythbuntu 10.04 with: Mythtv 0.23.0+fixes24158-0ubuntu2 XBMC-pvr from Lars release 10.5-dharma+pvr-odk48 mythbox script 1.0.2 Live tv works well, but I can't switch channel in using the nmeric keys of the ir remote. It works if I use the channel + / channel -. When I wath live tv and I press for exemple 5, this happen: In xbmc log: Code: 15:54:22 T:2873944944 M:1822986240 DEBUG: ChangeChannel - channel change started Xbmc thinks I want to go to channel "-ROM". And in mythbackend.log: Code: 2011-03-13 15:53:41.388 MainServer::HandleVersion - Client speaks protocol version 8 but we speak 56! And when I try changing channel: Code: 2011-03-13 15:54:22.587 GetChannelData() failed because it could not All others features (schedule a record, tv guide, and so on) works well. I don't think it's a LIRC issue: xbmc prints correctly the key pressed. I think it could be a protocol issue. The file protocol.py of SVN for mythox is exactly the same as mine. So, would you have some ideas, advices ...? Could I make others tests, where could I find a track ....? Thanks a lot. Best regards - dubstar_04 - 2011-03-13 Gulliver Wrote:Hello, If its a mythbox issue you would be better posing in the mythbox thread: http://forum.xbmc.org/showthread.php?tid=43115&highlight=mythbox thanks, Dubstar_04 - Gulliver - 2011-03-13 Hello, I don't known if it's a specific mythbox issue. I've got the same behavior If I use a myth:// source added for videos. I'd like to where the issue begins ... mythbox logs are clean, so how to now ? Best regards - Gulliver - 2011-03-14 Hello, I increased loglevel for xbmc and I found that's not an issue with the protocol release (8, 56,...). And no more an issue with mythbox as this doesn't work better in using myth:// source. But when I switch channel, I've got: (cmyth)cmyth_event_get: unknown mythtv BACKEND_MESSAGE 'RECORDING_LIST_CHANGE UPDATE' So I'm afraid I'm concerned by this ticket: http://trac.xbmc.org/ticket/8680 Does the patch created is still usefull ? I don't find anything about 'RECORDING_LIST_CHANGE UPDATE' for the concerned files in the GIT repository of Lars Opdenkamp. Thanks for any advices and ideas. Best regards Gulliver - opdenkamp - 2011-03-14 my repo on github probably doesn't contain the last mythtv code yet. check out dteirney's fork: https://github.com/dteirney/xbmc - Gulliver - 2011-03-14 Hello, Thanks, I'm going to look at this and try it. Just one more question: which branche do I have to choose ? Dharma, master, myth or pvr ? Thanks again. Best regards |