[vlc] Re: DVB?
Jan Ekholm
chakie at infa.abo.fi
Sat Apr 24 13:37:02 CEST 2004
On Sat, 24 Apr 2004, Jean-Paul Saman wrote:
>
>Jan,
>
>Could you try to use polarization=H instead of polarization=V? Just to
>exclude a simple mistake in the code ;-) because I expected the change
>from the previous e-mail to work.
Ok, I will test it, but I can't do it until Monday when I get back to
work. I *should* have automatically done that myself too, but somehow I
didn't think of trying it, sorry for that.
The logs will come your way first thing on Monday.
>vlc -vvvv
>dvb:frequency=12552000:polarization=h:fec=5:srate=22000000:lnb-lof2=21500000
>--probe
>
>And again I'd like to see the logs.
>
>
>Jan Ekholm wrote:
>
>>On Thu, 22 Apr 2004, Jean-Paul Saman wrote:
>>
>>
>>
>>>Jan,
>>>
>>>Could you try to disable the following code in file
>>>modules/access/dvb/access.c line: 362-374
>>>
>>>#ifdef 0
>>> /* Validating input values */
>>> if ( ((u_freq) > frontend_info.frequency_max) ||
>>> ((u_freq) < frontend_info.frequency_min) )
>>> {
>>> msg_Warn( p_input, "invalid frequency %d (KHz), using default
>>>one", u_freq );
>>> u_freq = config_GetInt( p_input, "frequency" );
>>> if ( ((u_freq) > frontend_info.frequency_max) ||
>>> ((u_freq) < frontend_info.frequency_min) )
>>> {
>>> msg_Err( p_input, "invalid default frequency" );
>>> return -1;
>>> }
>>> }
>>>#endif
>>>
>>>
>>
>>Ok. I now have the Subversion version from yesterday and can update that
>>when needed.
>>
>>
>>
>>>And on line: 350 from modules/access/dvb/dvb.c add
>>>
>>> usleep(100000);
>>>
>>>
>>
>>I put it right before the line:
>>
>> ret = ioctl_CheckFrontend(p_input, front);
>>
>>Log from a new run:
>>
>> http://www.infa.abo.fi/~chakie/media/vlc.log
>>
>>
>>
>--
>
>Many greetings,
>Jean-Paul Saman
>
>Consultant
>--------------------------------------------------------------
>VLC iPAQ maintainer http://www.videolan.org
>RedHat Certified Engineer RHCE number: 807202745005548
>--------------------------------------------------------------
>
>
--
Pets are always a great help in times of stress. And in times of
starvation too, o'course.
-- Terry Pratchett, Small Gods
--
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