[Spice-devel] RFC spice: Should the input-fps be refreshed regularly?

2015-06-09 Thread Francois Gouget
Spice provides an estimate of the input video fps to the video streaming backends. This is done by red_stream_input_fps_timer_cb() in red_worker.c which is called 5 seconds after the streaming starts. That callback contains code so it can be called again: stream-num_input_frames = 0;

Re: [Spice-devel] RFC spice: Should the input-fps be refreshed regularly?

2015-06-09 Thread Marc-André Lureau
Hi - Original Message - Spice provides an estimate of the input video fps to the video streaming backends. This is done by red_stream_input_fps_timer_cb() in red_worker.c which is called 5 seconds after the streaming starts. That callback contains code so it can be called again: