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

Disambiguating multiple video streams

Discussion in 'Unity Render Streaming' started by thePostFuturistUnity, Feb 26, 2023.

  1. thePostFuturistUnity

    thePostFuturistUnity

    Joined:
    Nov 16, 2012
    Posts:
    53
    Hello,

    I'm using a modified example of your Broadcast/Receiver scenes: there are two VideoStreamSender(s). I'm streaming depth and color video from a depth sensor.

    In my VideoStreamReceiver(s), sometimes I will get the first, sometimes the second feed. How do I disambiguate them? The order in Broadcast is identical to SingleConnection. I must be using a Component that only allows a single video feed? Confused.
     
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Hi, sorry but we haven't provided the feature that specifing receiver component from sender.
    This issue has been reported here.
    https://github.com/Unity-Technologies/UnityRenderStreaming/issues/641
     
    thePostFuturistUnity likes this.