[Koha-bugs] [Bug 8377] New: Show HTML5 video/ audio in OPAC for media files in 856

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 6 12:54:27 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8377

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8377
          Assignee: 5p4m at gmx.de
           Summary: Show HTML5 video/ audio in OPAC for media files in 856
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: 5p4m at gmx.de
          Hardware: All
            Status: ASSIGNED
           Version: master
         Component: OPAC
           Product: Koha

With HTML5 it is possible to integrate audio and video content into websites
easily. This enhancement uses information from MARC field 856 to generate the
appropriate HTML5 code to embed the file(s) in a tab in the opac-detail view,
including a fullscreen option.

This enhancement introduces two sysprefs: one to enable the feature, one to
specify file extensions to be recognizes as media files.

This patch supports the HTML5 <audio> and <video> element. 

Additionally it gives basic support for the <track> element. This element is
not supported very well by recent browsers. It is possible to use javascript
polyfills to support it, this may be an option to be introduced in a seperate
enhancement.

The basic functions of this enhancement are MARC agnostic because MARC21 and
UNIMARC both use field 856 for electronic resources. There are minor
differences regarding subfields.

A test plan and sample MARC files will be added soon.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list