swift - Issues with MobileVLCKit on iOS (Nightly Build) -
i have issues can't around mobilevlckit on ios (mobilevlckit-universalbinary-20160204-0547). on ios9 , swift.
- i need able know when stream cannot played, either because url not valid or other reason. tried checking
vlcmediaplayer.state
won't (ever)vlcmediaplayerstateerror
can present sort of user friendly error. workarounds? vlcmediaplayerstatebuffering
kind of useless. state getting setvlcmediaplayerstatebuffering
when player buffering remote media doesn't switch other state, preferablyvlcmediaplayerstateplaying
when plays smoothly. effectively, cannot show loading spinner or when video buffering.- when remote video stops or streaming stops working mid-streaming,
drawable
view ofvlcmediaplayer
displays last frame. there way sort of purge/clear drawable view?
any ideas? thanks!
thanks checking out our unstable nightly builds :)
- this on todo list next week. add proper dialog api including support user friendly dialogs (customizable app). if have specific test cases vlcmediaplayerstateerror fail send, we'd love have them.
- true, vlcmediaplayerstatebuffering send when buffering starts. however, should receive state change events give opportunity check whether vlc still buffers or not. @ least, that's way implemented "buffering" spinner in vlc's ios , tvos apps.
- no, there no way that.
Comments
Post a Comment