iPhone Live Video Stream Media Player

Posted by happyhammer83 on Stack Overflow See other posts from Stack Overflow or by happyhammer83
Published on 2010-02-03T13:34:52Z Indexed on 2010/03/14 17:25 UTC
Read the original article Hit count: 311

I'm hoping to make an app that streams live video that has a view placed on top with labels and a button on it.

From my research and testing of the http video streaming feature (available since iPhone 3.0 OS), it seems that you create a webview that points to the index html that contains the converted video stream, and this displays as a quicktime video in the app. This means that I don't have control over the Media Player that is opened. Does anyone know how you can control this?

I know that the Apple's MoviePlayer sample code shows you how to place views on top of a MediaPlayer video, but how can this be done with a http live stream?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk-3.0