[Koha-bugs] [Bug 20783] Cannot embed some YouTube videos due to 403 errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 19 15:50:24 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jonathan.druart at bugs.koha-c |juan.sieira at xercode.es
                   |ommunity.org                |
             Status|ASSIGNED                    |In Discussion

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Juan,
I think the problem went from the fact that no video was available in webm
(fmt=43) and that we could ask for the format list and get another URL.

The problem is that 403 is returned for other formats as well (mp4) for
instance.

So apparently we should use an iframe to embed youtube videos (what does
HTML::Video::Embed), and it is what Google suggests to do, but using JS,
https://developers.google.com/youtube/iframe_api_reference

Would it work?

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


More information about the Koha-bugs mailing list