lduarte1991 / hxat

Contains the currently-in-development project by HarvardX to bring the annotation tool currently living in the edX platform to a more accessible LTI implementation.
12 stars 7 forks source link

Set the source type for youtube videos #148

Closed arthurian closed 3 years ago

arthurian commented 3 years ago

This PR fixes an issue with youtube videos not loading due to incorrect playback tech being used by videojs. It looks like the videojs youtube tech is expecting the source type to be video/youtube, otherwise it won't work.

Notes:

@lduarte1991

lduarte1991 commented 3 years ago

@arthurian Can definitely merge this asap. just let me know that it doesn't clash with any of the other you've submitted and I'll do it now.

arthurian commented 3 years ago

@lduarte1991 There shouldn't be any conflict with the other PRs, so feel free to merge when ready.