[TEST URL]
http://121.184.49.170:8000/128.mp3
native.newVideo (failed)
media.playVideo (failed)
audio.loadStream (failed)
[TEST URL]
http://121.184.49.170:8000/128.mp3
native.newVideo (failed)
media.playVideo (failed)
audio.loadStream (failed)
Corona SDK doesn’t support streaming audio.
audio.loadStream() loads a fixed size audio track that’s part of the app in the background so it doesn’t slow down loading.
media.playVideo() and native.newVideo() are for playing video. Some people have had luck using media.playVideo() to play a remote audio clip, but it’s hit and miss depending on the format of the remote track and it can’t be a steaming system, the remote audio clip has to be a fixed size. This is also unsupported.
Rob
Corona SDK doesn’t support streaming audio.
audio.loadStream() loads a fixed size audio track that’s part of the app in the background so it doesn’t slow down loading.
media.playVideo() and native.newVideo() are for playing video. Some people have had luck using media.playVideo() to play a remote audio clip, but it’s hit and miss depending on the format of the remote track and it can’t be a steaming system, the remote audio clip has to be a fixed size. This is also unsupported.
Rob