logo       

Re: DVB?: msg#00227

video.videolan.vlc.general

Subject: Re: DVB?

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

And on line: 350 from modules/access/dvb/dvb.c add

usleep(100000);

Compile and test with:
vlc -vvvv
dvb:frequency=12552000:polarization=v:fec=5:srate=22000000
--probe


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




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

News | FAQ | advertise