Video documents

From EPrints Documentation
Revision as of 16:32, 28 September 2016 by Tomasz.neugebauer@concordia.ca (talk | contribs) (Created page with "Category:Howto ==File Size== Video documents can be large (over 2 GB) and so not easily downloaded. ==Video Players== There is a video player as a part of KULTUR plugin....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


File Size

Video documents can be large (over 2 GB) and so not easily downloaded.

Video Players

There is a video player as a part of KULTUR plugin. In addition to whatever was done in KULTUR, are there other video players that could be integrated into the abstract page display? For example: http://videojs.com/

Server Settings

Are there required settings in Apache to allow it to stream (play/seek rather than download full video)? For example, these:

   # MIME types for Video
   AddType video/mp4 .mp4 .m4v .f4v .f4p
   AddType video/ogg .ogv
   AddType video/webm .webm
   AddType video/flv .flv

Are there other server settings required?

Video Codecs

Are there particular codecs/containers required for the streaming/seeking to work (H264 in MP4 container)?

Video Icon Preview

How does the video player (in KULTUR) relate to generating the "Document Preview" in EPrints?