Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formation OBS #60

Open
Jean-Baptiste-Lasselle opened this issue Jan 30, 2024 · 2 comments
Open

formation OBS #60

Jean-Baptiste-Lasselle opened this issue Jan 30, 2024 · 2 comments

Comments

@Jean-Baptiste-Lasselle
Copy link

Jean-Baptiste-Lasselle commented Jan 30, 2024

@Jean-Baptiste-Lasselle
Copy link
Author

Jean-Baptiste-Lasselle commented Jan 30, 2024

Premier démarrage d'OBS Studio :

  • écran 1 :
    image
  • écran 2 :

image

  • écran 3 :

image

image

  • créer une clef de stream (protocole RTMP(S) ) sur Twitch :
    • aller dans settings :

image

  • puis cliquer sur l'onglet channel and video :

image

  • ensuite, dans la barre de menus verticale à gauche, cliquer sur le menu stream :

image

  • enfin, vous avez accès à votre clef de stream, copiez la en cliquant sur le bouton copy, à sa droite:

image

  • dans OBS Studio, cliquer sur Utiliser la clef de stream , entrez la clef de stream et cliquez sur "Suivant":

image

image

image

image

image

  • Lorsque la configuration automatique est terminée, cliquez sur Appliquer les paramètres :

image

@Jean-Baptiste-Lasselle
Copy link
Author

Jean-Baptiste-Lasselle commented Jan 30, 2024

VBox VM :

docker pull datarhei/restreamer:vaapi-latest
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 0.0.0.0:8080:8080 \
   -p 0.0.0.0:8181:8181 \
   -p 0.0.0.0:1935:1935 \
   -p 0.0.0.0:1936:1936 \
   -p 0.0.0.0:6000:6000/udp \
   datarhei/restreamer:vaapi-latest
  • In VM:
export VBOX_VM_IPADDRESS="192.168.118.202"
echo "${VBOX_VM_IPADDRESS}     restream.pesto.io" | tee -a /etc/hosts
  • Hardware windows machine :
export VBOX_VM_IPADDRESS="192.168.118.202"
echo "${VBOX_VM_IPADDRESS}     restream.pesto.io" | tee -a /c/Windows/System32/drivers/etc/hosts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant