mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 02:44:48 +00:00
ignore framedrops for now
This commit is contained in:
parent
9ee9f6f245
commit
4cf369f5f2
@ -1758,7 +1758,7 @@ spice_gst_encoder_configure_pipeline(SpiceGstEncoder *encoder,
|
||||
if (handle_server_drops(encoder, frame_mm_time) ||
|
||||
frame_mm_time < encoder->next_frame_mm_time) {
|
||||
/* Drop the frame to limit the outgoing bit rate. */
|
||||
return VIDEO_ENCODER_FRAME_DROP;
|
||||
// return VIDEO_ENCODER_FRAME_DROP;
|
||||
}
|
||||
|
||||
if (!configure_pipeline(encoder)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user