Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xav1ersue/rtc-bridge
A simple video stream processing project, based on Python and GStreamer, can achieve WebRTC and RTSP bidirectional conversion
https://github.com/xav1ersue/rtc-bridge
Last synced: 4 days ago
JSON representation
A simple video stream processing project, based on Python and GStreamer, can achieve WebRTC and RTSP bidirectional conversion
- Host: GitHub
- URL: https://github.com/xav1ersue/rtc-bridge
- Owner: Xav1erSue
- Created: 2024-05-25T17:06:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T08:22:08.000Z (6 months ago)
- Last Synced: 2024-05-31T09:41:04.203Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTC Bridge
## Introduction
this is a simple video stream processing project, based on `Python` and `GStreamer`.
the core implements of stream processing is forked from [gstreamer-webrtc](https://github.com/notedit/gstreamer-webrtc)
web client referred as [rtc-bridge-web](https://github.com/Xav1erSue/rtc-bridge-web)
## Features
- [x] Signaling Server
- [x] HTTP Server
- [x] WebRTC to RTSP
- [x] RTSP to WebRTC