Page 1 of 1

Audio streaming in Unity

Posted: 23 May 2011, 21:42
by Krisper
Hi,

I have only just discovered SmartFoxServer and I apologise for such a basic question. I need to have streaming audio in my Unity project, so I can have a TeamSpeak type chat. Is this possible with SmartFoxServer and RedBox?

Posted: 25 May 2011, 06:56
by Bax
The RedBox is essentially a collection of high level ActionScript3 classes which integrate SFS and the Red5 Media server which is responsible of the a/v streaming. You should check the Red5 online resources to understand if and how Red5 can stream content to Unity, and then make your own conversion of the RedBox API (if you find it useful), or use the direct connection to Red5.

Posted: 04 Jan 2012, 23:19
by unitologist
I've been wondering this too. Is there any plans to add this functionality to the API now that Unity 3.5 finally has mic and web cam support?

Posted: 05 Jan 2012, 12:20
by Bax
The RedBox is based on the Red5 server, which uses the default Flash API for a/v streaming. Unless Red5 adds support for Unity, there's nothing we can do.