Ok, yesterday, I 'accidentally' spotted the freq.py file, and tried to put
it in there.
So I opened the freq.py, and put this in it:

CHANLIST = {
         .....
    "nl-multikabel"     : dict(PAL_MULTIKABEL),
}


And I declared the PAL_MULTIKABEL like this:

PAL_MULTIKABEL = [
   ("10", 208000 ), # Nederland 1
   ("11", 216000 ), # Nederland 2
   ("12", 224000 ), # Nederland 3
   ("25", 504000 ), # RTL 4
   ("28", 528000 ), # RTL 5
   ("66", 832000 ), # MTV
]


After that, I edited the freevo.conf and changed the chanlist from
europe-west to nl-multikabel.
Next, in local_conf.py I edited the TV_CHANNELS, to use channel numbers
instead of names pointing to the items in FREQUENCY_TABLE, and I commented
out the FREQUENCY_TABLE list.  So now it looks like this:

TV_CHANNELS = [
   ('1.tvgids.nl', 'Nederland 1', '10'),
   ('2.tvgids.nl', 'Nederland 2', '11'),
   ('3.tvgids.nl', 'Nederland 3', '12'),
   ('4.tvgids.nl', 'RTL 4', '25'),
   ('5.tvgids.nl', 'RTL 5', '28'),
   ('25.tvgids.nl', 'MTV', '66'),
]

...AND IT WORKS!!  Frequencies with mplayer!! :-D


So, now my next project is to enable the record server to see if it works
with mencoder as well. :-)


2007/1/3, Michel Hoogervorst <[EMAIL PROTECTED]>:

Hi,

I would like to know if it is possible to use frequencies instead of
channels with TV on a framebuffer.
When I manually type 'mplayer tv:// -tv driver=v4l2:freq=208' everything
works, but how to set this in my Freevo configuration?

According to the Wiki it's not possible for watching, and there's a hack
provided for recording with mencoder, but since that information is already
nearly 2 years old, I hoped there was a solution for this in the meantime?

The FREQUENCY_TABLE thing in local_conf doesn't work because Mpayer
doesn't like using both a channel and a frequency.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to