Hi,

The frequency list should look like this.

FREQUENCY_TABLE = {
     'NED1':     175250,
     'NED2':     196250,
     'NED3':     203250,
     'RTL4':     663250,
     'RTL5':     671250,
     'SBS6':     687250,
     'YORIN':    703250,
     'VERONICA': 719250,
}

For you the value for NED2 must be

  'NED2':     184000,  etc

(freq = 2944 ;  184000*16/1000)

Not sure if the decimal notation 184,00 does work, it seems not, so hope this helps.

     /Robert 

Sunday, January 18, 2004, 9:57:13 PM, free wrote:

> You're right!! Thanks.

> But now I have a different problem. The mplayer screen starts but only gives
> snow so that means I have to fill in the frequencies. I have this list..

> 1 Ned 1

>       11-

>       216,00
>       2 Ned 2

>       6+

>       184,00
>       3 Ned 3

>       7+

>       192,00
>       4 RTL 4

>       12-

>       224,00

> etc etc... But filling in these frequencies still gives me snow. Yesterday
> when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer /dev/video0 I got
> Nederland 2, but this list says it should be 184.00. I have tried both and
> they both give only 'snow'.

> Video Opened at /dev/video0
> Driver: ivtv
> Card: Vanilla iTVC15 card
> Version: 265
> Capabilities: 16973825
> Enumerating supported Standards.
>   0: 0x3000 NTSC
>   1: 0xff PAL
>   2: 0x7f0000 SECAM
> Current Standard is: 0xff
> Enumerating supported Inputs.
>   0: Composite 0
>   1: Composite 1
>   2: Composite 2
>   3: Composite 3
>   4: Tuner 0
>   5: Composite 4
>   6: S-Video 0
>   7: S-Video 1
>   8: S-Video 2
>   9: S-Video 3
> Input: 4
> Width: 720, Height: 480
> Read Frequency: 2820

> Now when I do mplayer /dev/video0 I don't get TV, just snow. Hope you can
> help with this as well.

> Thanks again,  Leo




>>From: Rob Shortt <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)
>>Date: Sun, 18 Jan 2004 15:54:09 -0400
>>
>>free vo wrote:
>>>Hi, thanks for the reply. That din't work. My tv channels look like this
>>>
>>>TV_CHANNELS = [('1.tvgids.nl', 'Nederland 1', '11-'),
>>>         ('2.tvgids.nl', 'Nederland 2', '6+'),
>>>         ('3.tvgids.nl', 'Nederland 3', '7'),
>>>         ('4.tvgids.nl', 'RTL 4', '26+'),
>>>         ('31.tvgids.nl', 'RTL 5', '41-'),
>>>         ('46.tvgids.nl', 'Yorin', '25-'),
>>>
>>>
>>>and my frequency table like
>>>
>>>FREQUENCY_TABLE = {
>>>   '11-': 216,
>>>   '6+' : 184,
>>>}
>>>
>>
>><snip>
>>
>>>The complete message I'm getting is
>>>    mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
>>>TypeError: not enough arguments for format string
>>
>>Ok, that's a completely different (or new) error.
>>
>>>Hope this helps some more. Thanks
>>
>>Yep, try this...  in your local_conf.py make sure your MPLAYER_ARGS has a
>>key called 'ivtv', it should look something like:
>>
>>MPLAYER_ARGS = { 'dvd': '-cache 8192',
>>                  'vcd': '-cache 4096',
>>                  'cd' : '-cache 500 -cdda speed=1',
>>                  'tv' : '-cache 8192',
>>                  'ivtv' : '-cache 8192',
>>                  'avi': '-cache 5000 -idx',
>>                  'rm' : '-cache 5000 -forceidx',
>>                  'default': '-cache 5000'
>>                  }
>>
>>The problem here is that the plugin expects args to have so many entries,
>>the ivtv one is likely missing.
>>
>>-Rob
>>
>>
>>-------------------------------------------------------
>>The SF.Net email is sponsored by EclipseCon 2004
>>Premiere Conference on Open Tools Development and Integration
>>See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
>>http://www.eclipsecon.org/osdn
>>_______________________________________________
>>Freevo-users mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/freevo-users

> _________________________________________________________________
> Talk with your online friends with MSN Messenger http://messenger.msn.nl/



> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




  
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to