rebroadcast: add encoder info

This commit is contained in:
Koushik Dutta
2021-12-31 11:43:50 -08:00
parent b02587e2b2
commit 2cde83dc07

View File

@@ -414,6 +414,8 @@ class PrebufferSession {
else if (reencodeAudio) {
mediaStreamOptions.audio = {
codec: 'aac',
encoder: 'libfdk_aac',
profile: 'aac_eld',
}
}
else {