-
Notifications
You must be signed in to change notification settings - Fork 99
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
play in ios9 #91
Comments
You mean the version of iPod is iOS 8.4.1 and iOS 9.1.2 right? Is there any iOS version can work that you've tested? I'm not sure what not appear you mentioned exactly happened. Never went into If possible, you should give us more informations. It can be HysteriaPlayer logs inside your console. |
ok, a m3u8 format stream music in ipod 8.4.1 did not work. but in iphone 9.1.2 can play normally. I don't know is the question is ipod or the version . the stream is normally play in the system player |
So what we know now is something went wrong on iPod with iOS 8.4.1, do you observer any code level doubtful logs or exceptions? I don't have iPod touch btw. |
It could be better that you paste HysteriaPlayer logs on this issue. |
the logs is only repeat |
and i have the breakpoint to check find that -->the kvo observer keyPath id not find "loadedTimeRanges" ---> only "rate" and "currentItem" |
and where are you from |
and I find maybe the reason is the version means that the stream url is not available below the 9.0 the stream url |
@Phil0529 Oh ok, It seems like under iOS 9 there's some bug with file-based media (HysteriaPlayer use it to play empty sound before your first item been initiated) and HTTP Live Streaming (which you are using), so there's a quick fix for you. Find
I'm patching a commit to let user had a opportunity to disable empty sound playing. Ref: iOS 9 release note
|
thx it's ok |
我是大陸的.開發ios時間不是很長,所以遇到這個問題,順便問一句你為什麼要預置播放這個空聲音了? |
Same question here, why pre-play an empty sound file here? A sort of way to boost initialization of the underlying AVPlayer?? |
my code in iphone and simulator can play. but in the ipod ,the KVO observe keyPath only is currentItem and rate . the "loadedTimeRanges" not appear; the version of the ipod is 8.4.1 and iphone 9.1.2
The text was updated successfully, but these errors were encountered: