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
i am trying this code in iOS 6 Xcode 4.5 customised it with a progress bar and most of the times it stops playing
i played a song and started changing its current time moving forward and previous and at one time it stops and throws this in log.
2013-03-19 13:03:37.067 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamUnlikelyToKeepUp: 0 -> 0 2013-03-19 13:03:37.067 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamRanDry: 0 -> 1 2013-03-19 13:03:37.077 LeagueApp[580:15b03] [MPAVController] Autoplay: Took background task assertion (12) for playback stall 2013-03-19 13:03:37.078 LeagueApp[580:15b03] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 0, on player: 1) 2013-03-19 13:03:37.081 LeagueApp[580:15b03] [MPAVController] Autoplay: Disabling autoplay for pause 2013-03-19 13:03:37.082 LeagueApp[580:15b03] [MPAVController] Autoplay: Disabling autoplay 2013-03-19 13:03:39.681 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamLikelyToKeepUp: 0 -> 1 2013-03-19 13:03:39.682 LeagueApp[580:15b03] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 1, on player: 1) 2013-03-19 13:03:39.690 LeagueApp[580:15b03] [LOG] myaudio CAN PLAY 2013-03-19 13:03:39.784 LeagueApp[580:15b03] [MPAVController] Autoplay: Ending background task assertion (12) for playback stall
kindly help me with this.
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i am trying this code in iOS 6 Xcode 4.5 customised it with a progress bar and most of the times it stops playing
i played a song and started changing its current time moving forward and previous and at one time it stops and throws this in log.
2013-03-19 13:03:37.067 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamUnlikelyToKeepUp: 0 -> 0 2013-03-19 13:03:37.067 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamRanDry: 0 -> 1 2013-03-19 13:03:37.077 LeagueApp[580:15b03] [MPAVController] Autoplay: Took background task assertion (12) for playback stall 2013-03-19 13:03:37.078 LeagueApp[580:15b03] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 0, on player: 1) 2013-03-19 13:03:37.081 LeagueApp[580:15b03] [MPAVController] Autoplay: Disabling autoplay for pause 2013-03-19 13:03:37.082 LeagueApp[580:15b03] [MPAVController] Autoplay: Disabling autoplay 2013-03-19 13:03:39.681 LeagueApp[580:15b03] [MPAVController] Autoplay: _streamLikelyToKeepUp: 0 -> 1 2013-03-19 13:03:39.682 LeagueApp[580:15b03] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 1, on player: 1) 2013-03-19 13:03:39.690 LeagueApp[580:15b03] [LOG] myaudio CAN PLAY 2013-03-19 13:03:39.784 LeagueApp[580:15b03] [MPAVController] Autoplay: Ending background task assertion (12) for playback stall
kindly help me with this.
thanks
The text was updated successfully, but these errors were encountered: