An open API service indexing awesome lists of open source software.

https://github.com/mpromonet/rtsp2webrtc-rs

webrtc streaming of rtsp source using whep
https://github.com/mpromonet/rtsp2webrtc-rs

rtsp rust webrtc whep

Last synced: about 2 months ago
JSON representation

webrtc streaming of rtsp source using whep

Awesome Lists containing this project

README

        

rtsp2webrtc-rs
===

Rust RTSP client using [retina](https://github.com/scottlamb/retina), WHEP server using [actix_web](https://actix.rs/)
and display using [whep-video-component](https://github.com/Eyevinn/whep-video-component)

Build
---
```
cargo build
```

Test
---
```
cargo run -- -c config.json
```