I need to add a button on the youtube interface close to the caption if possible. To link to the video in other languages. remaining on youtube directly.
Someone has an idea how it will be possible to implement that. I need an hint, from where I can begin to build it, or if it exist a solution thanks to let me know.
Related
I need to merge multiple videos before that I want to trim Videos and place Text overlay over Videos. I want to create simply another iMovie app with all functionality. Could you please suggest any library is available in GitHub or please share your ideas on this, I will be grateful for you
I am using YouTube embed player. I want to hide /remove YouTube's default play button so that I can show my own custom play button. Please help me with this.
At least when using the iFrame method (according to this docs entry), there is the controls option, which lets you choose whether to show player controls or not.
I am not sure if it works with HTML5, though.
#jlmcdonald: Please correct me if I'm wrong, but if it's officially supported and documented, why would it violate the terms of service?
Can I change the iOS video player Done button title to my custom title?
I searched for it but did not find any helpful answer. Any help would be highly appreciated.
An educated guess based on some quick research says - no, you can't. You can create your own video player control however.
The thing is you can't directly control the MPMoviewPlayer view's UIToolbar, therefore, you can't edit it anyhow.
I'm trying to create an app and have embedded YouTube videos, but I need to remove the on-screen controls from the player (play/back/forward/volume, etc.). Does anyone have any suggestions on how to do this? Is it possible to have my own custom buttons instead (for example, "forward 60 seconds") I've looked at MPMoviePlayerController but research has me under the impression this is not what is called when UIWebView fires up a YouTube video.
I've also looked at the YouTube API but can't seem to find any good tutorials or examples on how to actually use it for iOS development.
Can someone point me in the right direction? I've been trying to figure this out for a couple of days and I just seem to be spinning my wheels.
Any help would be greatly appreciated!
you have multiple options
1. use youtube data api. you can edit the video controls if you use it.
2. you can use 3 rd party frame work youtubekit visit https://github.com/rinov/YoutubeKit
if you want to watch a tutorial got to youtube there is a channel called "codewithchris". here is the link https://www.youtube.com/playlist?list=PLMRqhzcHGw1aLoz4pM_Mg2TewmJcMg9ua
UIWebView is very limited. You cannot put video controls there. Because what UIWebView do is just shows another website as a frame. If there must be some controls, that controls should be in the website. So you cannot add any further controls.
If you want to use control buttons for your videos, instead of youtube, put the video in webpage with control buttons as like. Then put it in UIWebView. Or you can use the media player.
I'd like to develop a simple tool for controlling the clickwheel of an connected Apple iPod. The development should be easy but I've no idea how to start. A solution like that would be great:
# Pseudocode
$iPod = new iPodFramework()->getConnectedDevices()->select(0);
$iPod->play();
I just need to fire these events by clicking buttons:
Menu
Prev
Forward
Play/Pause
Middle-Button
Scroll up/down
Hold on/off
There are several remote controls in the stores which actually do the same, but how? I don't want to spam, so I avoid posting a link for now.
Does anyone know...
how to start?
which language I need?
any tutorials, frameworks, code-snippets?
keywords/topics for googling?
Thanks in advance!