add webrtc stream

This commit is contained in:
lc
2025-11-12 19:40:51 +08:00
parent 9b53baeffe
commit 442160d704
6 changed files with 536 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ pub mod fingerprint;
pub use flexi_logger;
pub mod stream;
pub mod websocket;
pub mod webrtc;
#[cfg(any(target_os = "android", target_os = "ios"))]
pub use rustls_platform_verifier;
pub use stream::Stream;