dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

[Feature Request] Streaming M3U links support #44

Closed federicochiesa closed 2 years ago

federicochiesa commented 2 years ago

I'm using this library for a radio streaming app and a lot of links are m3u audio streams that I can open no problem in Safari on iOS, but aren't compatible with this library.

Any chance for this feature being added?

Here's an example m3u link that works in Safari on iOS: link

dimitris-c commented 2 years ago

You are more than welcome to add this feature yourself and PR, I am not than happy to review this.

You'd need to parse the non-standard format of m3u file and then queue the links found.