You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any particular reason to call 'play' method when AVPlayerItem @"playbackBufferEmpty" property observed? It leads to multiple call of 'play' when you try to play downloaded file or stream from web. It generates some issues with inheritance and it seems like everything works without it. Just curious why its there :)
Thanks.
The text was updated successfully, but these errors were encountered:
Hi.
Is there any particular reason to call 'play' method when AVPlayerItem @"playbackBufferEmpty" property observed? It leads to multiple call of 'play' when you try to play downloaded file or stream from web. It generates some issues with inheritance and it seems like everything works without it. Just curious why its there :)
Thanks.
The text was updated successfully, but these errors were encountered: