Re: [vdr] xine dropped frames warning

2011-11-24 Thread Arturo Martinez
I am using the right config and the warnings still show. Lets prove it... ps -ef |grep xine xine --no-gui --no-logo --no-splash -pq -A alsa -f -V xxmc --post vdr --post vdr_video --post tvtime:method=LinearBlend,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1

Re: [vdr] xine dropped frames warning

2011-11-24 Thread ian_and_joa...@talktalk.net
Hi, I find this all puzzling too. I've been in similar situations and welcomed suggestions. Here is one of mine. Try changing your xine command line by replacing the '=' following --config with a space. Showing the commandline is not the same as the app parsing the parameter. Xine may be

Re: [vdr] xine dropped frames warning

2011-11-24 Thread Arturo Martinez
I have replaced the ´=´ for a space as shown by ps -ef |grep xine xine --no-gui --no-logo --no-splash -pq -A alsa -f -V xxmc --post vdr --post vdr_video --post tvtime:method=LinearBlend,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 --config /home/tv/.xine/config

Re: [vdr] xine dropped frames warning

2011-11-24 Thread Arturo Martinez
Finally, I´ve edited /xine-ui/src/xitk/errors.c the last function: I left it like this: void too_slow_window(void) { return; } Now no more dropped frames warning boxes :-) ___ vdr mailing list vdr@linuxtv.org