Streaming using FMOD
This works on the desktop but not on my device. It ends when you close the message box. Right now I just want to get the streaming to work and then I'll work on the rest.
On the desktop the message box is 2147483647 but on the device is 0.
I have FMODDevice.dll and FMODCE.dll residing in the same folder.
Sub App_Start
fm.New1
fm.Play("http://liveshow.keithandthegirl.com:8004")
'fm.Play("http://stream5.jungletrain.net:8000")
Msgbox (fm.Length1)
End Sub
Any ideas?