Closed rahulsrinivasan1 closed 3 years ago
In case your public url is https://xxxxx.ngrok.io/ you can use:
host = "xxxxx.ngrok.io"
port = 443
If you are using http instead of https, use port = 80
.
Please test and confirm if it works!
@Elektordi Thank you so much. It worked.
Hello. I have tunneled the obs websocket port (4444) using ngrok. I am able to access obs studio remotely using http://obs-web.niek.tv/. But im not able to connect using obs-websocket-py using a python script. How to provide the (host, port) to this library so i can connect remotely using python. Thanks in advance.