[mythtv] DVB, Live TV Broken with SVN 7050+

Todd Ignasiak ignasiak at gmail.com
Sun Aug 21 18:19:15 UTC 2005


Thanks for the tip, Daniel.    After re-scanning my channels, and
changing to one that was found in my new scan (for some reason, not
all available channels were found), it recognized the channel lock and
worked.

One other note:  I don't know if anyone esle is seeing this, but for
some reason, the svn updates from yesterday failed to compile for me,
because of undefined constants.     I had to manually include
<linux/soundcard.h> or libs/mythtv/NuppelVideoRecorder.cpp would fail
on the SNDCTL_DSP_* ioctl's.  (This is with OSS config'd off, and ALSA
on).

NuppelVideoRecorder.cpp: In member function `int
NuppelVideoRecorder::AudioInit(bool)':
NuppelVideoRecorder.cpp:637: error: `SNDCTL_DSP_SETFRAGMENT'
undeclared (first use this function)
NuppelVideoRecorder.cpp:637: error: (Each undeclared identifier is
reported only once for each function it appears in.)
NuppelVideoRecorder.cpp:639: error: `AFMT_S16_LE' undeclared (first
use this function)
NuppelVideoRecorder.cpp:640: error: `SNDCTL_DSP_SETFMT' undeclared
(first use this function)
NuppelVideoRecorder.cpp:648: error: `SNDCTL_DSP_SAMPLESIZE' undeclared
(first use this function)
NuppelVideoRecorder.cpp:649: error: `SNDCTL_DSP_CHANNELS' undeclared
(first use this function)
NuppelVideoRecorder.cpp:650: error: `SNDCTL_DSP_SPEED' undeclared
(first use this function)
NuppelVideoRecorder.cpp:661: error: `SNDCTL_DSP_GETBLKSIZE' undeclared
(first use this function)


On 8/19/05, Daniel Kristjansson <danielk at cuymedia.net> wrote:
> On Fri, 2005-08-19 at 17:46 -0700, Todd Ignasiak wrote:
> > INSERT INTO channel VALUES (1705,'705','705',1,'KPIXDT','KPIXDT
> > (KPIX-DT)','none',0,'','19572',0,32768,32768,32768,32768,'Default',0,1,'',0,1,7,0);
> Ok, I bet if you replace that with:
> 
>   INSERT INTO channel VALUES (1705,'705','705',1,'KPIXDT',
>     'KPIXDT (KPIX-DT)','none',0,'','19572',0,32768,32768,32768,32768,
>     'Default',0,1,'',0,1,7,1281);
> 
> It will work, where 1281 is major_chan*256 + minor_chan.
> I'm assuming KPIXDT is at 5_1 from a google search.
> 
> If rescan your channels, all the HDTV channels should work.
> 
> -- Daniel
> 
> 
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> 
> 
>


More information about the mythtv-dev mailing list