I Have a Problem right after the first command: Unable to find image 'datarhei/restreamer:rpi-latest' locally rpi-latest: Pulling from datarhei/restreamer docker: no matching manifest for linux/amd64 in the manifest list entries. See 'docker run --help'.
How can I change the quality of the RUclips broadcast? My camera is too good and my internet connection is too weak. I would like to lower the quality of the transmitted stream, e.g. to 720P, how to do it?
Good to hear that the installation worked on your laptop. Docker and Heroku is well documented. 💡 *Check this out* towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f Do this: 1. github.com/datarhei/restreamer clone 2. create heroku.yml in the clone and start it with heroku as described in the article. Please understand that we do not provide support in RUclips comments. If you need support it is best to open an issue on Github. github.com/datarhei/restreamer Regards - datarhei
We do not do support in comment columns. Please open an issue on GitHub. Thank you for being so understanding. 🚀 Surf to: github.com/datarhei/restreamer/issues
🚀 COPY & PASTE! For all installation commands, please expand this comment!
🟡 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 datarhei/restreamer:latest
🟡 ARMv7 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 datarhei/restreamer:rpi-latest
🟡 AMD64 Nvidia Cuda:
docker run -d --restart=always --name restreamer \
-v /opt/restreamer/config:/core/config -v /opt/restreamer/data:/core/data \
--runtime=nvidia \
-p 8080:8080 -p 8181:8181 -p 1935:1935 datarhei/restreamer:cuda-latest
🟡 AMD64 Intel VAAPI:
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 datarhei/restreamer:vaapi-latest
ℹ️ --privileged just for local devices like soundcard or HDMI-out.
ℹ️ Port forwarding from 80/TCP to 8080/TCP and 443/TCP to 8181/TCP to the Restreamer's internal IP address may need to be set up for external access.
I Have a Problem right after the first command: Unable to find image 'datarhei/restreamer:rpi-latest' locally
rpi-latest: Pulling from datarhei/restreamer
docker: no matching manifest for linux/amd64 in the manifest list entries.
See 'docker run --help'.
How can I change the quality of the RUclips broadcast? My camera is too good and my internet connection is too weak. I would like to lower the quality of the transmitted stream, e.g. to 720P, how to do it?
It would be possible a tutorial about playing the stream on a raspberry pi with embed player and fullscreen.
i have installed on my laptop but i dont know how to deploy on heroku
Good to hear that the installation worked on your laptop. Docker and Heroku is well documented.
💡 *Check this out* towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f
Do this:
1. github.com/datarhei/restreamer clone
2. create heroku.yml in the clone and start it with heroku as described in the article.
Please understand that we do not provide support in RUclips comments. If you need support it is best to open an issue on Github. github.com/datarhei/restreamer
Regards - datarhei
docker: invalid reference format showing on ubuntu20.04 arm64 , pls help
We do not do support in comment columns. Please open an issue on GitHub. Thank you for being so understanding. 🚀 Surf to: github.com/datarhei/restreamer/issues
@@datarhei problem solved just erase \ from the script to paste whole script as a single line
Please Make a Tutorial how to deploy Restreamer on Heroku Please
Good suggestion. We'll add it to the list. But the priority is very low because Docker and Heroku are very well documented.