views:

670

answers:

2

Hi,

I am planning to write an iPhone app which can display streaming audio/video from the internet (backend would most probably be Red5 or Wowza and video will be streamed on RTMP (although I have the option to change that). Any ideas on implementation?

http://www.youtube.com/watch?v=5-UoLsSSw30 demos something similar to what I have in mind.

--
MI

A: 

did you find any solution ? thanks

xicoras
actually no, but as elmarco suggested above, may be there’s a solution using a UIWebView with html5 ``<video>`` element.
ishaq
A: 

You better know that, and start looking at HTTP Live Streaming!

Displaying the video is as simple as having the <video> tag in an HTML5 page, but there should be an API also for that (I am not an iPhone developer)

elmarco