playMaker

Author Topic: Video Player component  (Read 15486 times)

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Video Player component
« Reply #15 on: May 08, 2017, 11:15:58 AM »
Hi Jean, any update on when the Playmaker actions for the video player will be available?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Video Player component
« Reply #16 on: May 10, 2017, 04:51:58 AM »
Hi,

 yes, just uploaded the first commit on github:

 https://github.com/jeanfabre/PlayMaker--Unity--VideoPlayer/tree/master/Assets/PlayMaker%20Custom%20Actions/VideoPlayer

I'll be distributing this on the Ecosystem when I reached a better states with more coverage of features.

Bye,

 Jean
 

Tillmania

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Video Player component
« Reply #17 on: May 10, 2017, 06:07:04 AM »
Thanks Jean! You're a legend :)

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Video Player component
« Reply #18 on: May 10, 2017, 07:41:45 AM »
Thanks  :).

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Video Player component
« Reply #19 on: May 11, 2017, 07:10:39 AM »
Hello Jean,

Sorry to keep bothering you about the video player actions (the ones you've released work great by the way, thanks a lot  :)) but do you have any rough date for releasing the rest of the actions? I'm not trying to push, I'm just curious is all as the project I'm working on is heavily reliant on the video player component. Also will there be any actions regarding a seekbar? Once again sorry for bothering you so much.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Video Player component
« Reply #20 on: May 15, 2017, 04:52:21 AM »
Hi,

 yes, I want to cover the whole API exhaustivly, so yes seeking will be covered.

 I wanted to spend some time on this this morning, but it's gone, I thought I would be able to update the Ecosystem to work with 2017, but I am hitting for url encoding issues... but this week will certainly see some new actions and events, I'll try to get seeking covered too sooner then later.

keep bumping, I need this!

 Bye,

 Jean

Tillmania

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Video Player component
« Reply #21 on: May 16, 2017, 05:28:49 AM »
Hey Jean,

Thanks for this! Love the actions so far. Will you be adding actions to change the video clip properties of VideoPlayer objects?

Thanks again!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Video Player component
« Reply #22 on: May 17, 2017, 04:57:43 AM »
Hi,

 all video clip properties are read only, can you explain or reference what you are trying to edit?

 Bye,

 Jean

Tillmania

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Video Player component
« Reply #23 on: May 17, 2017, 07:27:46 AM »
Sorry I meant changing the video clip itself. So swapping one video clip out for another.

Tillmania

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Video Player component
« Reply #24 on: May 19, 2017, 11:44:46 AM »
I just saw the commit. Thanks a million Jean!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Video Player component
« Reply #25 on: May 19, 2017, 02:11:36 PM »
:)

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Video Player component
« Reply #26 on: May 24, 2017, 10:58:41 AM »
Hi Jean

Finding that last batch of actions super useful thank you, any ideas when actions that will link to a seek-bar will be?

big thanks


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Video Player component
« Reply #27 on: May 26, 2017, 05:06:11 AM »
Hi,

 ok, I just committed some more actions including the ability to control time, so use VideoPlayerSetTime to seek and use the event proxy to know when the time is reached.

 I may do a dedicated action so you can seek in one action given a time and it will fire an event when done. will be easier if you want to be sure seek is reached.

 Bye,

 Jean

Gustav

  • Junior Playmaker
  • **
  • Posts: 53
Re: Video Player component
« Reply #28 on: May 26, 2017, 09:17:45 AM »
That's great, Jean. Thank you.  :D

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Video Player component
« Reply #29 on: June 20, 2017, 09:16:39 AM »
Hello, will there be an action that will allow you to set the url of the video player component and change it?