ApplikeySolutions / PandoraPlayer

🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
https://applikeysolutions.com/
MIT License
1.19k stars 179 forks source link

is this library support .mp3 url? #17

Open davidho720 opened 6 years ago

davidho720 commented 6 years ago

Hi all, I implement :

let playerVC = PandoraPlayer.configure(withPath: "http://www.sample-videos.com/audio/mp3/wave.mp3")

navigationController?.present(playerVC, animated: true, completion: nil)

but when i click play, it does not work. Would you like to help me?

brandy2015 commented 6 years ago

https://github.com/brandy2015/testPandoraPlayer

Try this git ,I figured it out,and built a New Demo for PandoraPlayer

nachkar commented 5 years ago

@brandy2015 Hello, does you version support http streaming ?