On Sat, 2010-02-13 at 19:33 -0500, Kyle Lil wrote:

> Thanks Devin and Andy. This is very informative. I tried moving the
> tuner card to the PCI slot on the far end of the motherboard and
> leaving the video card (a GeForce 210, I think I forgot to mention) as
> the only other card plugged in. This however did not noticeably reduce
> the rate of errors. 
> 
> 
> Devin, you seem to be suggesting that the "glitches" I'm seeing
> watching TV through mythtv are not necessarily the same as the unc/ber
> that azap is reporting. That could also explain the difference between
> Linux and Windows viewing. I should mention that I can play HD
> television in mythtv from a firewire connection to my cable box
> without the glitches. But just to double-check if the application is a
> problem, could you guys suggest another application to view the video
> stream? I tried "mplayer -cache 8192 /dev/dvb/frontend0", but it does
> not play the video. I get the following message:
> 

You need to make a channels.conf file with scan (or scandvb or dvbscan
or whatever your distro calls it) and put it under
~/.mplayer/channels.conf.

Then

$ mplayer dvb://WFOO-DT -cache 8192 

should work.  You make need to do something like

$ mplayer dvb://WFOO-DT -cache 8192 -vf scale=960:540

for example to set the software scaler in mplayer to scale 1920x1080
content down to fit on the screen.


> 
> Also, is there a way to determine if the cx18 driver is dropping
> packets? 

As root 

# echo 15 > /sys/modules/cx18/parameters/debug

and then look in /var/log/messages or the dmesg command output or some
other log for "Possibly falling behind",  "Fell behind", or "must have
fallen out of rotation".  The first message type indicates you may have
missed shuffling data.  The other two indicate that you have.  If you
get these messages, it means your system is having trouble keeping up
and serviceing interrupts from the CX23418.

This all of course has nothing to do with SNR and unc, but could be a
cause of TS corruption obviously.

Regards,
Andy

> Best, 
> Kyle




_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to