ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
131 stars 65 forks source link

How to support H264 #24

Closed txyhost closed 4 years ago

txyhost commented 4 years ago

How to support H264

ethand91 commented 4 years ago

The webrtc library will need to be built enabling H264, I will try and implement this while upgrading the libmediasoupclient

ethand91 commented 4 years ago

You would need to build the webrtc libraries yourself and enable the h264 flag.

If more people want this I will try to implement it, however with H264 enabled it may not be compatible with some Android devices so closing for now.

thayallans commented 3 years ago

Hey! Was this is ever implemented ?