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.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Unity Multiplayer Webcam and mirror

Discussion in 'Multiplayer' started by Zeepblok, Feb 13, 2021.

  1. Zeepblok

    Zeepblok

    Joined:
    Sep 26, 2015
    Posts:
    15
    Hi, does anyone know how to stream your webcam via mirror. or does someone have an alternate sollution or tutorial? Can't find much via google
     
  2. vis2k

    vis2k

    Joined:
    Sep 4, 2015
    Posts:
    4,283
    You would first have to figure out how to grab the video stream from within Unity.
    Afterwards you could send it over unreliable channel in Mirror.

    But it's probably better if you find some kind of streaming service that you can embed.
    Mirror isn't really made for video streaming. More for sending smaller packets over large amounts of connections :)
     
    Joe-Censored likes this.