Skip to content

New js#415

Open
pokowaka wants to merge 3 commits into
google:masterfrom
pokowaka:new-js
Open

New js#415
pokowaka wants to merge 3 commits into
google:masterfrom
pokowaka:new-js

Conversation

@pokowaka

@pokowaka pokowaka commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

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.

Erwin Jansen 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant