[mythtv] XMLTV Spanish, gist, DVB & localization

Edward Wildgoose edward.wildgoose at frmhedge.com
Sun Apr 20 11:50:26 EDT 2003


> > I'm also interested in to merge analog tv, which MythTV does pretty
well,
> > with DVB (projects like vdr do very well) therefore have a single
frontend
> > for all. That would be nice in Europe, and probably to bring a better
> > support for US DirectTV also. I thought that adding a "plugin" to MythTV
> > that works in a similar way as kvdr does, that could be quite simple,
> > although the best way should be, of course, direct support for DVB
capture
> > cards at the mythtv player.... comments welcome!
>
> These cards provide an MPEG-2 stream, no?  There is now preliminary
support
> in CVS for some hardware MPEG-2 capture cards, so some of the
infrastructure
> should be there already.  I think the DVB drivers provide a v4l device, so
> this should be quite similar.

I haven't spotted a v4l device yet, but perhaps there is.  What you do seem
to get though is a whole series of scripts which will easily tune to any
channel for you, and there are also some devices from which you can read
audio and video directly (havent yet looked into the details of the
devices).  The tuning scripts are less than a few kb each, so I doubt there
is anything too profound going on, but I have only had this thing for a few
hours and I'm still setting up rather than coding.

For a really basic step one integration the tuning could perhaps be done by
using the same scriptable mechanism as the IR channel changing stuff for an
external box (I think?).  Some of the other DVB TV programs seem to support
something similar already, ie you maintain an external list of interesting
channels and their parameters and then you can call tune with the channel
name (as text, eg "BBC-1") - so just make sure this matches the mythtv
channel callsign for each channel.

After than you can pipe the device directly to mplayer to play the mpeg
stream (although there seems to be a need to pipe it through something to
change mpeg type from ts (transport stream) to ps).

Can someone give me an overview on how the PVR250 works for comparison? I'm
guessing that myth tunes a v4l interface, reads out the picture data from
that interface, stuffs it into a non v4l PVR250 device, and read the mpeg
output from /dev/video?  Is the output of /dev/video something that you can
push directly into mplayer?

Thanks



More information about the mythtv-dev mailing list