Firewire recording: Every OTHER one works!
- From: David Vasquez <vasqued2 (at) yahoo.com>
- Date: Wed, 22 Feb 2006 17:43:56 -0800 (PST)
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
_______________________________________________
mythtv-users mailing list
mythtv-users (at) mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users