Hello devs, While working on providing video as wicket resources I found Mobile and desktop Chrome as well as Safari are not playing video if "Accept-Ranges" header is not provided and if server does not provide support for it. (true for large enough audio/video files)
To resolve this I have added "Accept-Ranges" support to my custom ResourceReference [1] I would like to contribute this to wicket, what do you this is it good idea or not? Maybe MediaResourceReference class can be implemented in wicket? [1] https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/util/RecordingResourceReference.java Thanks in advance -- WBR Maxim aka solomax
