Skip to content

Commit

Permalink
janus plugin: increased video queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Dec 14, 2023
1 parent 8175681 commit 622f5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus/src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ us_janus_client_s *us_janus_client_init(janus_callbacks *gw, janus_plugin_sessio

atomic_init(&client->stop, false);

client->video_queue = us_queue_init(1024);
client->video_queue = us_queue_init(2048);
US_THREAD_CREATE(client->video_tid, _video_thread, client);

client->audio_queue = us_queue_init(64);
Expand Down

0 comments on commit 622f5cf

Please sign in to comment.