[mythtv-commits] Ticket #6960: Play fails with "Need to switch video renderer"

MythTV mythtv at cvs.mythtv.org
Tue Sep 1 17:37:00 UTC 2009


#6960: Play fails with "Need to switch video renderer"
-----------------------------------------+----------------------------------
 Reporter:  register at combinedeffort.com  |        Owner:  janne  
     Type:  defect                       |       Status:  new    
 Priority:  minor                        |    Milestone:  0.22   
Component:  MythTV - Video Playback      |      Version:  unknown
 Severity:  medium                       |   Resolution:         
  Mlocked:  0                            |  
-----------------------------------------+----------------------------------

Comment(by register at combinedeffort.com):

 OP here. I decided to try wiping all the entries from displayprofiles /
 displayprofilegroups relating to that host, i.e.

 {{{
 delete from displayprofiles where profilegroupid IN (select profilegroupid
 from  displayprofilegroups where hostname = 'dougal-mythtv02');
 delete from displayprofilegroups where hostname = 'dougal-mythtv02';
 }}}

 and now it works fine. There was a single line in displayprofiles relating
 to that host:


 {{{
 mysql> select * from displayprofiles where profilegroupid in (select
 profilegroupid from  displayprofilegroups where hostname = 'dougal-
 mythtv02');
 +----------------+-----------+---------------+------+
 | profilegroupid | profileid | value         | data |
 +----------------+-----------+---------------+------+
 |              8 |        26 | pref_priority | 1    |
 +----------------+-----------+---------------+------+
 }}}

 and several 'bogus' displayprofilegroups.

 {{{
 mysql> select * from displayprofilegroups;
 +--------------+-----------------+----------------+
 | name         | hostname        | profilegroupid |
 +--------------+-----------------+----------------+
 | CPU++        | ted             |              1 |
 | CPU+         | ted             |              2 |
 | CPU--        | ted             |              3 |
 | High Quality | ted             |              4 |
 | Normal       | ted             |              5 |
 | Slim         | ted             |              6 |
 | CPU++        | dougal-mythtv02 |              7 |
 | CPU+         | dougal-mythtv02 |              8 |
 | CPU--        | dougal-mythtv02 |              9 |
 | High Quality | dougal-mythtv02 |             10 |
 | Normal       | dougal-mythtv02 |             11 |
 | Slim         | dougal-mythtv02 |             12 |
 | VDPAU        | ted             |             13 |
 +--------------+-----------------+----------------+
 }}}

 Once they were cleared out, Myth seemed to sort itself out. Don't know how
 they got in there though... Sorry for the bother.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6960#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list