0

I'm capturing CGImageRef frames using UIGetScreenImage() on an iPhone 3GS 3.1.3 and want to stream this over the interwebs in any appropriate, well known format.

What video codec libraries are available that would allow me to encode the raw pixel data into a video? (i'm not too familiar with video codecs, but am familiar with network programming to actually send the data out)

4

1 回答 1

0

我不建议在客户端上进行编码。让服务器上可用的视频已经编码并使用 MPMoviePlayerController 来呈现它:

关于如何流式传输视频的好教程:

http://buildmobilesoftware.com/2010/08/09/how-to-stream-videos-on-the-iphone-or-ipad/

于 2010-08-09T21:38:03.460 回答