Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
i was looking everywhere to find a good guide,or docs about the youtube api for iphone and couldnt find something that answer my needs.
We need to be able to play/stop a youtube videos from our app, NOT from the youtube app,
and to get more metadata such as elapsed time from player .
i also want to be able to fit the player to the specific size that i want, and to be played inside my app and not on explorer or iphone player.
any document ,guide , to that would be great.
thanks.
Simple answer: it doesn't exist.
More complex answer: it could happen, but it'd be a major pain. Basically there would be a few steps you'd need to take:
Load the YouTube page into a NSString for regex searching
Match the string to find the MP4 URL of the video
Create a MPMoviePlayer (or whatever) to play your video
???
Profit.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need to save the hangout session(like text messages,voice and video) in my server. Is it possible to do that using Hangouts API.
Are the any other tools to do this ?.
please help me.
No, the Hangout API does not provide access to the video/audio stream, nor the in-hangout chat. In theory, you could implement your own chat app, but everyone in the hangout would need to use it.
The only way to get a recording of the audio/video at the moment is to either use a screen grabber, or to use a Hangout on Air (possibly by starting it through YouTube Live) to record it on YouTube.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a simple way to tell if an app is using the Okuma API. There are several applications running on a control and I don't see any indication. I've tried renaming the Okuma API dll's and I can make some of them crash by not being able to find them but that can't be the best way.
I'm writing my own app too, I want to follow the standard. Is there any built in splash screen or standard way to show an app is using the API? (Something like Intel-Inside but Okuma THINC Inside, etc) I've tried searching for the Okuma logos and I see several different versions being used but none that signify anything about API and none that really look standard for indicating API usage.
At this time there is no official logo for the purpose your describing.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to use Video.JS in an environment that requires ADA Compliance. Part of this is the capability to tab through and activate all video controls in both Flash and HTML5 versions of the player. The performance of the built-in tabbing of Video.JS is pretty buggy, especially in Flash. I am hoping to get my hands on the FLA and source code of the Video.JS flash player so I can tweak the tabbing behavior. Does anybody have any idea where I could find it?
Thanks!
The source for the swf component is on Github: https://github.com/zencoder/video-js-swf
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any open source code for creating a piano keyboard with sounds for ios? I have looked but have not found one, or offer a good recommendation were to start, AVAudioPlayer. or systemSoundID
Here is one you can try. It is something I started a while back and have not had time to finish because of my day job.
https://github.com/yepher/MusicNotes
I found this great tutorial, it is a little advanced but perfect for learning. I already have a simple version up and running using this tutorial
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_playing-systemsoundid/
I have tried a few solutions, and eventually used this piano keyboard for iOS, since I couldn't get rid of the lag which is crucial when using it as part of a multitracker for timing issues (an app I'm working on).
I learned a lot from going over the code and through the support I got from the author, so even though it wasn't free I was very pleased with it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!
Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this