We are very excited to announce and release a preview of Microsoft Smooth Streaming plugin for OSMF. Smooth Streaming plugin enables developers to add Smooth Streaming playback capabilities to their new/existing OSMF player applications and also to Strobe
Media Playback. This plugin is available for download from MS Download Center –
Microsoft Smooth Streaming plugin for OSMF.
Please use this thread to provide feedback. We look forward to your input!
When will be supported PlayReady and Live Smooth Streaming playback? 2013Q1?
I tested it o Samsung Smart TV 2011 model
http://devplatem.vo.msecnd.net/Sintel/Sintel_H264.ism/manifest - play with about 30sec long buffering (the same on desktop)
http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest - play, but image is multiplicated (four times), and there is jitter
http://ecn.channel9.msdn.com/o9/content/smf/smoothcontent/bbbwp7/big buck bunny.ism/manifest - not playing at all - black screen
When will be supported PlayReady and Live Smooth Streaming playback? 2013Q1?
I tested it o Samsung Smart TV 2011 model
http://devplatem.vo.msecnd.net/Sintel/Sintel_H264.ism/manifest - play with about 30sec long buffering (the same on desktop)
http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest - play, but image is multiplicated (four times), and there is jitter
http://ecn.channel9.msdn.com/o9/content/smf/smoothcontent/bbbwp7/big buck bunny.ism/manifest - not playing at all - black screen
Regards,
Mariusz
That big buck bunny example is in VC-1 format and that is not yet supported. I guess that's why it's not playing.
@vekka, Thanks for testing and for the feedback. We are working for the new features and it is early for a release date. Please follow the blog and announcements for upcoming features.
I am unable to get a VOD stream to play. I have followed the example and downloaded all of the SWF files so they are hosted on my webserver (i also tried them using the existing links in the example). I made sure that the media files are H264/AAC.
Here is the link to my test page with the OMSF player:
cenk.dingilo...
27 Posts
Microsoft
Moderator
Smooth Streaming plugin for OSMF Announcement & Feedback
Dec 19, 2012 09:24 PM|LINK
We are very excited to announce and release a preview of Microsoft Smooth Streaming plugin for OSMF. Smooth Streaming plugin enables developers to add Smooth Streaming playback capabilities to their new/existing OSMF player applications and also to Strobe Media Playback. This plugin is available for download from MS Download Center – Microsoft Smooth Streaming plugin for OSMF.
Please use this thread to provide feedback. We look forward to your input!
dearsasidhar
67 Posts
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Dec 20, 2012 04:12 PM|LINK
Thank you so much for the plug-in. We have been waiting for this to support other client devices.
Is Composite manifest supported with this release?
MariuszW
1 Post
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Dec 28, 2012 12:42 PM|LINK
Hi,
When will be supported PlayReady and Live Smooth Streaming playback? 2013Q1?
I tested it o Samsung Smart TV 2011 model
Regards,
Mariusz
vekka
7 Posts
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Jan 02, 2013 06:21 AM|LINK
Really cool! But this certainly still needs playready and live-support. Any details or plans when these would be available?
vekka
7 Posts
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Jan 02, 2013 06:26 AM|LINK
That big buck bunny example is in VC-1 format and that is not yet supported. I guess that's why it's not playing.
cenk.dingilo...
27 Posts
Microsoft
Moderator
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Jan 06, 2013 06:58 AM|LINK
@dearsasidhar, Thank you very much for testing the plugin. This version doesn't support composite manifest.
Thanks,
Cenk
cenk.dingilo...
27 Posts
Microsoft
Moderator
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Jan 06, 2013 07:09 AM|LINK
@MariuszW, Thank you very much for testing the plugin and feedbacks. We are working on the new features and improvements for nex releases.
For SuperSpeedway_720.ism, are the issues occuring only on Samsung Smart TV or you can also see the multiplicted and jitter on desktop as weel?
For big buck bunny.ism, as vekka mentioned this content encoded using VC1 codec and playback of VC1 codec isn't supported with the plugin.
Thanks,
Cenk
cenk.dingilo...
27 Posts
Microsoft
Moderator
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Jan 06, 2013 07:17 AM|LINK
@vekka, Thanks for testing and for the feedback. We are working for the new features and it is early for a release date. Please follow the blog and announcements for upcoming features.
Thanks,
Cenk
fibarra
1 Post
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Feb 18, 2013 04:20 PM|LINK
Hi,
is it possible to get the bitmapdata of the video? I'm trying with that code:
if ( !_bitmapSet ) { var viewable:NetStreamDisplayObjectTrait = _element.getTrait( MediaTraitType.DISPLAY_OBJECT ) as NetStreamDisplayObjectTrait if (viewable) { trace("viewable") _obj = viewable.displayObject as DisplayObject if (_obj) { _bmpData = new BitmapData( 200, 200, false, 0xFFFFFFFF ) _bmp = new Bitmap( _bmpData ) addChild( _bmp ) _bitmapSet = true } } } if ( _obj ) { trace("draw") _bmpData.draw( _obj ) }Where "_element" is the "MediaElement"
But my bitmap is always white.
Thanks.
JTyler
2 Posts
Re: Smooth Streaming plugin for OSMF Announcement & Feedback
Feb 18, 2013 07:44 PM|LINK
I am unable to get a VOD stream to play. I have followed the example and downloaded all of the SWF files so they are hosted on my webserver (i also tried them using the existing links in the example). I made sure that the media files are H264/AAC.
Here is the link to my test page with the OMSF player:
http://xxx.xxx.xxx.xx/osmftest/vod.htm
You can see it playing here through a Silverlight player:
http://xxx.xxx.xxx.xx/osmftest/bigbuckbunnyh264/default.html
Did I miss something when I was copying the example code?
Thanks