Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved Connecting from the phone to the web browser IP

Discussion in 'Unity Render Streaming' started by unity_DA6172918472112010BA, Mar 14, 2023.

  1. unity_DA6172918472112010BA

    unity_DA6172918472112010BA

    Joined:
    Feb 2, 2023
    Posts:
    4
    Hello,

    I would like to ask you whether anyone has come across a problem of not being able to access the Unity Render Streaming output from other device than the one streaming. For example I use Unity2021.3 on my desktop and I can see the stream on the browser using IP address of my PC without any issues whether through websocket or http settings using the unity webserver app I downloaded from Render Streaming Wizard. But if I want to connect to the same IP address with my phone on Chrome it always just ends up not being able to load the content of the website, even though they are on the same local network.

    I tried creating Firewall inbound rules for this project on my desktop, but all in vain as it's always the same result.

    At the moment I am using webserver app from unity in the basic settings which are using websocket and port 80.

    If you have any tips for what I could try it would be great.

    Thank you for your time and help.
     
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    It sounds that the mobile device doesn't download the web page from the server.
    Hi, can you connect the web page from mobile browser?
     
  3. kannan-xiao4

    kannan-xiao4

    Unity Technologies

    Joined:
    Nov 5, 2020
    Posts:
    76
    Is it possible to load the content if accessed from a browser on another PC (not a phone)?
    Also, can you show me the WebServer prompt (log)?
     
  4. unity_DA6172918472112010BA

    unity_DA6172918472112010BA

    Joined:
    Feb 2, 2023
    Posts:
    4
    Hello, currently I am unable to connect to the web page from mobile browser, I even tried to disable firewall on the desktop and its still the same
     
  5. unity_DA6172918472112010BA

    unity_DA6172918472112010BA

    Joined:
    Feb 2, 2023
    Posts:
    4
    I tried it multiple times to access it through another PC in the network, but the results are the same with every device at the moment. As for the log it looks like this when I start the webserver and try to use my phone:

    upload_2023-3-22_4-30-3.png
     
  6. unity_DA6172918472112010BA

    unity_DA6172918472112010BA

    Joined:
    Feb 2, 2023
    Posts:
    4
    I would like to just thank you all for your time and answers I solved it today.. it was my mistake in using IP address of my port instead of my public IP address of my PC. I changed workplaces and found out with ipconfig in cmd.
     
    kannan-xiao4 likes this.