You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Tobias Soloschenko <to...@googlemail.com> on 2015/02/22 21:20:28 UTC

Wicket videos / dynamically created subtitles (WebVTT)

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