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

Resolved Render streaming multiple cameras

Discussion in 'Unity Render Streaming' started by tree_arb, Feb 17, 2023.

  1. tree_arb

    tree_arb

    Joined:
    Dec 30, 2019
    Posts:
    323
    in the FAQ it says:
    "Can you broadcast the feed from multiple cameras?
    Currently, version 1.0 cannot."

    The current application I want to use with render streaming uses a split view with 2 unity cameras.

    Can I use render streaming for this one application streaming this main view of split cameras as one stream? Or am I completely unable to use this app w render streaming because the app uses 2 unity cameras?

    example game view (not mine)
     
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Hi, please try the VideoSourceType.Screen in VideoStreamSender component.
     
    tree_arb likes this.
  3. tree_arb

    tree_arb

    Joined:
    Dec 30, 2019
    Posts:
    323
    perfect thank you!