
This reverts commit bc675ff3fa71549b0a0fdeca56803b41f4de0f53. Reason for revert: Crashing video_quality_loopback_test on Android64 Tests (L Nexus9) buildbot. See bug for more details. Original change's description: > Reland "Use injectable hardware video decoder/encoder in AppRTCMobile." > > This is a reland of 0cbaf1a6f6ad13a25993f6ea3be931894a196834 > Original change's description: > > Use injectable hardware video decoder/encoder in AppRTCMobile. > > > > Also include a small fix for getting the encoder queue. > > > > Bug: webrtc:7760 > > Change-Id: I96dc8ffb363b90382276d88148f81d5f89dca5f2 > > Reviewed-on: https://webrtc-review.googlesource.com/2683 > > Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> > > Reviewed-by: Magnus Jedvert <magjed@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#20022} > > Bug: webrtc:7760 > Change-Id: Ia82129fde7abb59120ba5bb23938db9eb576ae91 > Reviewed-on: https://webrtc-review.googlesource.com/4701 > Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> > Reviewed-by: Magnus Jedvert <magjed@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#20080} TBR=magjed@webrtc.org,sakal@webrtc.org Change-Id: Iec30e92c1cc5a547bc2d0b74d12554873fba5e26 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:7760 Reviewed-on: https://webrtc-review.googlesource.com/5681 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20096}
This directory contains an example Android client for https://appr.tc Prerequisites: - "Getting the code", "Compiling", and "Using the Bundled Android SDK/NDK" on http://www.webrtc.org/native-code/android Example of building & using the app: cd <path/to/webrtc>/src ninja -C out/Default AppRTCMobile adb install -r out/Default/apks/AppRTCMobile.apk In desktop chrome, navigate to https://appr.tc and note the r=<NNN> room this redirects to or navigate directly to https://appr.tc/r/<NNN> with your own room number. Launch AppRTC on the device and add same <NNN> into the room name list. You can also run application from a command line to connect to the first room in a list: adb shell am start -n org.appspot.apprtc/.ConnectActivity -a android.intent.action.VIEW This should result in the app launching on Android and connecting to the 3-dot-apprtc page displayed in the desktop browser. To run loopback test execute following command: adb shell am start -n org.appspot.apprtc/.ConnectActivity -a android.intent.action.VIEW --ez "org.appspot.apprtc.LOOPBACK" true