Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question UnityWebRTC Unity to Unity VideoStreaming

Discussion in 'Unity Render Streaming' started by hyeongwooman, Jun 18, 2021.

  1. hyeongwooman

    hyeongwooman

    Joined:
    May 31, 2021
    Posts:
    6
    VideoReceive sample in Windows environment using Unity WebRTC

    The video transmission is tested by dividing it into two parts, the sending side and the receiving side.

    SDP is exchanged through TCP communication and connection is established, but no image is drawn in ReceiveImage.

    I followed the sample method, why not

    Sorry for my poor English.
     

    Attached Files:

    • aaa.PNG
      aaa.PNG
      File size:
      54.4 KB
      Views:
      248
  2. hyeongwooman

    hyeongwooman

    Joined:
    May 31, 2021
    Posts:
    6
    I didn't know I had to do WebRTC.Update() on both sides.
     
  3. ripeshrockz

    ripeshrockz

    Joined:
    Jul 6, 2020
    Posts:
    2
    Did you try unity to unity streaming using the unity render streaming package or just the webRTC package?