Hi all
I was wondering if there is a way to play a RTMP (Real Time Messaging Protocol) video stream in Unity?
I know that Unity can only play Ogg videos, also as direct stream with WWW, but is there a way that I could receive the RTMP stream and maybe convert it in my application as ogg and use it?
The main use is for Webplayer (maybe WebGL in the future), but iOS and Android would be a big plus.
Thanks in advance.