0

I have set up smooth streaming from IIS7 and it is working fine on Silverlight and iPhone.

Is it possible to use the following live URL stream to be streamed to Android devices ?

URL - httpL//webURL/stream.isml/manifest(format=m3u8-aapl).m3u8

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Kwik Pedro
  • 1
  • 1
  • 2

1 Answers1

0

yes, it is... some Android devices are able to play HLS video. On your case, you converted your Smooth Streaming video to HLS. Android version 2.3-4.0 can play HLS via Flash... the modern versions like 4.x can play it using the video API via "MediaPlayer" component.

Wagner Patriota
  • 5,494
  • 26
  • 49