VLprojects / mediasoup-client-swift

Swift wrapper for libmediasoupclient
MIT License
39 stars 16 forks source link

Add new WebRTC patch for min level baseline profile #9

Open papaz0rgl opened 1 year ago

papaz0rgl commented 1 year ago

Hello, This is a really simple patch of WebRTc to return 42e028 as default H264 profile level.

We need this to allow 1080p support on latest iphones which are unknown from the m93 iphone devices switch case.
We can make 42e028 the default as older iphones are known by the lib and will be assigned the correct profile, the default will be used by newer iphones (>iphone 12) not known by the lib.