It looks like you are having a security permissions problem connecting to one of our java scripts. Are you on a corp network with corp security? The next page, has to establish a live connection to that code. Maybe you have an internal firewall, or network or browser security preventing you from running the script required.
Ahhh… what a minute here. You are trying to stream from Azure VM, and then view that stream on your local desktop, through the public internet? No, that will not work. You cannot cross domains like that, ports open or not. The streaming sample is NOT designed to cross domain policies. No where in your previous posts did you mention that you are trying to stream through the open public internet.
The streaming “sample” is designed as a “local only” sample. Your laptop to your desktop, your desktop to your laptop. Your enterprise workstation, down to the boardroom Monitor. A central RTX super cluster to a lab workstation. Anywhere you are in a closed loop network. Even if you run it on K8s, you are only streaming to a machine WITHIN the closed network, and then for viewing remotely, across the open internet, you would need to use standard remote viewing software, that IS designed to cross public domains. Like remote desktop.
In your case, you are using an Azure VM, correct? So you would simply use “Azure Monitor” that is free with Microsoft Azure to view your “local” stream running in the VM coming into the VM web browser, as you show it. That is why it works with Remote Desktop. It is working, but it is not designed to “get out” of the VM loop.
If you want a full remote streaming solution, you will need to deploy an app to our GDN (Game Developer Network) for proper wide remote viewing from a central RTX server.
Currently, I am behind a firewall but using wildcard permissions. In my case, the entire environment is deployed locally, without the involvement of VMs or cloud services. I have both the web-service-kit and the kit-app service running within the same local network, and I am attempting to use only HTTP connection to allow a public client to access it .
As mentioned earlier, the sample code is intended for use within a local network. Does this mean the NodeGroup -GPU on the right side of the diagram needs to be in the same local network? Please feel free to correct me if I’m mistaken.