you don't need to enter the PIDs. you need the service ID from PID 0x0000 for each channel.<br>if you set the mplexid and the serviceid, myth will find the rest automatically (as a crapcast subscriber, i'm envious that you have actual PSIP data for your channels)
<br><br><br><div><span class="gmail_quote">On 1/15/06, <b class="gmail_sendername">Len Reed</b> <<a href="mailto:crunchyfrog@charter.net">crunchyfrog@charter.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm using 0.18.2....<br><br>There have been a number of posting on the DVB channel tables, but it<br>still isn't clear to me. I've also looked at<br><br><a href="http://www.cuymedia.com/doxygen-dev-docs/html/group__db__schema.html">
http://www.cuymedia.com/doxygen-dev-docs/html/group__db__schema.html</a><br><br>Maybe with an example someone can clear it up.<br><br>I have an HD5000 card connected to cable. Here is a sample channel, as<br>seen by azap. Using this information, I can use the DVB utils to
<br>capture the signal and play it via mplayer. The following example is for<br>my local (Atlanta) FOX affiliate on Gwinnett Charter cable, for what<br>it's worth:<br><br>FOX:669000000:QAM_256:2048:2049:2<br><br>So, my dtv_multiplex table has an entry with
<br>mplexid=4, frequency=669000000, sourceid=qam_256, etc.<br><br>In the database, Fox digital is my chanid 3785. So I assume I should<br><br>update channel set freqid = 4 where chanid = 3785;<br><br>where '4' is the mplexid from the dtv_multiplex table for 669Mhz.
<br><br>I further guess that the channel table should get the serviceid (last<br>column of the azap line, "2"):<br><br>update channel set serviceid = 2 where chanid = 3785;<br><br>Where do I encode the video and audio pids (2048 and 2049 in hex, 8264
<br>and 8265 in decimal)?<br><br>Now, assuming that I can get this all working, do I then need an<br>additional rows in dtv_multiplex for the other channel on 669 MHz?<br><br>CBS:669000000:QAM_256:2176:2177:1<br><br>Thanks for the help,
<br>Len<br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>