Need Help for Multi-bitrate Video On Demand Streaming

Hello,

I have done the following steps for Multi-bitrate Video On Demand Streaming as per http://community.wowza.com/t/-/64 .

Please let me know if i had missed anything.

I. I have updated the following steps in vods3/Application.xml

  1. Set the Streams/StreamType property to: default

Answer: It has set default. So i didn’t change anything.

  1. Set the HTTPStreamers property to: cupertinostreaming,smoothstreaming

Answer: It has set default. So i didn’t change anything.

  1. Add the following property to the application level container at the bottom of the Application.xml file (be sure to get the correct container - there are several in the Application.xml file)

Code:

smoothStreamingMediaMajorVersion

2

Integer

Answer: I have added above code manually to container which is last of vods3/Application.xml.

4.Smooth Streaming only: Using a text editor create the file [install-dir]/conf/clientaccesspolicy.xml with the following content (For more information see the article Network Security Access Restrictions in Silverlight):

Answer: It has set default. So i didn’t change anything.

II. Created smil file and streaming

  1. I have created new smil file(mySmil.smil) in mybucket with following code