Update config.example.js

This commit is contained in:
Håvar Aambø Fosstveit
2018-10-31 18:21:25 +01:00
committed by GitHub
parent 42fc038842
commit abc6f4a7c4
+14 -12
View File
@@ -59,20 +59,22 @@ module.exports =
useinbandfec : 1
}
},
{
kind : 'video',
name : 'VP8',
clockRate : 90000
}
// {
// kind : 'video',
// name : 'H264',
// clockRate : 90000,
// parameters :
// {
// 'packetization-mode' : 1
// }
// kind : 'video',
// name : 'VP8',
// clockRate : 90000
// }
{
kind : 'video',
name : 'H264',
clockRate : 90000,
parameters :
{
'packetization-mode' : 1,
'profile-level-id' : '42e01f',
'level-asymmetry-allowed' : 1
}
}
],
// mediasoup per Peer max sending bitrate (in bps).
maxBitrate : 500000