I want to play some audio file from remote server. Now I’m using network.download to download full file, and use audio.playStream() to play it. But these song have large size and it makes me wait so long to finish download.
So I want to play and download these song simultaneously, like streaming with a media server ? [import]uid: 9190 topic_id: 30950 reply_id: 330950[/import]
You might try using the video APIs or possibly the webview APIs instead to stream directly.
[import]uid: 7563 topic_id: 30950 reply_id: 123988[/import]
You might try using the video APIs or possibly the webview APIs instead to stream directly.
[import]uid: 7563 topic_id: 30950 reply_id: 123988[/import]
Thank you very much. [import]uid: 9190 topic_id: 30950 reply_id: 131564[/import]
Thank you very much. [import]uid: 9190 topic_id: 30950 reply_id: 131564[/import]