I was looking for some YouTube API implementation on iPhone but couldnt find and good resources.
I just want to know how to initialize the connection and call the function to display the list of youtube videos.
Can anyone help me out...
Any code will be very helpful...
Thanx in advance...
Related
I want to share video on Flickr . I have done lots of searching of net and group discussions but I didn't get any helpful data or links, so please give me some useful links and tutorial for uploading video on Flickr without giving me any negative votes.
Have you tried to look\study the flickr api? (Link here) it tells you all the services you have available. It doesn't look like the best documentation, and i don't really know flickr but i don't see any mention of videos (don't know if it's even possible).
Hope this helps.
Any one please help me in video calling service (like Skype). I am basically using SIP for implementation.
So if there any link to related then please suggest me.
Thanks in advance.
You can find the project you are looking for on http://code.google.com/p/idoubs/
I am working on 1 iphone app that need to be show video which loads from the internet by using HTTP Streaming . I am searching the ways to do it but I did not get any up to now.
Can anybody help in this .
Thanks in advance
This guide from Apple should help:
http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html
how to set the video format of the iPhone camera captured? I think that can be mov,mp4, h.2x , because iPhone can play it, but can not find API to set the video format to recording .....
also want upload the video to youtube, anyone know where can find a good open source code for this purpose, I think that this feature will be commonly and it must be done by other coder....just want save time for this purpose ..
thanks for your help
use gdata is enough
Using gdata is the way to go as Robin mentioned above. Here is a great article that outlines what you need to do and provides a great set of source code to get you started.
Hope this helps!!
I want to retrieve uploaded videos from a certain youtube channel and I want to display the list in a UITableView. Then when user clicks on a row the video will play. Is this possible to do with youtube API?
Im new to iPhone app development and I need to get this done asap. Can some one provide some code samples or point me in the right direction. I cant find much useful stuff on the net
Please Help
Maybe a good start is
Google Data APIs Objective-C Client Library
or
Google Data APIs Examples