Search Unity

How can I stream fom android to PC?

Discussion in 'Multiplayer' started by terciosound, Jan 31, 2019.

  1. terciosound

    terciosound

    Joined:
    Dec 11, 2018
    Posts:
    8
    Hello guys, greetings
    I'm working on a project in wich I need to show some images in a laptop screen, controlled by a smartphone. I don't care if it's wireless or with a cable.
    I thought in two options:

    A - Create a server and a client application, connect them and send the controlling messages from android to PC;
    B - Create the full application in Android and stream the part of interest in the screen to PC.

    Do you guys know any way to do it?
    Thanks in advance.
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You aren't providing very much info to go on.
     
  3. terciosound

    terciosound

    Joined:
    Dec 11, 2018
    Posts:
    8
    Basically, what I neet to do is a controller as shown in this video:
    However I need send gyroscope data as float values. And I still can't figure out how overcome the outdated resourse shown in the video.