https://github.com/radiumbyte/streamserver
StreamServer | Server for making and managing RTMP streams from RTSP and webcam sources.
https://github.com/radiumbyte/streamserver
cvlc fasthttp ffmpeg golang rest-api rtmp rtsp twitch vlc youtube
Last synced: 7 months ago
JSON representation
StreamServer | Server for making and managing RTMP streams from RTSP and webcam sources.
- Host: GitHub
- URL: https://github.com/radiumbyte/streamserver
- Owner: RadiumByte
- Created: 2020-04-08T08:20:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T09:09:11.000Z (almost 6 years ago)
- Last Synced: 2025-09-07T14:58:13.655Z (7 months ago)
- Topics: cvlc, fasthttp, ffmpeg, golang, rest-api, rtmp, rtsp, twitch, vlc, youtube
- Language: Go
- Homepage: http://air.mmcs.sfedu.ru/
- Size: 28.6 MB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreamServer
**SteamServer** is a main component of the online-broadcasting system, created by Laboratory of AI and robotics in the Institute of Mathematics, Mechanics and Computer Science at Southern Federal University, Rostov-on-Don, Russia.
**SteamServer** allows creating of RTMP streams from several input video sources, such as hardware devices (Webcams) and RTSP streams.
## Features
- Fast stream converting from RTSP to RTMP.
- REST API for accepting commands from other components.
- Compatability with YouTube Live and Twitch.
- Camera management: adding, selecting as a video source.
## Requirements
- Any GNU/Linux distribution.
## How to install
1) Clone this repository to any directory.
2) Execute script /install/install_libs.sh
3) Execute script /install/build_project.sh
4) Now you can run ./StreamServer separately or from other component.
StreamServer requires HTTP-client software, so you should use this project for administrating the Server: https://github.com/RadiumByte/StreamAdminBot