The embed point packages assets into a channel and returns a list of feeds that can be used in a video player.
"feeds": {
"iTunes": "https://feeds.mediasilo.com/B8CFAD27/mrss/itunes/",
"Media RSS (Streaming)": "https://feeds.mediasilo.com/22A5-336BE72B2934EAE9/mrss/true/",
"Media RSS": "https://feeds.mediasilo.com/22A5-336BE72B2934EAE9/mrss/"
}
Sample Video player with JW Player
<!DOCTYPE HTML 4.01 Transitional>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/styles.css">
<script src="http://jwpsrv.com/library/LSqTBJwvEeSN_hJtO5t17w.js"></script>
<script src="js/jquery-1-11-1.js"></script>
<script src="js/app.js"></script>
<style type="text/css">
#video,#container {width: 100%; height: 100%;}
#container {background-color: black;}
</style>
</head>
<body>
<div id="container">
<div id="video"></div>
</div>
</body>
</html>