forked from ClassicOldSong/Apollo
-
Notifications
You must be signed in to change notification settings - Fork 61
WebRTC fails #312
Copy link
Copy link
Closed
Labels
fixedThis issue has been marked as fixed and will be closed out once the release has been published.This issue has been marked as fixed and will be closed out once the release has been published.
Description
Metadata
Metadata
Assignees
Labels
fixedThis issue has been marked as fixed and will be closed out once the release has been published.This issue has been marked as fixed and will be closed out once the release has been published.
Projects
StatusShow more project fields
Done
I’m using the latest refreshed
native-amf-20260709-3build. The first log line confirms:Vibepollo version: 1.18.0-beta.4 commit: cc9fdcf
WebRTC fails immediately with:
[2026-07-10 09:53:34.566]: Debug: WebRTC: create session request received
[2026-07-10 09:53:36.696]: Debug: WebRTC: create_session exit id=1D0C96A4-4CB6-EE2C-D318-F0DE709C9740
[2026-07-10 09:53:37.137]: Debug: WebRTC: session created id=1D0C96A4-4CB6-EE2C-D318-F0DE709C9740
[2026-07-10 09:53:37.172]: Error: WebRTC: support is disabled at build time
[2026-07-10 09:53:37.186]: Debug: WebRTC: close_session exit id=1D0C96A4-4CB6-EE2C-D318-F0DE709C9740
The UI exposes the WebRTC Stream page and the host appears to prepare a virtual display, audio sink, WGC capture and H.264 AMF encoder before closing the session.
Is WebRTC intentionally disabled in this Windows tester build, or is this an unintended build/package configuration issue? The release notes mention native AMD AMF / WGC recovery testing, but I could not see anything saying WebRTC is disabled.
I also noticed encode loop logs continue after the WebRTC close_session line, so there may be lingering capture/encoder state after the failed WebRTC attempt.
Originally posted by @rsemp in #295 (comment)