[mythtv-commits] Ticket #9034: Error Opening jump program file buffer in Live TV
MythTV
noreply at mythtv.org
Sat Aug 6 16:23:17 UTC 2011
#9034: Error Opening jump program file buffer in Live TV
-------------------------------------+----------------------------
Reporter: ligverd@… | Owner:
Type: Bug Report - General | Status: new
Priority: trivial | Milestone: unknown
Component: MythTV - Video Playback | Version: Trunk Head
Severity: low | Resolution:
Keywords: Live TV igmp | Ticket locked: 0
-------------------------------------+----------------------------
Comment (by Peter Bennett <pgbennett@…>):
'''Detailed instructions for workaround'''
Open Accessories, Terminal.
Enter the following commands (Do not miss the semicolons):
{{{
sudo stop mythtv-backend
mysql -u root mythconverg
select chanid, channum, callsign, name from channel;
}}}
You will see a list of your channels like this.
{{{
mysql> select chanid, channum, callsign, name from channel;
+--------+---------+----------+------------------------+
| chanid | channum | callsign | name |
+--------+---------+----------+------------------------+
| 1111 | 11_1 | WENH HD | WENH HD (PRIMARY) |
| 1501 | 50_1 | WZMY HD | WZMY HD (PRIMARY) |
| 1113 | 11_3 | WENH EX | WENH EXPLORE (PRIMARY) |
| 1502 | 50_2 | WZMY UN | WZMY UNIV SP (PRIMARY) |
}}}
Choose a good one then take note of the first number in the row (the
chanid).
Then enter the following commands (put in your selected chanid instead of
1111):
{{{
update settings set data = 1111 where value = 'DefaultChanid';
quit;
sudo start mythtv-backend
}}}
--
Ticket URL: <http://code.mythtv.org/trac/ticket/9034#comment:20>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list