-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Watermark Support for Shaka Player UI #7726
Comments
@chafroudtarek Are you interested in creating a PR to add this feature? |
I'm going to leave the issue open for 7 days to see if anyone is interested in implementing this. The Shaka maintainers team is not interested in integrating this into the Shaka UI, sorry! |
Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including |
hey @avelad I hope you're doing well. I noticed that this issue has been closed due to inactivity. I apologize for the lack of updates on my end, as I was busy over the last few days. The good news is that the feature is now implemented and I am ready to push the changes for your review. Could you please reopen the issue so I can share the updates? Thank you for your understanding and support |
@chafroudtarek reopened! |
This pull request introduces watermark support for the Shaka Player UI. Added functionality to overlay static or dynamic watermarks on videos. Included options to customize position, size, color, and opacity. Enhanced content security with dynamic watermarking capabilities. Resolves #7726 .
This feature introduces a watermark functionality to Shaka Player's UI. It allows developers to add static or dynamic watermarks to video playback.
Key Features:
Display a fixed watermark on the video player.
Options for position (e.g., top-right, bottom-left), color, size, and opacity.
Adds a moving watermark that changes position periodically.
Supports customization for text, transition duration, display duration, and alpha blending.
The watermark can be programmatically removed or reset.
This feature enhances content security by discouraging unauthorized distribution and ensures compliance with branding or licensing requirements.
The text was updated successfully, but these errors were encountered: