diff --git a/server/config.example.js b/server/config.example.js index 9615767..0c3e2ea 100644 --- a/server/config.example.js +++ b/server/config.example.js @@ -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