|
Re: DVB?: msg#00227video.videolan.vlc.general
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> |
|---|---|---|
| Previous by Date: | Synchronize Players: 00227, Philippe De Neve |
|---|---|
| Next by Date: | Re: Synchronize Players: 00227, Gildas Bazin |
| Previous by Thread: | Re: DVB?i: 00227, Jan Ekholm |
| Next by Thread: | Re: DVB?: 00227, Jan Ekholm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |