Yuriy Zabolotin

Results 13 comments of Yuriy Zabolotin

@derekblair conflicts were resolved

@maxgribov @hartwoolery Hey guys, i am going to jump on Mesh support implementation. Max maybe you can point me into a right direction from where to start and what is...

@maxgribov While working on this i am using this sample [raptor.zip](https://github.com/maxgribov/Spine/files/4937199/raptor.zip) But stuck with the question how to convert "vertices" float array to columns and rows qty?

Do you have an idea how to do that?

@saiday Hi I am still investigating the issue and I have found some other details. Maybe you can help me with it. Right after app stops playing, delegate method is...

Sample url looks like this. And my delegate is placed at view controller. It looks like this http://mp3.nexus.org:8000/radiouniversallife.mp3 ``` - (void)hysteriaPlayerItemPlaybackStall:(AVPlayerItem *)item{ PFObject *log = [PFObject objectWithClassName:@"RadioLogYura"]; HysteriaPlayer *hysteriaPlayer =...

I am trying to add such thing to handle stall issue. But i am not sure that it will help ``` - (void)hysteriaPlayerItemPlaybackStall:(AVPlayerItem *)item{ PFObject *log = [PFObject objectWithClassName:@"RadioLogYura"]; HysteriaPlayer...

Unfortunately my workaround doesn't work. The flow looks like this: 1. hysteriaPlayerItemPlaybackStall 2. HysteriaPlayer *hysteriaPlayer = [HysteriaPlayer sharedInstance]; [hysteriaPlayer pause]; getHysteriaPlayerStatus = HysteriaPlayerStatusForcePause 3. After 1.5 second [hysteriaPlayer play]; status...

@saiday Hey Saiday, Do you have any ideas how i can fix that issue?

@saiday Hi 1. Audio player is playing till the time when delegate (void)hysteriaPlayerItemPlaybackStall:(AVPlayerItem *)item is called. Right after that moment player is not playing and remote log looks like this:...