I'm trying to embed my youtube video with full screen.
but there's a problem: the video has BLACK SIDES on right and left.
here is an example: https://www.youtube.com/embed/vXy1G2JeJo0?autoplay=1&modestbranding=1&controls=0&showinfo=0&rel=0&enablejsapi=1&allowfullscreen=true&wmode=transparent&iv_load_policy=3&html5=1
there's a right and left bands on screen.
I just want to make it like here: http://acwistanbul.com/
please, just help me.
i couldn't find any solution.
Perhaps this resource may help you http://embedresponsively.com
Explanation
On said resource enter your youtube video link and click embed. This
will generate code for a fullscreen'd responsive embedded youtube
video.
Related
I've been struggling to find a library in which it support my need, and that is to embed a yt video player into a text view. So, what I'm basically trying to do is to create something similar to Reddit in which it have a yt vide inside the thread details.
Currently, i am using NSAttributedString to store the yt thumbnail image and add it into the textView, and in order to play the video, it'll navigate to another view that loads the yt video. It's an okay solution but not the solution that I want
Therefore, are there any solution on how to overcome this problem? Thank you
What i want. :
ps: the image is currently using image attachment aka NSAttributedString, not an UIview with youtube player
I am looking at the Android PlutoTV app and trying to get a similar effect.
Now, just to prove that this video is indeed from YouTube, see the next screenshot:
I would very much appreciate if someone could explain how this overlay effect is obtained notwithstanding youtube's player restrictions.
Kindly help!
Cheers
There are two ways to overlay the Youtube Player:
Using an ActionBar, as described in one of the samples
Using a Dialog or DialogFragment. In this case your view(s) overlaying the player aren't part of the view hierarchy and can't be detected by the youtube player.
EDIT: About 1 vs 2
The first solution is the "official" way to overlay controls/whatever over the Youtube Player. It was difficult for me to use because it simply didn't work after days of trying.
That's why I'm using the second solution, which is technically against the ToS.
But I've just got a small semi-transparent bar at the bottom of the player which disappears after 2 seconds, so I don't think I will have any problem anyway.
two questions really, but hopefully you will allow.
I am trying to embed a YouTube channel using the google widget, which is working apart from two problems:
1/ The full screen icon does not seem to work
2/ When the video plays full screen (by selecting 'Play on YouTube')it is not HD by default
Here is the channel embedded on our site :
Embedded Channel Example
Hope you can help
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 want to open youtube videos after the user hits an image, that is generated dynamically. The user searches for a videos, and it appears 10 images previews on the scree (that part is done), know I want to detect the tap on that views and open a youtube video that correspond to that preview.
Do you know how I do it?
Thanks a lot!
You can use the tag of image followed by its url.