janus: rtp orientation support

This commit is contained in:
Maxim Devaev
2024-03-17 00:34:06 +02:00
parent 69e7cbf746
commit 2f1264c916
4 changed files with 28 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ typedef struct us_janus_client_sx {
janus_plugin_session *session;
atomic_bool transmit;
atomic_bool transmit_audio;
atomic_uint video_orient;
pthread_t video_tid;
pthread_t audio_tid;