1

Can I use smooth streaming to load music and maybe a video on Android, iOS, Windows phone without using a browser? (Via application)

Handcraftsman
  • 6,863
  • 2
  • 40
  • 33

1 Answers1

1

If you are interested in developing an application which will stream content from the internet, then you can use the SmoothStreamingClient for WindowsPhone. iOS should also support natively SmoothStreaming.

About Android I am not really sure.

Mike
  • 549
  • 4
  • 21
  • I am not accustomed to the smooth because I want to use simple mp3 and then think about videos, and saw the smooth has some restrictions on the type of content pelomenos could not make it open only a simple mp3 videos of worked examples, and locally, client does not work remotely. – Lucas Rodrigues Sena Jan 08 '13 at 14:46
  • @LucasRodriguesSena well in that case, better start of using native player capabilities on each platform. SmoothStreaming really make sense only for videos streaming. – Mike Jan 08 '13 at 15:03
  • Okay thanks, IOS app is ready, compatible whit html5. But I will study about the Smooth, in future will be great usefully here. – Lucas Rodrigues Sena Jan 08 '13 at 20:01