Enable audio stream encryption

This commit is contained in:
Cameron Gutman 2021-04-23 18:55:10 -05:00
commit 140a9e5191
2 changed files with 2 additions and 1 deletions

View file

@ -427,6 +427,7 @@ bool Session::initialize()
m_StreamConfig.fps = m_Preferences->fps;
m_StreamConfig.bitrate = m_Preferences->bitrateKbps;
m_StreamConfig.hevcBitratePercentageMultiplier = 75;
m_StreamConfig.encryptionFlags = ENCFLG_ALL;
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Video bitrate: %d kbps",

@ -1 +1 @@
Subproject commit 221af8295064b24222dee7a42fff179e89ec9a0f
Subproject commit 13041e0323685ff1b2ccade347cb1de850286d23