datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.79k stars 438 forks source link

install on Jetson Nano #202

Closed kalashnikov2 closed 3 years ago

kalashnikov2 commented 4 years ago

its posible to install / Use restreamer on ARM devices ? like jetson nano :D

ioppermann commented 4 years ago

Yes, it is possible. You can use the ARM Docker images. You can follow the directions on https://datarhei.github.io/restreamer/docs/installation-linux-arm.html

kalashnikov2 commented 3 years ago

it works using restreamer-aarch64

docker run -d --restart always --name restreamer -e "RS_USERNAME=admin" -e "RS_PASSWORD=XXXxXxXXX" -p 8080:8080 -v /mnt/restreamer/db:/restreamer/db --tmpfs /tmp/hls datarhei/restreamer-aarch64:latest

Thanks for the help