Hello, I've set up a IIS7 server and encoded over 100 movies with Microsoft Encoder.
My output format is IIS Smooth Streaming - VC-1 Advance - Audio: WMA Professional - Does Roku support VC-1 and WMA Professional ?
I've have tried encoding IIS Smooth Streaming using H264 - Main, Audio: AAC-LC - But that didn't seem to work.
Next I tried to take a stream from the play ready site: It seems I can only play the mp4 files and none of the ISM files.
I downloaded the lasted SDK, but I don't see a special player for Smooth Streaming. Right now I'm just using the "videoplayer" that came with the SDK tool kit.
Developing on Roku 2 box with Version 5.0
Here is my xml file, maybe there is something wrong:
Thanks
<feed>
<resultLength>5</resultLength>
<endIndex>5</endIndex>
<item sdImg="http://xxxxxxxx.com/img/sd.jpg" hdImg="http://xxxxxxx.com/img/hd.jpg">
<title>IIS Smooth test 5</title>
<contentId>10002</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>ism</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1000</streamBitrate>
<streamUrl>http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest</streamUrl>
</media>
<synopsis>Smooth Test ISM MP4</synopsis>
<genres>Test ISM</genres>
<runtime>160</runtime>
</item>
</feed>