New js#415
Open
pokowaka wants to merge 3 commits into
Open
Conversation
added 3 commits
July 1, 2026 09:39
The README for running the Android Emulator in the cloud was revised to update the GCE launch and ADB connection command examples with current flags. Additionally, the markdown formatting was adjusted to use ordered lists, diff blocks, and standard note callouts for the Container-Optimized OS (COS) instructions.
The main registry documentation was revised to clarify host requirements and streamline configuration instructions. Cloud provider documentation links and Docker commands were updated to reference active image tags, and standard warning callouts were introduced for performance notices.
- Integrate Python Signaling Gateway () connecting directly to emulator gRPC () - Replace legacy JS frontend and Envoy proxy with (branch ) in - Update Error: --discovery_file is required. Usage: ./launch_video_demo.sh --discovery_file <path_to_ini> [--port <gateway_port>] [--bridge_port <bridge_port>] to launch gateway directly without external C++ videobridge - Update README.md, REGISTRY.MD, TROUBLESHOOTING.md, and cloud-init documentation with modern links and accurate WebRTC architecture details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the WebRTC streaming architecture for the Android Emulator container scripts by introducing a direct Python Signaling Gateway ( gateway/ ) and replacing the legacy Envoy proxy / React frontend setup with the modern android-emulator-webrtc (v2) frontend in js/ .
With this architecture, the Python Gateway connects directly to the Android Emulator's native gRPC endpoint ( android.emulation.control.v2.Rtc ) on port 8554, eliminating the need for an external C++ Video Bridge binary or Envoy proxy sidecar.