Seungmin Kim

Results 665 comments of Seungmin Kim

https://webrtc.googlesource.com/src/+/972f28335a7f989ee1ffccb7c64fda1f29e09747 https://github.com/WebKit/WebKit/pull/15494 H.265 in WebRTC is also included recently. WebCodecs media playback was merged for some time. One concern, however, is that Firefox is yet to support WebCodecs.

https://github.com/selkies-project/selkies-gstreamer/issues/7#issuecomment-1293718207 Relevant. Would this replace the need for TURN servers?

https://www.100ms.live/blog/webrtc-turn-server Nope. Does not eliminate TURN.

From @boxerab Has anyone looked into using the Rust element webrtcsink ? https://mathieuduponchelle.github.io/2021-12-14-webrtcsink.html One nice feature is that is handles congestion control.

To enable `gstreamer-rs`, `rustc`, `cargo`, `cargo-c`, `tomli`, and other packages are required. FYI when we actually use a Rust GStreamer element.

I almost included `gstreamer-rs` to the GStreamer build pipeline, but there was an upstream issue with meson preventing builds in Ubuntu 20.04. Postponing until the next major release.

The issue: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/398

Integrated in build pipeline with GStreamer 1.24.0.

https://github.com/m1k1o/neko/issues/371 @tt2468 What do you think of this blueprint?

WebRTCSink is a wrapper for WebRTCBin, where settings are available in https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/blob/main/net/webrtc/src/webrtcsink/imp.rs The issue of WHIP/WHEP is that there is no DataChannel for keys, cursors, and other information. Only read-only...