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

Question https is not working properly

Discussion in 'Unity Render Streaming' started by Lucas_Wei, Nov 10, 2022.

  1. Lucas_Wei

    Lucas_Wei

    Joined:
    Jan 22, 2018
    Posts:
    14
    When I used https as the signaling method to link, the web page did not give the normal picture, and I reported an error, which seems to be about WebRTC. I am sorry that I do not have much knowledge about this, so I would like to ask for help.
    This is a screenshot of the error。
    https://i.postimg.cc/9Q7RmXh7/error.png
    The version I use is as follows:
    Unity:2021.3.8

    If you need any other information, please let me know.
     
    Last edited: Nov 10, 2022
  2. gtk2k

    gtk2k

    Joined:
    Aug 13, 2014
    Posts:
    286
    You may have setRemoteDescription() the answer without setLocalDescription() the offer .
     
  3. Lucas_Wei

    Lucas_Wei

    Joined:
    Jan 22, 2018
    Posts:
    14
    Thanks for your reply!

    During this period, I tested 3.1.0-exp5 on github. I found that although video can be transmitted, this error still exists on the website. I haven't analyzed it yet.

    But there is also a good news. I was surprised to find that the problem of the mouse response area in full screen mode has been fixed. I think this is exciting news, and it is very useful.

    Thanks again!
     
  4. kannan-xiao4

    kannan-xiao4

    Unity Technologies

    Joined:
    Nov 5, 2020
    Posts:
    76
    Could you share the log of error again in 3.1.0-exp.5?