AirenSoft / OvenPlayer

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

Implement zoom panel for control scale of media container #409

Closed leporel closed 8 months ago

leporel commented 8 months ago

I implemented the zoom functionality for the css property of the media container.

For me personally I need to zoom when I stream content with unpopular aspect ratio and for those who are watching this button is useful to get rid of black bars on the top/bottom of the screen

I'm not sure if the code is correct, but as agreed in #300 Mr. @SangwonOh will help in bringing this feature to its final state.

leporel commented 8 months ago

I had one misfunction behavior, panel description updated only when settings panel closed and open again. I guess that I need to add a trigger for the value change event, but I don't have enough knowledge for that.