forked from jlpteaching/comparch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
12 lines (11 loc) · 1.61 KB
/
video.html
1
2
3
4
5
6
7
8
9
10
11
12
<div class="kaltura_frame">
{% if include.id %}
<iframe id="kaltura_player" src="https://cdnapisec.kaltura.com/p/1770401/sp/177040100/embedIframeJs/uiconf_id/29032722/partner_id/1770401?iframeembed=true&playerId=kaltura_player&entry_id={{ include.id }}&flashvars[mediaProtocol]=rtmp&flashvars[streamerType]=rtmp&flashvars[streamerUrl]=rtmp://www.kaltura.com:1935&flashvars[rtmpFlavors]=1&flashvars[localizationCode]=en&flashvars[leadWithHTML5]=true&flashvars[sideBarContainer.plugin]=true&flashvars[sideBarContainer.position]=left&flashvars[sideBarContainer.clickToClose]=true&flashvars[chapters.plugin]=true&flashvars[chapters.layout]=vertical&flashvars[chapters.thumbnailRotator]=false&flashvars[streamSelector.plugin]=true&flashvars[EmbedPlayer.SpinnerTarget]=videoHolder&flashvars[dualScreen.plugin]=true&flashvars[Kaltura.addCrossoriginToIframe]=true&&wid=0_mdk7l7bx" width="608" height="402" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" sandbox="allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation" frameborder="0" title="Kaltura Player"></iframe>
<p>
<a href="https://video.ucdavis.edu/media/{{ include.id }}" target="_blank"><i class="fas fa-external-link-alt"></i> Play on AggieVideo</a>
</p>
{% else %}
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
<p>Video coming soon!</p>
{% endif %}
</div>