> Thanks for all the help.  I was able to get viewing working with the
> following settings:
>
> VIDEO_GROUPS = [
> # Use this group for watching tv
>      VideoGroup(vdev='/dev/video0',
>                 adev=None,
>                 input_type='tuner',
>                 tuner_norm='NTSC',
>                 tuner_type='',
>                 tuner_chanlist='us-cable',
>                 desc='Watching Video Group',
>                 group_type='ivtv',
>               ),
> # Use this group for recording tv
>     VideoGroup(vdev='/dev/video0',
>                 adev=None,
>                 input_type='tuner',
>                 tuner_norm='NTSC',
>                 tuner_chanlist='us_cable',
>                 desc='Comcast Cable',
>                 record_group='ivtv'),
> ]

This is not 100% correct, the record_group is a number which is used for
watching and recording at the same time, but you need two tuners for this.
The rule is one VideoGroup per tuner.

The first group does look fine.

> I'm still rather disappointed that I can't get anything to work with Xine,
> only Mplayer is working.  At least I have a functional system now which
> looks nice with my Lumenlab projector running a VGA connection.  Not HD,
> but
> looks good for std TV.  Again, thanks, for your patience and taking the
> time
> to help.
>
> I have Xine working for regular mpg playback which looks good, but calls
> from Freevo failed.  So, I still much tweaking and testing to do.  On to
> DVD
> burning for the next immediate challenge.

The first thing to do is check that all the XINE_TV_* settings are correct.

Try adding DEBUG=1 and CHILDAPP_DEBUG and LOGGING = logging.DEBUG to your
local_conf.py and check the log to see what freevo is trying to run when
using xine. It should be clear what the command line is and then you can
hopefully find the correct arguments and so the settings.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to