I have some video that I'd like to overlay text on top.
Is Core video available on the iPhone?
|
I am Exploring video streaming in iphone SDK 3.0.
I am trying to run its default example MoviePlayer.
It requires an streamsegmenter i downloaded it from Apple's site. When i run the ... |
Does anyone know if its possible to open up the new camera/video API for the new 3gs in the app, similarly to the camera API in 2.2.1? recording functions and all?
but ... |
im developing an app for the iphone and im able to get a video using a UIImagePickerController
the problem is that the video thats returned by the UIImagePickerControllerMediaURL is not full resoultion ... |
In order to be able to send a video taken on the iphone to a server i assume one needs its data, how can one get a videos data? Is there ... |
I recorded a video with a bluescreen. We have the software to convert that video to a transparent background. What's the best way to play this video overlaid on ... |
I have two questions here.
1.) Is it possible to access ring tones/put our custom ring tones programmatically using our client app in iPhone? Does the latest SDK support?
2.) A client iPhone ... |
|
How would I go about starting my application with a video like Gameloft does with their opening video?
|
i trying to stream video with static IP : http://38.117.88.148/GemTVLink
via iphone . can you show me some information and how could implement this > ? i see apple video stream app ... |
Any application can access the library and camera roll and get pictures from there. There's any equivalent way to get videos instead?
I mean, to show a list of all video files ... |
I would like to develop such iphone application that provides functionality to download viedo. i am doing some as below
1) Loading HTML content on web view
2) The loaded html content contains ... |
I've been fooling around with code for ages on this one, I would be very grateful if someone could provide a code sample that downloaded this file from a server |
how I can access the video galley in my iPhone view SDK.
What the object I must to use to this that task.
I want to show all videos ( on iPhone/iPod ) ... |
My application was rejected from Apple today.Apple says that the video stream should be not more than at 64kbps.
what should i will have to do get my application approve on ... |
How to select only video file using pickerview in iphone sdk?
|
I'm trying to embed an M4V video, it works on the iPad but not the iPhone.
On the iPhone I get a play button crossed over (the can't play button).
I am testing ... |
I need to generate video file with iphone SDK that looks like a wall of few smaller videos. Did somebody could help me with advice how to implement this? I am ... |
Hi I have several apps using a MPMoviePlayerController. These apps play HTTP Live streaming video fine when compiled with the older SDKs but with 4.1 on the iPad (3.2) the ... |
I'm quite new to iPhone SDK and I have been trying to solve a problem for some time now, but I can't get it to work properly. My problem boils down ... |
i am trying to access videos in iPhone library using AssetsLibrary Framework with the help of following code...but when i run the application the code is not working...the array assets is ... |
I need to use SIP(VoIP) in my applications can anyone suggest me how to start with this with an sample code in objective-c or sequence of steps to do.
Anyone's help will ... |
I want to implement video conferencing functionaality in iPhone SDK.....
For this VMobile Mobile Video Conference Call Specification:
--- for Video support we need :
- H.263
- H.264
- MPEG4
Can u suggest any source code to implement the ... |
Does anyone know if it's possible to join two or more videos together using the iPhone SDK? Also, I can get the videos in any format if that is going to ... |
I have an app that loads while a 2 second movie plays. Currently the app is out on the store and has all static content retina display compliant except this video. ... |
I have ePub file with me which contain video in it. I am able to unzip ePub file & added it into my xcode project also shown that file in to ... |
I would like to do video streaming from my iPhone application...I mean i want to play video from the web url.
So friends, pls. provide me your guidance or reference (links,tutorial ... |
How do I add a video to an iPhone app. using iPhone SDK 3.2.5?
I dont see the actual video but I can hear it playing.
Here is the code:
-(void) viewDidLoad{
...
|
is it possible to show what is showing in camera in one IPhone to another iphone through
bluetooth(GKSession)..Remote Live is available in Appstore.any idea pls?
|
We are using the MPMoviePlayerController to control video playback, I just wanted to know (as I couldnt find any mention online) whether it took advantage of @2x files when displayed on ... |
I want to know about how to share the youtube videos in email, facebook and twitter, please can any one help. Actually i have new to iphone development and if possible ... |
i want to creat a real time video on my ios application with a viewanimation.please guide
|
i am new iphone developer, i want to play ustream's video on iphone sdk?
i have do so many try for do this but first of all i can't get the proper ... |
are there access to "Videos" library iPhone sdk(not to Photos)?
|
Possible Duplicate:
How to apply black and white effect to a color video in iOS
I need an idea to convert the colored video to black ... |
I tried using solution from the below link:
How to play videos from a URL into an iphone app with buffering?
but when I try implementing it, it doesnot show anything on ... |
Can we read a movie file from movies folder in the iPad and save a local copy in the NSDocuments directory?
|
So far I know how to stream a video and how to download it and afterwards stream it, but here's the tricky bit: streaming it once, storing it on the device ... |
Using UIImagePickerController, I have captured a video. When I call [picker stopVideoCapture], then the following delegate method is called:
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info
{
NSURL *url = ...
|
Is there some APIs to establish video calling between iPhones using my own app? I know such projects as iDoubs, but I am searching for another examples. Or just examples of ... |
How Plaing you tube videos in my iphone mobile application
I am writing the code like this but no luck
- (void)viewDidLoad {
[super viewDidLoad];
...
|
I'm developing a messenger kinda application. In that app i'm supposed to send a video which will be played on recipient's device just for 60 secs. This is creating problem. How ... |
I want to develop voip( calls, video calling) application for iphone . Provide me steps how to achieve this and please give me suggestion if any third party SIP Library ... |
I am developing a video app. Some video files having a long (43 minuite) duration and some files are less than 10 min duration.
Apple suggested if video duration is more than ... |