-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Premier démarrage d'OBS Studio :
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: