Wowza Community

SMIL file for cloudfront(wowza)+live+jw6

Testing cloudfront with SMIL… Any ideas on using adaptive bitrate live with the new cloudfront setup in wms 3.6? I tried using a smil file that looked like this:

<smil>
<head>
<meta base="http://[cloudfront-domain-name]/[application]/[appInstance]"/>
</head>
<body>
<switch>
<video src="test1/playlist.m3u8" system-bitrate="596000"/>
<video src="test2/playlist.m3u8" system-bitrate="296000"/>
<video src="test3/playlist.m3u8" system-bitrate="196000"/>
</switch>
</body>
</smil>

ahh well never mind. figured it out. Too late at night to be testing I guess. The proper formatting was to simply use http://[cloudfront-domain-name]/[application]/[appInstance]/smil:test.smil/playlist.m3u8

Hi,

Thanks for the update.

For users who are struggling with CloudFront you can find a troubleshooting guide below,

How to troubleshoot your CloudFront configuration

Jason