Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T09:09:11.000Z (over 4 years ago)
- Last Synced: 2024-08-03T13:01:47.835Z (5 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: 18
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twitch-dev - RadiumByte/StreamServer - Server for making and managing RTMP streams from RTSP and webcam sources. (Libraries / Golang)
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