flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
326 stars 253 forks source link

Android video support h264 codec #134

Closed joaquin03 closed 3 years ago

joaquin03 commented 3 years ago

Hi! I am currently videocalling an intercom which sends video in h.264 codec, in the Chrome installation it works fine, but in the Android installation, I make the same call and there is no video.

Any ideas why this is happening?

Thanks!

cloudwebrtc commented 3 years ago

The video encoding capability of android depends on the GooglWebRTC native SDK, dart-sip-ua only uses the flutter-webrtc interface package, so the encoding capability cannot be operated.

morfair commented 2 years ago

How to update GooglWebRTC native SDK for Flutter project?