Hi,
Currently I develop videostreaming solution (for videoarchive company), based on alfresco repo service and need to implement 'seek' functionality for the media player. At the moment it works out of the box upon initial request of the file. However once user requests another part of the video, I need to have same file from certain offset. Client side implements HTTP 1.1 Byte Ranges requests. Files are of variable size: 30Mb to 700Mb.
Should I modify existing downloadContent servlet or write another one say 'streamingServlet' ?
Any help appreciated.
regards,
Khaz Sapenov
Enomaly