Opened 13 years ago
Closed 12 years ago
#10743 closed Bug Report - General (Invalid)
After upgrade to 0.25 from 0.24.xx channel change is awfully slow
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.25-fixes |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Previously, i changed channels in round about 3 seconds. Now it takes up to 40 seconds!
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by
Priority: | major → trivial |
---|---|
Severity: | medium → low |
Status: | new → infoneeded_new |
Changed 13 years ago by
Attachment: | backend.log added |
---|
Changed 13 years ago by
Attachment: | frontend.log added |
---|
comment:2 Changed 12 years ago by
Status: | infoneeded_new → new |
---|
comment:3 Changed 12 years ago by
I see name lookup failures in both frontend and backend log, from the frontend log:
2012-05-24 22:18:45.612649 E No address defined for host: localhost 2012-05-24 22:18:45.613117 E Connection to master server timed out. Either the server is down or the master server settings in mythtv-settings does not contain the proper IP address
please try changing that to 127.0.0.1 instead. According to the howto its also important that the value matches (aka all fields either localhost or 127.0.0.1, no mixing) in all places.
In the backend log I also see:
2012-05-24 22:18:43.238209 E PSIP packet failed CRC check. pid(0x1000) type(0x82) 2012-05-24 22:18:43.238233 E PSIP packet failed CRC check. pid(0x1002) type(0x83)
which appear to be a subset of #10495 (CRC error on ECM/EMM tables which don't have CRC at all)
comment:4 Changed 12 years ago by
Oh, sorry, thank you! Already forgot this task.
Yes, finally, after longer try-outs i found some mismatch in the configured IP's. If i remember correctly, i mixed localhost and the host's public ip.
Best regards Florian
comment:5 Changed 12 years ago by
Resolution: | → Invalid |
---|---|
Status: | new → closed |
thanks for reporting back, I'm closing it as "not a bug"
Please attach "mythbackend -v record,channel" and "mythfrontend -v playback,channel" logs showing the slow channel change.
I've reset the priority and severity. These are meant to be set after triage.