Im progressing through taking the depth camera feed from my kinect and streaming it to my iphone app. I have got to stage of being able save jpegs for every frame created from the kinect depth image (30 fps) and save them to the local disk. I have than been able to convert this to mpeg with ffmpeg.
My question is now how can I view this live on my iphone? Basically I want to view it live on the iphone as you are seeing it coming from the kinect.
Should I use http live streaming and use the segmenter to use apples HttpLiveStreaming functionality? Or can I stream the raw jpeg image files up in some way as they are saved to disk and than just cycle the images on the phone as they go?
Im wondering how video conferencing is achieved on the iphone (facetime/skype etc)? because I'd prefer that it wasnt played inside the video player, just want to display live content on the screen as it happens.
Any ideas? Thanks in advance