Hi it's me again. First of all, thank you very much for creating this library it is really helpful for my current project!
However, I got some question, as mentioned above. I'm using your library to develop a TV app and currently as I pause the video, this "more videos" row will appear (as shown in picture below). Is it possible to make it hidden?
As far as I remembered, this row is not visible at some points of my development progress. I didn't exactly know what triggers it and how to make it hidden back.
Hi, I have noticed the same problem.
This library is built on top of the web version of the YouTube player. It seems that the team at YouTube is making some changes to the player.
My current assumption is that you haven't done anything to trigger the bar, it is there because a different version of the player gets delivered.
There are two possible cases:
hide ui flag.I see. No wonder I think I only started to see this change lately. Actually I got a hunch similar as your assumption, and just to make sure I ask about it here.
Anyway, thanks a lot for the fast feedback! Really appreciate it. :+1:
I have looked at the update notes of the IFrame API, as expected they made changes to the player :/
can't say I'm happy about this.
https://developers.google.com/youtube/player_parameters#release_notes_08_23_2018
Yep, rel = 0 behaves differently now.
Thanks for your hard work on this.
Yep,
rel = 0behaves differently now.
can you help me
how to use rel parameter ?
You can use IFramePlayerOptions to change its value.
The change to the IFrame API seems permanent and there is no way around it, without using hacks. Therefore I'm closing this issue.
Buy using IFramePlayerOptions is possible to set the recommended videos to come from a single channel instead of from all of YouTube.
Most helpful comment
Yep,
rel = 0behaves differently now.