mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-15 03:53:43 +00:00
janus plugin: increased video queue
This commit is contained in:
@@ -38,7 +38,7 @@ us_janus_client_s *us_janus_client_init(janus_callbacks *gw, janus_plugin_sessio
|
|||||||
|
|
||||||
atomic_init(&client->stop, false);
|
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);
|
US_THREAD_CREATE(client->video_tid, _video_thread, client);
|
||||||
|
|
||||||
client->audio_queue = us_queue_init(64);
|
client->audio_queue = us_queue_init(64);
|
||||||
|
|||||||
Reference in New Issue
Block a user