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
- Host: GitHub
- URL: https://github.com/mpromonet/rtsp2webrtc-rs
- Owner: mpromonet
- Created: 2024-06-09T13:16:32.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-01T11:16:39.000Z (6 months ago)
- Last Synced: 2025-01-30T13:25:42.944Z (4 months ago)
- Topics: rtsp, rust, webrtc, whep
- Language: Rust
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```