APlay icon indicating copy to clipboard operation
APlay copied to clipboard

Cannot play HTTP Stream

Open ussu99 opened this issue 6 years ago • 1 comments

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)

ussu99 avatar Nov 29 '18 22:11 ussu99

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

CodeEagle avatar Nov 30 '18 01:11 CodeEagle