I want to play a live audio stream in my app from an URL.
I tried
local function onComplete(event) print("stream complete") end media.playVideo("http://radiourl.mp3", media.RemoteSource, true, onComplete )
Nothing happens. How do I do this?
The url I put here is fake btw.