react-youtube
react-youtube copied to clipboard
react.js powered YouTube player component
# Responsive Iframe Hi first I want to thank you for your work, it has really an easy api to work with! **Here my question:** I had a really hard...
I want to embed a livestream using the permanent livestream link, that is "https://www.youtube.com/embed/live_stream?channel=CHANNELID". Unfortunatelly, everytime i try to do this i get the message "unavailable video". What can i...
When 'autoplay: 1', if autoplay is not possible due to browser policy, etc., the player blinks twice and **can only interact with a part of the Youtube screen** (the Youtube...
When I use `getInternalPlayer`, it return any. Therefore, I need to install `@types/youtube-player` after installing react-youtube. I think `@types/youtube-player` should be in `dependencies` in [package.json](https://github.com/tjallingt/react-youtube/blob/canary/package.json). ```ts import { MutableRefObject, useRef...
when the device orientation changes from landscape to profile and vice versa the YouTube player resets . Is there a way to get around this if not can it be...
Reload a page with a video embed on 20 times and a couple of times the video will not appear The iframe exists in the page and has the same...
Few times 'onStateChange' event is not firing. When I first open my application and opening the Video page and changing the states of video, the **onStateChange** event is not triggering,...
This is not an issue with this library, which has worked great, but I am running into an odd issue with Youtube channel names that I'm hoping someone here with...
## Description Our use case is to prevent navigation to the YouTube application on clicking the video title link. I couldn't find any relevant standard solution for this in the...