Playing a stream from an url via WiFi

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 :slight_smile:

Satari

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.

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