Have installed OBS 24.0.3 ( linux ) in my VirtualBox OPenSuse Linux virtual machine. I located some RTMP code to configure in the nginx web server installed on my above-mentioned virtual machine. When I run OBS as root, OBS produces an infinite loop of my desktop. What do I need to do to solve this problem? The nginx code is shown below:
Also, when running the "VBoxManage" commands from within the Microsoft Windows 10 command prompt ( in elevated mode - as shown in the Paint 3D tempsnip image, below ), I receive an error message associated with the "controlvm" option ( NOTE: the path to my web camera has been whited out ):
However, I am able to attach my web camera to my above-mentioned virtual machine, as indicated in the Paint 3D tempsnip image, below ( see the red square at the bottom of the virtual machine window ):
When I select a video capture device ( identified as my web camera ) in OBS Studio, my web camera does not work. How do I solve this problem? Once I get the live stream server working in my above-mentioned virtual machine, I need to know how to embed the live stream in a web page. Thank you for your help.
Code:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
}
}
Also, when running the "VBoxManage" commands from within the Microsoft Windows 10 command prompt ( in elevated mode - as shown in the Paint 3D tempsnip image, below ), I receive an error message associated with the "controlvm" option ( NOTE: the path to my web camera has been whited out ):
However, I am able to attach my web camera to my above-mentioned virtual machine, as indicated in the Paint 3D tempsnip image, below ( see the red square at the bottom of the virtual machine window ):
When I select a video capture device ( identified as my web camera ) in OBS Studio, my web camera does not work. How do I solve this problem? Once I get the live stream server working in my above-mentioned virtual machine, I need to know how to embed the live stream in a web page. Thank you for your help.
Last edited: