Bug 19339 - Enhance streaming cataloging to include Vimeo
Summary: Enhance streaming cataloging to include Vimeo
Status: Patch doesn't apply
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: leire
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-19 08:18 UTC by leire
Modified: 2021-02-17 02:28 UTC (History)
5 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 19339 - Enhance streaming cataloging to include Vimeo (8.50 KB, patch)
2017-09-19 13:35 UTC, leire
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description leire 2017-09-19 08:18:40 UTC
It will work like Youtube videos but with links of Vimeo.
Comment 1 leire 2017-09-19 13:35:51 UTC
Created attachment 67210 [details] [review]
Bug 19339 - Enhance streaming cataloging to include Vimeo

Create a new preference HTML5MediaVimeo, it works like HTML5MediaYoutube.
The patch uses the player javascript to show de Vimeo video.
The Vimeo video is shown only in the Opac.

Steps to test:
1) Apply patch
2) Catalogue a Vimeo link in 856$u
3) Turn on HTML5MediaEnabled and HTML5MediaVimeo
4) Open the record in OPAC, check that the
  'Play media' tab is showing and playing the video works

Sponsored-by: Tabakalera (Ubik)
Sponsored-by: Scanbit (http://www.scanbit.net/)
Comment 2 Dominic Pichette 2017-09-22 20:05:16 UTC
I'm having difficulty installing your patch. here is the error I get when trying to install with git bz:

fatal: sha1 information is lacking or useless (installer/data/mysql/sysprefs.sql).
Comment 3 Charlotte Stock 2018-11-27 11:45:58 UTC
This enhancement implies that it is not possible to stream videos unless they are from YouTube or Vimeo? This would explain why I have been unable to stream videos from other sources under the Play Media tab; is there a workaround solution to enable videos to be uploaded or streamed within a catalogue record?
Comment 4 David Cook 2021-02-17 02:28:59 UTC
(In reply to Charlotte Stock from comment #3)
> This enhancement implies that it is not possible to stream videos unless
> they are from YouTube or Vimeo? This would explain why I have been unable to
> stream videos from other sources under the Play Media tab; is there a
> workaround solution to enable videos to be uploaded or streamed within a
> catalogue record?

No, you can still stream videos from a file server or S3 for instance. This is about embedding an external video player I think.