Skip to content

Commit

Permalink
[mirotalksfu] - update config.template mediaCodecs
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 27, 2024
1 parent 38014cd commit f6c3725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ module.exports = {
mimeType: 'video/VP9',
clockRate: 90000,
parameters: {
'profile-id': 2,
'profile-id': 0, // Default profile for wider compatibility
'x-google-start-bitrate': 1000,
},
},
Expand All @@ -594,7 +594,7 @@ module.exports = {
clockRate: 90000,
parameters: {
'packetization-mode': 1,
'profile-level-id': '4d0032',
'profile-level-id': '42e01f', // Baseline profile for compatibility
'level-asymmetry-allowed': 1,
'x-google-start-bitrate': 1000,
},
Expand All @@ -605,7 +605,7 @@ module.exports = {
clockRate: 90000,
parameters: {
'packetization-mode': 1,
'profile-level-id': '42e01f',
'profile-level-id': '4d0032', // High profile for modern devices
'level-asymmetry-allowed': 1,
'x-google-start-bitrate': 1000,
},
Expand Down

0 comments on commit f6c3725

Please sign in to comment.