[mythtv-commits] Ticket #4857: schedule recorded shows black screen

MythTV mythtv at cvs.mythtv.org
Tue Mar 4 09:51:53 UTC 2008


#4857: schedule recorded shows black screen
----------------------------------------+-----------------------------------
 Reporter:  shankar.ram at selectv.com.my  |       Owner:  ijr    
     Type:  defect                      |      Status:  new    
 Priority:  major                       |   Milestone:  unknown
Component:  mythtv                      |     Version:  0.20.2 
 Severity:  medium                      |     Mlocked:  0      
----------------------------------------+-----------------------------------
 hai there,

 I completed install mythtv ver 0.20.2. in my fedora 8.and im using
 haupauge wintv-150-pvr mce.

 And im using IR Blaster to change channel on my decoder.

 my problem is after i schedule my recording and leave the mythtv in main
 menu..and mythtv manage to start the recording n complete it.

 after that i try to watch it in my recorded program.i only can see the
 black screen when i play it but i can hear the sound.i try to fwd for
 awhile but its still same.

 if i set the schedule and leave my screen in livetv the program manage to
 record n can watch successfully.

 can i know what could be the problem and how to solve this issue.just for
 your info below is my change channel script.

 #!/bin/sh

 REMOTE_NAME=astro1
 cmd="$1"

 case $cmd in
     [0-9]*)
     for digit in $(echo $1 | sed -e 's/./& /g'); do
      irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME $digit ; /bin/true
      sleep 0.3
     # If things work OK with sleep 1, try this for faster channel changes:
         # sleep 0.3
     done
     ;;

     *)

 irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME $1 ; /bin/true

         ;;
 esac

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4857>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list