iphone-video

iPhone Documentation - Can I Watch the Getting Started Videos from Linux?

On the Apple iPhone developer center they have some videos such as "Introduction to the iPhone SDK", "iPhone Development Tools Overview", etc. Problem is my mac hasn't arrived yet. Is there any way I can watch these videos on my Linux system? ...

Saving video from UIImagePickerController

In my application, the user can record a video using the UIImagePickerController, and I need to save it to disk for later use. I've gotten the path out of the info dictionary and I'm going to save it to my documents directory, but the problem I'm having is that the URL passed in the dictionary is just that - a URL and not a file path. Wh...

Tip: How-to repackage youtube video for iPhone

Hi, I was wondering why youtube video saved locally were not accepted by iTunes even if most of them are effectively using h264 video codec and AAC sound codec. iPhone and iPad are able to read them natively in YouTube.app and MobileSafari as well. This is a matter of container. There are many way, out here, to re-encode such video but ...

How to transfer live streaming contents between two iphone devices in iphone SDK ??

How to transfer live streaming contents between two iphone devices in iphone SDK ?? Suppose, I have a two iphone device. In device (A) i open iphone camera. At the Same time, In device (B) i can see live streaming from device(A). Two devices connected either by wifi or bluetooth. I want to develop this kind of application, i have read...