ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

H264 video codec is not available in SDP #41

Closed chamara-dev closed 8 years ago

chamara-dev commented 8 years ago

Have figure out that SDP dont contain the H264 video codec when I am building with latest source code,Google forums are saying that we have to rebuild with use_objc_h264=1, Please let me know how can i rebuild the libraries with H264 support.

chamara-dev commented 8 years ago

I was able to download the webrtc source code and build the lib with H264 enabled. Hence closing the issue.