[vlc] Re: DVB?

Jean-Paul Saman jean-paul.saman at planet.nl
Sat Apr 24 12:42:34 CEST 2004


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.

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
--------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 252 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20040424/2412652e/attachment.sig>


More information about the vlc mailing list