OvenPlayer icon indicating copy to clipboard operation
OvenPlayer copied to clipboard

[New Feature] Please a VueJS component...

Open luismanolo opened this issue 4 years ago • 5 comments

Thanks for your work.

Sorry but I hope a VueJS component.

Thanks from Spain.

luismanolo avatar Sep 02 '20 22:09 luismanolo

@luismanolo Hi. Thanks for contributing. We are preparing to make OvenPlayer to component of modern javascript frameworks (e.g vuejs reactjs angularjs). It will be tough in the near future, but we hope to use our OvenPlayer when the work is done. Thanks.

SangwonOh avatar Sep 21 '20 04:09 SangwonOh

@SangwonOh when do you anticipate having a reactjs version?

Thanks

timothybean avatar Oct 08 '20 18:10 timothybean

Many thanks.

I'm working with Ovenmedia Engine.

Its good.

luismanolo avatar Dec 22 '20 17:12 luismanolo

is there already work done? Or should we wrappe it @ vueJS for the moment?

genofire avatar Aug 05 '21 10:08 genofire

@luismanolo Hi. Thanks for contributing. We are preparing to make OvenPlayer to component of modern javascript frameworks (e.g vuejs reactjs angularjs). It will be tough in the near future, but we hope to use our OvenPlayer when the work is done. Thanks.

fullscreenChangedHandler setVolume

Vue 3 oven player instans update volume and full screen replay video llhls

<video-player ref="player" @fullscreenChanged="fullscreenChangedHandler" /> const fullscreenChangedHandler = (value) => { isVideoFullScreen.value = value } const changeVideoVolume = () => { player.value?.ovenplayer.playerInstance.setVolume(videoVolume.value) ) }

	I have a custom player controller, when I change the sound or make a video in full screen the video restarts from the beginning, this was not the case before....

zdimaz avatar Jan 19 '24 10:01 zdimaz