dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Streaming M3U links support

federicochiesa opened this issue · comments

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

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.