We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
https://github.com/brandy2015/testPandoraPlayer
Try this git ,I figured it out,and built a New Demo for PandoraPlayer
Sorry, something went wrong.
@brandy2015 Hello, does you version support http streaming ?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: