-
Notifications
You must be signed in to change notification settings - Fork 5
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
Volume setting not applied to videos #2
Comments
The clips are being played in the browser source, you may be able to adjust volume at the browser source . I also work on OBS and Streamlabs and will review this on that level. If that is not reasonable, I will investigate sending a volume indicator to the browser source. |
Is it possible to set the "volume" property on the video tag? |
For the youtube video link, you have to use the youtube iframe APIs to load and manipulate the video and volume. I manually edited the code and get this somewhat working.
And replaced case 'framesrc' with the following
I also added a div to index.html |
The volume slider in the script configuration does not change the volume of played movies. This includes $movie and $movyt. I assume that this issue also includes twitch clips as well. Regardless of what volume this slider is at, the played movies are always at full volume.
The text was updated successfully, but these errors were encountered: