-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Strange log in android when using Player #422
Comments
And the log printed is: audio_player_set_src length: 51945 time: Instant { tv_sec: 110400, tv_nsec: 341247431 } |
The 1st strange phenomena is: set_input_size with 51945, and then 51945 data pushed, the state changed to paused? Seems the data hasn't pushed enough? |
I have also tried this: set_input_size -> push_data in 5s ` ----- manually push_data in 5 secs ------ ------ data pushed, state changed to Paused because I havn't called player.play() yet ??? ---------- ------ SeekData event fired with pos 1, why ??? ---------------- -------- why duration 0 ns ? -------------- |
Do you have runnable code that can make this straightforward to reproduce? |
My invoke flow is:
invoke with an url -> read from file -> player.set_input_size -> invoke player.push_data in 5 secs
note : i havn't called player.play yet.
Here is my code snippet:
The text was updated successfully, but these errors were encountered: