Video streaming from desktop to iphone
Could anyone 开发者_开发技巧shed light upon how to capture a live video which is on a desktop and integrate the same to my iphone, so that i can view same live video on my iphone. I am stuck as to where to start. If anyone could give technical info would be greatly helpful.
thanks in advance
The new QuickTime X in Snow Leopard has support for a new feature called HTTP Live Streaming, which works with clients including the iPhone. There are several examples in the ADC of how to capture from the screen. You would then need to run it through a compressor (most likely H.264) and use a web server (such as the built-in Apache) to distribute the content over the network.
- QuickTime Developer resources
- Detailed AppleInsider article on HTTP Live Streaming
- HTTP Live Streaming Guide
精彩评论