Restreamer logo

Restreamer

  •  0 ratings
In category: Media Streaming / Video Streaming

About Restreamer

Restreamer allows you to do h.264 real-time video streaming on your website without a streaming provider.

  •   351  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: 353  
  •   26,000  
  •   334  
  •  Latest commit: Nov 29, 2022  

Deploy this app to Linode with a free $100 credit!

Languages/Platforms/Technologies:
Lincenses:

More about Restreamer

Restreamer

A really nice and free alternative for handling live streams.

License License Docker pulls Discord Documentation

Try live demo
demo username demo password

Restreamer Promo Video

Self-hosting solution to stream live to your website and publish to many like YouTube-Live, Twitter, Twitch, Vimeo, and other platforms or services. Our Docker-Image is easy to install and runs on Linux environments (MacOS/Windows by Docker Desktop). Moreover, combine the Restreamer with single-board computers like Raspberry Pi or GPU powered systems for Video-Encoding.



## Features - Simplified User-Interface - Easy wizard configuration - Multiple audio/video inputs, outputs, protocols, and codecs - ReStreaming to platforms such as YouTube-Live, to software such as Wowza Media Server, and others based on protocols such as RTMP, SRT, ... - Option to mux a separate audio channel to the video - Build-in VideoJS-Player for your Website - Configurable publication website for streaming without player embedding - Content license with Creative Commons - HTTP/S- (HLS), RTMP/S- & SRT-Streaming Server - Automatic Let's Encrypt HTTPS certification - Viewer/Bandwidth Monitoring and limiting - Raspberry Pi (MMAL/OMX), Nvidia Cuda, Intel VAAPI support - Support for Hardware- and Virtual-Devices - FFmpeg Video-Processing (as native as possible) - REST-API (JSON) and 100% Swagger documented - Resource Monitoring (optionally by Prom-Metrics) - Server- and Process-Logging - GDPR compliant without third-party providers and does not save audience data ## Quick setup ### AMD64/ARMv7/ARM64:
docker run -d --restart=always --name restreamer \
   -v /opt/restreamer/config:/core/config -v /opt/restreamer/data:/core/data \
   -p 8080:8080 -p 8181:8181 \
   -p 1935:1935 -p 1936:1936 \
   -p 6000:6000/udp \
   datarhei/restreamer:latest
*`--privileged` just for local devices like usb cameras.* *Try `--security-opt seccomp=unconfined` if no network source can be reached.* ### ARMv7/ARM64 Raspberry Pi:
docker run -d --restart=always --name restreamer \
   -v /opt/restreamer/config:/core/config -v /opt/restreamer/data:/core/data \
   --privileged \
   -p 8080:8080 -p 8181:8181 \
   -p 1935:1935 -p 1936:1936 \
   -p 6000:6000/udp \
   datarhei/restreamer:rpi-latest
*`--privileged` just for local devices like usb cameras.* *Try `--security-opt seccomp=unconfined` if no network source can be reached.* ### AMD64 Nvidia Cuda:
docker run -d --restart=always --name restreamer \
   -v /opt/restreamer/config:/core/config -v /opt/restreamer/data:/core/data \
   --runtime=nvidia --privileged \
   -p 8080:8080 -p 8181:8181 \
   -p 1935:1935 -p 1936:1936 \
   -p 6000:6000/udp \
   datarhei/restreamer:cuda-latest
*`--privileged` just for local devices like usb cameras.* *Try `--security-opt seccomp=unconfined` if no network source can be reached.* ### AMD64 Intel VAAPI:
docker run -d --restart=always --name restreamer \
   -v /opt/restreamer/config:/core/config -v /opt/restreamer/data:/core/data \
   -v /dev/dri:/dev/dri --privileged \
   -p 8080:8080 -p 8181:8181 \
   -p 1935:1935 -p 1936:1936 \
   -p 6000:6000/udp \
   datarhei/restreamer:vaapi-latest
*`--privileged` just for local devices like usb cameras.* *Try `--security-opt seccomp=unconfined` if no network source can be reached.* *For external access (http/s, rtmp/s, srt), port forwarding from your Internet-Router to the Restreamer's internal IP address may need to be set up.* ## Documentation Documentation is available on [docs.datarhei.com/restreamer](https://docs.datarhei.com/restreamer). We give many pieces of information, from setting up a camera, embedding your player upon your website, and streaming to services like, e.g., YouTube-Live, and many more. - [Quick start](https://docs.datarhei.com/restreamer/getting-started/quick-start) - [Installation](https://docs.datarhei.com/restreamer/installing/minimum-requirements) - [Manual](https://docs.datarhei.com/restreamer/knowledge-base/manual) - [Guides](https://docs.datarhei.com/restreamer/knowledge-base/user-guides) ## Development ### Create a custom image (bundle): #### [Restreamer FFmpeg](https://github.com/datarhei/ffmpeg):
$ git clone github.com/datarhei/ffmpeg
$ cd ffmpeg
$ docker build -f Dockerfile.alpine -t myffmpeg .
#### [Restreamer backend](https://github.com/datarhei/core) (Golang):
$ git clone github.com/datarhei/core
$ cd core
$ docker build -t mycore .
#### [Restreamer interface](https://github.com/datarhei/restreamer-ui) (React):
$ git clone github.com/datarhei/restreamer-ui
$ cd restreamer-ui
$ docker build -t myrsui .
#### Restreamer bundle:
$ git clone github.com/datarhei/restreamer
$ cd restreamer
$ docker build --build-arg FFMPEG_IMAGE=myffmpeg --build-arg CORE_IMAGE=mycore --build-arg RESTREAMER_UI_IMAGE=myrsui -t myrestreamer .
$ docker run -it --rm -p 8080:8080 myrestreamer
### To add/fix translations in the [Restreamer interface](https://github.com/datarhei/restreamer-ui): The Restreamer interface is currently translated in different languages, such as German, French, Italian, Spanish, and more. If you find errors in the translations or have better suggestions for some sentences, you can become a translation contributor on [poeditor.com](https://poeditor.com/join/project/ogATl3F48K). There you can also start a translation into a language that is not yet available in the Restreamer interface. Contribute to the translations on: [https://poeditor.com/join/project/ogATl3F48K](https://poeditor.com/join/project/ogATl3F48K) ## Community support For general help using Restreamer, please refer to the official [documentation](https://docs.datarhei.com/restreamer). For additional support, you can use Github to ask a question (Bug reports, Contributions, Features). ## License See the [LICENSE](./LICENSE) file for licensing information. ## Business inquiries **We provide support for commercial requirements with professional support, agile software development, and consulting.** If you have a commercial request, be it a bug or a feature enhancement, please contact us directly at support@datarhei.com.

Comments (0)

Please login to join the discussion on this project.

Restreamer Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

Linux VPS from $11/yr.
RackNerd VPS for $11.38/mo

Popular Projects

FluxBB

in Social Networks and Forums
 31k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Libreddit

in Social Networks and Forums
 6k    0    1    0  

CasaOS

in Self-hosting Solutions
 5k    0    0    0  

Audiobookshelf

in Audio Streaming
 4k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 4k    0    0    0  

Dashboard

in Personal Dashboards
 3k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Tube Archivist

in Automation
 3k    0    1    0  

OneDev

in Project Management
 2k    0    0    0  

iodine

in Proxy
 2k    0    0    0  

Alf.io

in Booking and Scheduling
 2k    0    0    0  

sysPass

in Password Managers
 886    0    0    0  

Misskey

in Social Networks and Forums
 2k    0    0    0  
pCloud Lifetime

Top Rated Projects

Gitea

 1 rating
in Project Management

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Pydio

 1 rating
in File Transfer & Synchronization

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Seafile

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

Oddworks logo
Oddworks cover

Oddworks

Oddworks is an open source video distribution platform buil…

OvenMediaEngine logo
OvenMediaEngine cover

OvenMediaEngine

OvenMediaEngine is a selfhostable Open-Source Streaming Ser…

Radium logo
Radium cover

Radium

Synced stream and video playback with VOD capabilities util…