vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 730 forks source link

Audio and Video - loop and volume control #3721

Open vaadin-bot opened 11 years ago

vaadin-bot commented 11 years ago

Originally by bart.butenaers


Dear,

The current media element (audio and video) for html5 doesn't support continuous looping and volume control. I created a patch for Vaadin 7.0.3, containing both features (and a test UI).

I have tested this patch on: / Chrome 25.0.1364.172 --> Volume and looping OK / Firefox 19.0.2 --> Volume and looping OK */ IE 9.0.8112.16421 --> Volume OK but looping does only work when enabled before starting the media

Could anybody review my patch and enhance it for IE?

Thanks in advance, Bart Butenaers


Imported from https://dev.vaadin.com/ issue #11444

vaadin-bot commented 11 years ago

Originally by bart.butenaers


Attachment added: media_loop_volume.patch (6.5 KiB) Patch for audio/video element

vaadin-bot commented 11 years ago

Originally by bart.butenaers


Hello,

Could anybody from the Vaadin team please have a look at my patch? It is a very small change, without impact on existing functionality.

I need this patch to keep playing an alarm sound (with adjustable volume), for a monitoring application based on html5.

Thanks a lot, Bart

vaadin-bot commented 10 years ago

Originally by bart.butenaers


Hi everybody,

After waiting for 7 months, I'm very curious whether I registered this ticket the wrong way, or that simply nobody is interested in this new functionality. I would appreciate a lot if someone could help me with this issue.

Context: My monitoring Vaadin UI plays a sound file when a problem is detected, and should keep playing it (i.e. looping) as long as the problem is not solved.

Kind regards, Bart Butenaers

vaadin-bot commented 10 years ago

Originally by @Artur-


Sorry that nobody has looked at your patch. Please read https://vaadin.com/wiki/-/wiki/Main/Contributing+Code and follow the instructions there. Once the patch is in Gerrit, somebody will review it.

stale[bot] commented 6 years ago

Hello there!

It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

TatuLund commented 5 years ago

This has been implemented in version 1.1.0 of AudioVideo add-on

https://vaadin.com/directory/component/audiovideo

There is additional methods, including setVolume(..)