CodeEagle / APlay

A Better(Maybe) iOS Audio Stream、Cache、Play Framework
MIT License
60 stars 6 forks source link

Cannot play HTTP Stream #3

Open ussu99 opened 5 years ago

ussu99 commented 5 years ago

let url = URL(string: "http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4extra_mf_q")!

    let player = APlay()
    player.eventPipeline.delegate(to: self, with: { (target, event) in
        //  event handling
    })
    player.play(url)
CodeEagle commented 5 years ago

Icy-cast still not well supported, need some optimization. Thanks for giving this feed back.