[vlc] Re: Streaming a dvb-t channel with vlc?
Jean-Paul Saman
saman at natlab.research.philips.com
Thu Oct 2 12:36:26 CEST 2003
jusuomin at abo.fi wrote:
>>It doesn't say it is an invalid frequency it says that tuning
>>failed.
>
>
> Well, it also says that the frequency is invalid:
>
> [00000157] dvb input warning: invalid frequency 714000000 (Hz), using
> default one
Ok I missed the log line.
>>.dvbrc file is not useable with vlc. It is simply not used.
>
>
> Yes. I'm aware of that, but AFAIK vls uses it, does it not?
>
Yep VLS uses it, but not this version of libdvb. AFAIK it uses only
version libdvb-0.2.0
>
>>>And one last question. What is the correct value for symbol rate
>>
>>here in
>>
>>>Finland?
>>
>>Do not know ?
Use the probe option from the dvb access plugin.
>
> Any tools for finding out this that you know of?
>
satscan ??? from libdvb utils
> OK. I tried that, and it seems to use the OFDM frontend, but it still fails.
>
> Screen dump:
>
> [root at blumlein root]# /usr/local/bin/vlc -vvv --program 512
> terrestrial:714000000:0:3:27500000
>
> VideoLAN Client 0.6.2 Trevelyan
> [00000000] main root debug: VLC media player - version 0.6.2 Trevelyan -
> (c) 1996-2003 VideoLAN
> [00000000] main root debug: libvlc was configured with ./configure
> --enable-v4l --enable-dvb --enable-arts --enable-qt --enable-kde
> --enable-lirc --prefix=/usr/local
>
>
>>>>>Is there perhaps something wrong with the ./configure settings? Is
>>>>
No there is nothing wrong with your configure settings. It is a bug in
my dvb access code. And dvb-t uses other frequencies then dvb-s.
So pull the latest version from the CVS. I have just made some
modifications to the dvb access plugin.
> v4l needed with dvb? Or do they conflict with each other?
No they are seperate things, please do not mix them. DVB API for Linux
is build on top of V4L2.
> [00000157] dvb input debug: using default values for frontend info
> [00000157] dvb input debug: method of access is terrestrial
> [00000157] dvb input warning: invalid frequency 714000000 (Hz), using
> default one
You must provide the upper and lower frequencies for your DVB-T tuner.
The defaults used are for DVB-S which of course will not work in your
case. Add --lnb-lof1, --lnb-lof2 and --lnb-slof to the commandline, with
correct values. Thus:
/usr/local/bin/vlc -vvv --program 512 terrestrial:714000000:0:3:27500000
--lnb-lof2=715000000 --lnb-lof1=9750000 --lnb-slof=11700000
Actually the values for --lnb-lof1 and --lnb-slof are still the default
ones in the example above. You'll have to find out which your Nova-T
uses with vlc terrestrial:714000000:0:3:27500000 --probe
Here is some small legenda:
--lnb-lof1 lowest frequency allowed for tuner
--lnb-lof2 highest frequency allowed for tuner
--lnb-slof frequency at which to switch between low and higband
>>>>>See, here it complains about the frequency?
>>>>
>
>>>>>Still can't tune either. Where is the code for the dvb-related
>>>>
> things? Is it modules/access/dvb/ or? I could take a look at it..
Yep.
>>>>>I'm assuming that vlc tries the rest of these (dvd, vcd etc
>>>>
> because the dvb module failed. Is this correct?
>
Indeed it does.
--
Kind greetings,
Jean-Paul Saman
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list