Hi everyone,

I'm currently writing an API to create WebVTT dynamically within Java:

https://github.com/klopfdreh/wicket-components-playground/blob/master/wicket-components-playground/src/main/java/org/apache/wicketstuff/html5/media/subtitles/VTTGeneratorTest.java

This could be used to be past in into the Track class via ResourceReference:

https://github.com/apache/wicket/blob/pr-86-media_tags/wicket-core/src/main/java/org/apache/wicket/markup/html/media/Track.java

With this option you could generate subtitles dynamically for Wicket-Videos. :-)

What do you think?


kind regards

Tobias

Reply via email to