Wowza Community

On demand adaptive streaming using THEOplayer

Hi,

I am trying to stream on demand video using multiple bit rates.

I have a smil file like this (which is called rm-anatomist-trailer-2.smil on the Wowza server):

rm-anatomist-trailer-2.txt

The HTML page looks like this:

<!DOCTYPE html>
<html>
	<head>
		<title>VideoCentralHD Player (THEOplayer)</title>
 </head>
 <body>
	 <h1>THEOplayer test</h1>
	 <video src="http://wpcontent.lgfl.org.uk:1935/vod/_definst_/Anatomist/smil:RM_anatomist_trailer_2.smil/playlist.m3u8"
			 poster="//cdn.theoplayer.com/video/big_buck_bunny/poster.jpg"
			 controls="controls"></video>
	 <script type="text/javascript" src="//cdn.theoplayer.com/latest/<licence key>/theoplayer.loader.js"></script>
	</body>
</html>

wpcontent.lgfl.org.uk has public DNS to the Wowza server and CORS has been defined for the VOD stream.

The player displays correctly but when the play button is pressed the console tab in the browser developer options shows the following error:

theoplayer.js:43 GET http://wpcontent.lgfl.org.uk:1935/vod/definst/Anatomist/smil:RM_anatomist_trailer_2.smil/chunklist_w836646052_b47100_sleng.m3u8 404 (Not Found)

This setup works when playing an individual video at a fixed bit rate.

Any assistance will be most appreciated.

Regards

Peter Hall