Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Wallycode
Visitor

IIS7 Smooth Streaming Not playing, Mp4 Works Help

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>
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: IIS7 Smooth Streaming Not playing, Mp4 Works Help

I believe streamFormat needs to be specified outside of the <media> element. Move it up to the same level as <contentQuality> and try again. Roku defaults to MP4 for StreamFormat, which would explain why it's working for those files.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
Wallycode
Visitor

Re: IIS7 Smooth Streaming Not playing, Mp4 Works Help

"TheEndless" wrote:
I believe streamFormat needs to be specified outside of the <media> element. Move it up to the same level as <contentQuality> and try again. Roku defaults to MP4 for StreamFormat, which would explain why it's working for those files.



Thank you, you nailed it. That was a big help! Thanks
0 Kudos