2011-03-13, 17:32
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:
Xbmc thinks I want to go to channel "-ROM".
And in mythbackend.log:
This lines several times. So,BEFORE I press a channel key.
And when I try changing channel:
And mythbackend takes 100 to 120 % cpu load ...
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
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
15:54:22 T:2873944944 M:1822986240 DEBUG: ChangeChannel - chainging channel to -ROM
15:54:22 T:3077000048 M:1837334528 DEBUG: Process - MythTV event DONE_RECORDING
15:54:23 T:3077000048 M:1838350336 DEBUG: Process - MythTV event LIVETV_CHAIN_UPDATE: LIVETV_CHAIN UPDATE live-HTPC-2011-03-13T15:53:56
15:54:23 T:3077000048 M:1842540544 DEBUG: Process - MythTV event UNKNOWN (error?)
15:54:24 T:2916789104 M:1842610176 DEBUG: Thread 2916789104 terminating (autodelete)
15:54:24 T:2855267184 M:1842745344 DEBUG: CDVDPlayerAudio:: Discontinuity - was:19430914.940324, should be:19443053.001645, error:12138.061322
15:54:24 T:2897234800 M:1842745344 DEBUG: Thread 2897234800 terminating (autodelete)
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!
2011-03-13 15:53:41.399 MainServer, Warning: Unknown socket closing MythSocket(0x84eafa8)
2011-03-13 15:53:41.400 MainServer::ANN Playback
And when I try changing channel:
Code:
2011-03-13 15:54:22.587 GetChannelData() failed because it could not
find channel number '-ROM' in DB for source '1'.
2011-03-13 15:54:22.601 ChannelBase(1): IsTunable(DVBInput,-ROM) Failed to find channel in DB on input '1'
2011-03-13 15:54:22.609 ChannelBase(1) Error: Setting start channel '-ROM' failed,
and we failed to find any suitible channels on any input.
2011-03-13 15:54:22.860 DVBChan(1:/dev/dvb/adapter0/frontend0) Error: SetChannelByString(-ROM): CheckChannel failed.
Please verify the channel in the 'mythtv-setup' Channel Editor.
2011-03-13 15:54:22.861 TVRec(1) Error: Failed to set channel to -ROM. Reverting to kState_None
2011-03-13 15:54:22.869 TVRec(1): Changing from WatchingLiveTV to None
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