mediasoup-ios-client icon indicating copy to clipboard operation
mediasoup-ios-client copied to clipboard

IOS app can't see video using H264

Open ouxiand opened this issue 2 years ago • 2 comments

IOS app can't see video using H264,Does anyone know?

thx!

ouxiand avatar Apr 18 '22 08:04 ouxiand

ios Webrtc c++ part can not support h264 and objc part support h264. we must put the options to mediasoupt. You can do as following link: https://github.com/VLprojects/mediasoup-ios-client/commit/581082652499b1da0ef5dc49e58c22e1d505be50

RiuHDuo avatar Apr 21 '22 13:04 RiuHDuo

Yes,this code support h264. But it is use high profile, anyone know how to use h264 of baseline?

newOcean avatar Nov 02 '22 01:11 newOcean