-2

I using Azure Media Service with Smooth Streaming a *.mp4 file.I want to using Flash Player on Asp.net MVC4

Anyone suggest me, Flash player have support Smooth Streaming? If yes, please sent me code do it.

Thanks

please: i will not use Silverlight, it final option.

hs.chandra
  • 707
  • 1
  • 7
  • 19
Nathan Nguyễn
  • 597
  • 1
  • 6
  • 15

2 Answers2

0

Here is a complete guide how to implement Flash Player for Smooth Streaming. However you must be aware that a single .mp4 file is not a smooth streaming source, but a progressive download source. Make sure you understand the difference (there plenty sources on the internet where you can read on the different formats for media streaming)

As additional resource, here is a guide how to produce a smooth streaming source from your single mp4 file: How to: deliver streaming content; A Task preset for Windows Azure Media Packager to conver MP4 to Smooth Streaming source.

astaykov
  • 30,768
  • 3
  • 70
  • 86
0

Our team just released Smooth Streaming plugin for OSMF today - http://www.microsoft.com/en-us/download/details.aspx?id=36057.

Using Smooth Streaming OSMF plugin, you can add both live and on-demand Smooth Streaming playback capabilities to existing Adobe Strobe Media Playback players and also build rich media experiences for Adobe Flash Player endpoints using the same back-end infrastructure you use today to target Smooth Streaming playback to other devices like Win8 store apps, browser, Xbox, Windows Phone, Set-top boxes, other mobile devices and so on.

Cheers, Vishal, Azure Media Services Team

Vishal Sood
  • 84
  • 1
  • 6
  • Thanks @Vishal Sood, I tried OSMF, I tried put crosssdmain.xml and MSAdaptiveStreamingPlugin-v1.0.3-osmf2.0.swf on root folder Web.And http://osmf.org/dev/2.0gm/StrobeMediaPlayback.swf. But i just get a error: "we are unable to connect to the content you've requested. we apologize for the inconvenience". I really dont know the reason. Hope you help me – Nathan Nguyễn Mar 27 '13 at 04:13