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

What is the maximum number of executable files that can connect to the WebServer?

Discussion in 'Unity Render Streaming' started by chealin, Nov 14, 2022.

  1. chealin

    chealin

    Joined:
    Sep 10, 2017
    Posts:
    76
    hello

    By assigning a unique ConnectID to each executable program,
    When accessing Receiver Sample.html through WebServer
    I want the exe file to come out when I enter a unique ID.

    However, if more than 5 programs are operated, only a black screen appears even if a unique ID is entered in Receiver Sample.html.


    ---
    I was bad at writing code.
    I wrote the syntax for comparing the ID input in Broadcast.cs with the ID value specified in Unity by mistake.
     

    Attached Files:

    Last edited: Nov 15, 2022
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Are there no problem if you operate 4 programs? I am not sure 5 is a meaningful number or not, but NVIDIA hardware encoder has a limitation of session count.
     
  3. chealin

    chealin

    Joined:
    Sep 10, 2017
    Posts:
    76
    The above problem occurred because the code to connect the ConnectID was written incorrectly.

    I have several Unity executable files open
    When entering after entering ConnectID in Html
    The exe file with a ConnectID different from the ConnectID I entered in Html reacts

    it was an error
    So I modified the ConnectID connection code and it works fine now

    The conclusion was my problem...
     
  4. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Sounds good. Thank you for sharing.