Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rachel-yankelevitz/51e91b4dff86373c059dc45b0bebe5db to your computer and use it in GitHub Desktop.
Save rachel-yankelevitz/51e91b4dff86373c059dc45b0bebe5db to your computer and use it in GitHub Desktop.
HTML page building with Kaltura
<!DOCTYPE html>
<html>
<head>
<title>kaltura video</title>
<style>
#player{
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div id="player">
<p>this is the player</p>
<iframe src="http://cdnapi.kaltura.com/p/2307421/sp/230742100/embedIframeJs/uiconf_id/40095981/partner_id/2307421?iframeembed=true&playerId=kaltura_player_1502257878&entry_id=1_pt8w3mbq&flashvars[streamerType]=auto" width="560" height="395" allowfullscreen webkitallowfullscreen mozAllowFullScreen frameborder="0">
<a href="http://corp.kaltura.com/products/video-platform-features">Video Platform</a>
<a href="http://corp.kaltura.com/Products/Features/Video-Management">Video Management</a>
<a href="http://corp.kaltura.com/Video-Solutions">Video Solutions</a>
<a href="http://corp.kaltura.com/Products/Features/Video-Player">Video Player</a>
</iframe>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment