Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Playing a stream from an url via WiFi

Discussion in 'General Graphics' started by Satari, Feb 3, 2016.

  1. Satari

    Satari

    Joined:
    Jan 3, 2016
    Posts:
    7
    Hello Guys

    Since the last days i'm working with the new Kodak PixPro SP360 4k and trying to get the camerastream played in Unity.
    The PixPro itselfs provides a WiFi, that i can connect to. I was able to get the url from the stream (like: http://172.16.0.254:9176/ ) and to play it in the VLC-player. But is there a way to integrate the stream into unity, using this url?

    Thanks for any helpful hints :)

    Satari
     
  2. Teravisor

    Teravisor

    Joined:
    Dec 29, 2014
    Posts:
    654
    I don't know if it'll work, but you can try streaming it using WWW and try to get WWW.movie and play that(returns MovieTexture if Unity can load that). If it doesn't work then unfortunately I don't know.
     
  3. John-Catan

    John-Catan

    Joined:
    Jun 12, 2014
    Posts:
    13
    hi Satari,

    Possible to share how did you manage to get it to stream to vlc?

    i have both the 4k and non-4k versions but i cant seem to get the 4k version to work. http://172.16.0.254:9176/ works on the non-4k version though

    Thanks,
    jon