3forges / juste-un-curieux

Un site internet pour les curieux...
MIT License
0 stars 1 forks source link

formation OBS #60

Open Jean-Baptiste-Lasselle opened 8 months ago

Jean-Baptiste-Lasselle commented 8 months ago
Jean-Baptiste-Lasselle commented 8 months ago

Premier démarrage d'OBS Studio :

image

image

image

image

image

image

image

image

image

image

image

image

image

Jean-Baptiste-Lasselle commented 8 months ago

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
export VBOX_VM_IPADDRESS="192.168.118.202"
echo "${VBOX_VM_IPADDRESS}     restream.pesto.io" | tee -a /etc/hosts
export VBOX_VM_IPADDRESS="192.168.118.202"
echo "${VBOX_VM_IPADDRESS}     restream.pesto.io" | tee -a /c/Windows/System32/drivers/etc/hosts