Quick start guide: How to install datarhei Restreamer ULTRA FAST edition for experts

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 11

  • @datarhei
    @datarhei  2 года назад +3

    🚀 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.

  • @paulmlr6256
    @paulmlr6256 2 месяца назад

    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'.

  • @BeeHiveLiveTV
    @BeeHiveLiveTV 6 месяцев назад

    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?

  • @PREFERITI
    @PREFERITI Год назад

    It would be possible a tutorial about playing the stream on a raspberry pi with embed player and fullscreen.

  • @techshareurdu3948
    @techshareurdu3948 2 года назад +1

    i have installed on my laptop but i dont know how to deploy on heroku

    • @datarhei
      @datarhei  2 года назад

      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

  • @miahoneyproduction
    @miahoneyproduction 2 года назад

    docker: invalid reference format showing on ubuntu20.04 arm64 , pls help

    • @datarhei
      @datarhei  2 года назад +1

      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

    • @miahoneyproduction
      @miahoneyproduction 2 года назад

      @@datarhei problem solved just erase \ from the script to paste whole script as a single line

  • @techshareurdu3948
    @techshareurdu3948 2 года назад

    Please Make a Tutorial how to deploy Restreamer on Heroku Please

    • @datarhei
      @datarhei  2 года назад +1

      Good suggestion. We'll add it to the list. But the priority is very low because Docker and Heroku are very well documented.