stemcc

Results 13 comments of stemcc

> @davidzhao I tested this use case. webrtcbin is a very crude solution and works unstable. Here, too, we came to this conclusion. https://medium.com/tribe-staff/down-the-mcu-road-with-gstreamer-webrtc-d1df48a93492 The date of the article you...

Do you have any suggestions for getting started on a PR for this feature?

What I've been doing with Axum is implementing the `with_graceful_shutdown` method on `axum::serve` to call a function that uses `tokio::select!` to match on `signal::ctrl_c()` or `signal::unix::signal(signal::unix::SignalKind::terminate())` to call the actors...