slow motion video player

You must Login before you can answer or comment on any questions.

Is there a way to enable slow motion with Ti media player currently? Do I absolutely need to implement ios module for video player to get slow motion working? If yes, is there anyone who can do it? I can pay for the custom video player module that enables slow motion. Any help would be appreciated.

— asked 1 year ago by Max Wang
2 Comments
  • I resolved the problem. It's as simple as adding a set function in TiMediaVideoPlayerProxy.m . It only takes me 10 min to get slow motion working.

    — commented 1 year ago by Max Wang

  • Somehow, it only plays .5 speed no matter what value I set betwee 0 and 1. I tried .1 or .01. None of it works. Still plays half speed. When I put negative value like -.1, it works. Anyone knows why?

    — commented 1 year ago by Max Wang

2 Answers

For this, yes you would need a module to add such a feature... its not a native API that would have the ability to do this, so it would not be a very simple module... it would be rather expensive I would think...

I resolved the problem. It's as simple as adding a set function in TiMediaVideoPlayerProxy.m . It only takes me 10 min to get slow motion working.

Your Answer

Think you can help? Login to answer this question!