AirenSoft / OvenPlayer

OvenPlayer is JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine.
https://airensoft.com/ome.html
MIT License
508 stars 126 forks source link

[New Feature] Please a VueJS component... #147

Open luismanolo opened 4 years ago

luismanolo commented 4 years ago

Thanks for your work.

Sorry but I hope a VueJS component.

Thanks from Spain.

SangwonOh commented 4 years ago

@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.

timothybean commented 3 years ago

@SangwonOh when do you anticipate having a reactjs version?

Thanks

luismanolo commented 3 years ago

Many thanks.

I'm working with Ovenmedia Engine.

Its good.

genofire commented 3 years ago

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

zdimaz commented 8 months ago

@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....