Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luismanolo opened this issue Sep 2, 2020 · 5 comments
Open

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

luismanolo opened this issue Sep 2, 2020 · 5 comments
Labels
feature requests Suggest new features that you and others would find useful.

Comments

@luismanolo
Copy link

Thanks for your work.

Sorry but I hope a VueJS component.

Thanks from Spain.

@SangwonOh
Copy link
Member

@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
Copy link

@SangwonOh when do you anticipate having a reactjs version?

Thanks

@luismanolo
Copy link
Author

Many thanks.

I'm working with Ovenmedia Engine.

Its good.

@genofire
Copy link
Contributor

genofire commented Aug 5, 2021

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

@SangwonOh SangwonOh added the feature requests Suggest new features that you and others would find useful. label Jan 12, 2024
@zdimaz
Copy link

zdimaz commented Jan 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature requests Suggest new features that you and others would find useful.
Projects
None yet
Development

No branches or pull requests

5 participants