[mythtv-users] Firewire recording: Every OTHER one works!

David Vasquez vasqued2 at yahoo.com
Thu Feb 23 01:43:56 UTC 2006


I'm having the opposite problem.  

I've been able to get the channel changer to work w/
the following coding changes but I can't get
test-mpeg2 to pull back anything.

1. I had to change the vendor id to 0x000014f8.
2. I had to comment out the original cmd[1] assignment
and replace it with the one w/ the channel in binary
to go to the right channel.

/*   cmd[1] = CTL_CMD1 | (dig[0] << 16) | (dig[1] <<
8) | dig[2];*/
   cmd[1] = CTL_CMD1 | (chn << 8);

I still don't know why test-mpeg2 doesn't work.  It
seems like the firewire connection has to be setup
correctly for the channel change to work.

Any ideas are appreciated.

David

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the mythtv-users mailing list