Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[ios] playing streams does not work without undocumented waitForBuffer parameter #616
Comments
|
On my device it did not play at all without the waitForBuffer parameter. Android is working fine but I had never heard any audio on iOS until I added that. |
Same here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After releasing the Android version of my app, I went over to iOS mode. I was unable to play any streams until I set the undocumented
waitForBufferparameter totrueinTrackPlayer.setupPlayer:If I do not set this parameter, the stream plays almost directly and then stops again.