
This reverts commit f0878c98dc158979e9d27404df038e03e59a245c. Reason for revert: Still fails on Nexus 9. https://build.chromium.org/p/client.webrtc.perf/builders/Android64%20Tests%20%28L%20Nexus9%29/builds/4540 Original change's description: > Reland "Reland "Use injectable hardware video decoder/encoder in AppRTCMobile."" > > I couldn't repro the problem locally, speculatively reland to see if the issue > was solved by recent changes. > > TBR=magjed@webrtc.org > > This is a reland of bc675ff3fa71549b0a0fdeca56803b41f4de0f53 > 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} > > Bug: webrtc:7760 > Change-Id: If2131b4cdac58cb4d26521fa31e657e29085e0b7 > Reviewed-on: https://webrtc-review.googlesource.com/6804 > Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> > Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#20275} TBR=magjed@webrtc.org,sakal@webrtc.org Change-Id: I62ef9b21e2540c53bb92b6383aec56be28ee8909 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:7760 Reviewed-on: https://webrtc-review.googlesource.com/9321 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20279}
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