Video conference in iPhone app [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to implement a kind of video conference on the iPhone. I know that the Faceti e API comes available sometime I can't wait for that..
Does somebody know where to start? Or some sample code would be very welcome!
Thanks in advance!

This website listed some source codes of real apps, including a "Two-way video conferencing for iPhone"

I would start reading this guide it contains brief introduction to the video recording.
Briefl just use UIImagePickerController to record a movie.
Encrypt it and transfer it over the network.

Related

Music streaming service for iPhone app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am working on making an iphone music app. I am wondering from where does apps like Songza, Pandora get their Music Stream from and How can I implement such music stream in my app. Any help is greatly appreciated.
If you are interested in HTTP streaming then take a look at the HTTP Live Streaming Resources from Apple.
There is a sample project on GitHub for a streaming audio player here.

streaming channels with iphone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
can someone help me in how to use MPMoviePlayerController for streaming channels.
My code works well with the Apple links. Now how can I make it for streaming live tv channels. Thanks
Solved the issue partly. The solution is:
Make sure you are member of Apple developer program. Login into your apple account and download
MakeRefMovie software from here. Put it on your server. It will open any streaming channel just by giving the link of the channel and it will create .mov file. Access the .mov files from any Apple device and present it through MPMoviePlayerController. Set the URL of MPMoviePlayerController to .mov file on your server. It will work!!

OCR like Auto Cheat application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am intending to write a simple OCR engine for iPhone like "Auto Cheat" application which scans game board of "words with friends". How should I go about doing it? Are there any source codes available for me to use and alter it according to my need? I am a newbie to this OCR thingy. Pls help.
Thanks
You need to check out OpenCV for iPhone. This question: Tutorial for iPhone OpenCV on shape recognising, has some links that will help you out. Keep in mind if you have never worked with OpenCV before this is not a easy project to start with. Good Luck!

Send image through iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to send mms through iphone. i search a lot but failed
Please give me a good reference or linkSo i can implement mms thing in my iphone or alternative thing to it
thanks in advance
The iOS SDK does not support sending MMS, only SMS.
See the documentation on MFMessageComposeViewController for information about sending a SMS.
There may be are third party service that will allow you to send MMS, but they will probably charge you per MMS.

can any one give me the url's where i get best sample code for iphone as well as iPad applications? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am working as iPhone Application Developer.I want to Learn new things in iphone so please guiding me i want some sample code as well as some Tutorials so i get proper knowledge.Please help me....
The iCode Blog has a lot of good tutorials.
http://adeem.me/blog/ is a good website for beginners.
Lots of sample codes are available from Apple iPhone Dev Center. You may need to register to access them.