Skip to content

feat: implement GStreamer-based screen sharing with HTTP and WebRTC signaling #492

feat: implement GStreamer-based screen sharing with HTTP and WebRTC signaling

feat: implement GStreamer-based screen sharing with HTTP and WebRTC signaling #492

Triggered via pull request June 26, 2026 16:48
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 7 warnings, and 2 notices
validate
Process completed with exit code 1.
validate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint/suspicious/noExplicitAny: src/server/gstreamer/utils.ts#L41
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/server/gstreamer/utils.ts#L38
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/server/gstreamer/utils.ts#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/server/gstreamer/utils.ts#L13
Unexpected any. Specify a different type.
lint/complexity/noStaticOnlyClass: src/server/gstreamer/captureProvider.ts#L100
Avoid classes that contain only static members.
lint/correctness/noUnusedImports: src/routes/__root.tsx#L8
Several of these imports are unused.
lint/complexity/useLiteralKeys: src/server/gstreamer/utils.ts#L124
The computed expression can be simplified without the use of a string literal.
lint/complexity/useLiteralKeys: src/server/gstreamer/utils.ts#L93
The computed expression can be simplified without the use of a string literal.