Hello again,
To followup on my own email. With the help of a friend I managed to find where the correct PIDs were and put them in the appropriate places (last three columns of the channels.conf file are video PID, audio PID and service id). So I'm pretty sure I have that right:
mysql> select c.chanid, c.name, d.serviceid, p.pid, p.type -> from channel as c -> left join dvb_channel as d on c.chanid = d.chanid -> left join dvb_pids as p on c.chanid = p.chanid; +--------+-------------+-----------+------+------+ | chanid | name | serviceid | pid | type | +--------+-------------+-----------+------+------+ | 1000 | ABC | 562 | 512 | v | | 1000 | ABC | 562 | 650 | a | | 1001 | Seven | 1329 | 769 | v | | 1001 | Seven | 1329 | 770 | a | | 1002 | Channel 9 | 1072 | 519 | v | | 1002 | Channel 9 | 1072 | 720 | a | | 1003 | Channel Ten | 1586 | 512 | v | | 1003 | Channel Ten | 1586 | 650 | a | | 1004 | SBS | 785 | 81 | a | | 1004 | SBS | 785 | 161 | v | +--------+-------------+-----------+------+------+ 10 rows in set (0.00 sec)
I've tried setting default channel (in setup -> input source) to 2 (channum) and 1000 (chanid) but neither work. Verbose output of the backend gives:
2005-02-08 22:55:43 Changing from None to WatchingLiveTV
2005-02-08 22:55:43 Using profile 'Live TV' to record
2005-02-08 22:55:43 DVB#0 Recorder: Card opened successfully.
2005-02-08 22:55:43 DVB#0 ERROR - No PIDS set, please correct your channel setup.
2005-02-08 22:55:43 2 ok
2005-02-08 22:55:43 1 1
2005-02-08 22:55:43 5 29.97
2005-02-08 22:55:43 91 []:[] []:[] []:[] []:[] []:[] []:[] []:[] []:[...
2005-02-08 22:55:44 DVB#0 WARNING - No data from card in 1 second.
But I _have_ set my pids so I'm a bit confused....
any suggestions?
cheers dim
Dmitri Colebatch wrote:
Hi everyone,
I think I'm oooooh so close to having my myth install working, but am stuck on an empty dvb_pids table.
First, a little background: Have installed FC3, Athlon 1.8, Hauppauge Nova-T PCI. 2.6.10, fully updated (from uptodate). I've compiled myth (0.16) from source, and after a couple of minor compile issues have this all working. I've added the card, input sources and channels in my backend setup. I've run tv_grab_au and successfully got the channels and have confirmed that I have program guide data by reading the guide in myth.
However - no where have I set the PIDs for the channels. When adding channels I only populated the frequency (which I got from http://www.dba.org.au/). I'm not sure how to get the PIDs, although I can see where they go in the database.
I found in the archives a post explaining how to use dvbscan to get this info, but unfortunately dvbscan doesn't work for me. I can watch tv using tzap to tune and the streaming the dvr0 device into mplayer so I'm pretty confident that my card is setup ok. Note that I believe that I'm using drivers from the kernel, and not the ones from dvb-kernel cvs.
Sorry for the jumbled pieces of information - I hope I've covered most of my setup. I'm in Melbourne (Australia) in case someone wants to tell me what PIDs they're using.... could someone tell me what PID stands for and what it is?
thanks,
dim
###################################################################### DISCLAIMER: This email and any attachment may contain confidential information. If you are not the intended recipient you are not authorized to copy or disclose all or any part of it without the prior written consent of Toyota.
Opinions expressed in this email and any attachments are those of the sender and not necessarily the opinions of Toyota. Please scan this email and any attachment(s) for viruses. Toyota does not accept any responsibility for problems caused by viruses, whether it is Toyota's fault or not. ###################################################################### _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
