webrtc-android

Error while building WebRTC for android on Ubuntu

二次信任 提交于 2021-02-17 05:15:16
问题 I am trying to build WebRTC for Android on Ubuntu 16.04. I have followed the steps mentioned at: https://medium.com/@abdularis/how-to-compile-native-webrtc-from-source-for-android-d0bac8e4c933 ( I found similar steps in the other links also) I checked out the version: branch-heads/m79 I am getting the following error while building the code with the command: python tools_webrtc/android/build_aar.py ERROR at //build/config/android/internal_rules.gni:3051:7: Assertion failed. assert(_is

Custom video source for WebRTC on Android

橙三吉。 提交于 2020-07-05 10:45:48
问题 Overview I would like to use a custom video source to live stream video via WebRTC Android implementation. If I understand correctly, existing implementation only supports front and back facing cameras on Android phones. The following classes are relevant in this scenario: Camera1Enumerator.java VideoCapturer.java PeerConnectionFactory VideoSource.java VideoTrack.java Currently for using front facing camera on Android phone I'm doing the following steps: CameraEnumerator enumerator = new

Custom video source for WebRTC on Android

穿精又带淫゛_ 提交于 2020-07-05 10:45:05
问题 Overview I would like to use a custom video source to live stream video via WebRTC Android implementation. If I understand correctly, existing implementation only supports front and back facing cameras on Android phones. The following classes are relevant in this scenario: Camera1Enumerator.java VideoCapturer.java PeerConnectionFactory VideoSource.java VideoTrack.java Currently for using front facing camera on Android phone I'm doing the following steps: CameraEnumerator enumerator = new