This commit is contained in:
@@ -51,6 +51,17 @@ export const autoConfig: mediasoup.types.RouterOptions = {
|
||||
'x-google-start-bitrate': 1000,
|
||||
},
|
||||
},
|
||||
{
|
||||
kind: 'video',
|
||||
mimeType: 'video/h264',
|
||||
clockRate: 90000,
|
||||
parameters: {
|
||||
'packetization-mode': 1,
|
||||
'profile-level-id': '640032',
|
||||
'level-asymmetry-allowed': 1,
|
||||
'x-google-start-bitrate': 8000,
|
||||
},
|
||||
},
|
||||
{
|
||||
kind: 'video',
|
||||
mimeType: 'video/h264',
|
||||
|
||||
Reference in New Issue
Block a user