Mobile Native Streaming
Native audio streaming for Android and iOS. Stream and play audio from any URL instantly — no waiting for the full file to download, no AudioSource required.
by LePhuocDien
Price History +
Mobile Native Streaming is a lightweight Unity plugin that streams audio from remote URLs on Android and iOS — no full download required before playback.
Using the native media stack on each platform (MediaPlayer on Android, AVPlayer on iOS), playback starts quickly with low memory usage and no Unity AudioSource involved.
Use cases:
- Music and radio streaming
- Background audio from online sources
What's included:
- Native Android and iOS playback integration
- Simple API: Play, Pause, Resume, Stop, Seek, Volume
- Demo scene and documentation