Enable audio stream encryption
This commit is contained in:
parent
51b5f8046f
commit
140a9e5191
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue