- Home /
Web radio playing inside unity?
Answer by jashan · Aug 23, 2010 at 11:15 AM
I don't think it is possible in Unity 2.6 and it certainly won't be possible for Web players in Unity 3 as Unity 3 introduces policies so that you'll have to have a policy file on the server you want to stream from - otherwise, you won't be allowed to connect to that server (it's a security feature meant to prevent evil Web players to get data they're not meant to be able to get).
Of course, it's not completely impossible: You could have a server that gets the streams for you and that might even convert them into a format that Unity could read.
You can stream ogg, see also: Unity Features - Audio & Video, WWW.audioClip WWW.oggVorbis
Answer by OFFIS_sebastian · Jul 09, 2020 at 02:14 PM
For everyone ending up here:
https://answers.unity.com/questions/1490206/radio-streaming.html?childToView=1749691#answer-1749691
Your answer
Follow this Question
Related Questions
Unity download audio 1 Answer
Problem with streaming audio and play in trigger area 0 Answers
Why does loading music files at runtime in android using www class takes a lot of time? 0 Answers
How to have www streaming to work with a radio station? 1 Answer
WWW class streaming high RAM usage 0 Answers