logo       

Re: DVB?: msg#00253

video.videolan.vlc.general

Subject: Re: DVB?


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

Attachment: pgpNuTN5U7hNf.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise