Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [youtube-iframe-api]

The IFrame player API lets you embed a YouTube video player on your website and control the player using JavaScript.

youtube-iframe-api
0 votes
1 answer
23 views

Browser back button doesn't work with youtube videos

I am facing an issue where when I upload any YouTube video on a page or upload multiple videos in a carousal (AEM), the browser button just doesn't work. It doesn't take you to the previous page. Also ...
rasleen's user avatar
0 votes
0 answers
53 views

How to switch audio and subtitle tracks with buttons in a YouTube video using IFrame API?

I am working on a webpage that uses JavaScript to embed a YouTube video with multiple language audio tracks (MLA) and subtitles. My example video ID is PWirijQkH4M. I want to allow users to switch ...
Simon's user avatar
  • 1
-1 votes
0 answers
31 views

Did YouTube turn off watch history (timecode) for embeds/iframe api?

As far as i know your watch history overrode any start time you defined for your embedded video, even if you put in a specific start time. Now, it seems that even without a start time the video always ...
null's user avatar
  • 1
0 votes
0 answers
17 views

Widget api cannot create property 'config_' on string 'move'

While using a chromium and firefox browser I have ran into an issue where I was following the initial guide of the youtube player api. As soon as i copy pasted said code I ran into this issue picture ...
Jef Smet's user avatar
0 votes
1 answer
84 views

YouTube IFrame API loadVideoById with startSeconds is failing

I have detected the startSeconds of loadVideoById not working recently. I saw it move to the time of that startSeconds but it'd immediately moved to the time of clip has played before, but I tested ...
htam's user avatar
  • 11
0 votes
0 answers
61 views

YouTube iframe Embeds: player control overlay stuck due to missing touch-up event

I'm using the YouTube iframe player inline in an iOS App with a WkWebView. When I close the App it sometimes happens that the player control bar at the bottom gets stuck and no longer disappears. This ...
fer0n's user avatar
  • 882
0 votes
1 answer
83 views

How to set quality video on youtube api

how to set quality playback on Youtube api because setPlaybackQuality does not woking after 2019 i try to setPlaybackQuality does not woking i want to set video playback 1080p before play video ...
ratthagon's user avatar
0 votes
1 answer
92 views

How to let end-user replay a video snippet using the YouTube IFrame API?

I want to display segments of YouTube videos to end users. I currently use the YouTube IFrame API to render the videos like in the below code. However, once the segment is over, the iframe renders ...
karatekraft's user avatar
0 votes
0 answers
36 views

iOS Audio Output Issue: Audio Coming from Front Speaker Instead of Main Speaker

Issue Description: I am encountering an issue with audio output on iOS devices when using the YouTube embed feature alongside the user's webcam and audio player on my website. The problem is ...
Vishal Bhosle's user avatar
0 votes
0 answers
450 views

How to remove Youtube branding after embedding video in flutter

I want to play a YouTube video in my Flutter app with the ability to hide EVERYTHING (Channel name, Video Title, and YouTube logo). I initially attempted using the youtube_player_flutter package, but ...
HoRiz's user avatar
  • 767
0 votes
0 answers
52 views

When receiving data about a video through YouTube Oembed, I get a 403 error

When we access the YouTube oEmbed service from our server, we receive the following response: 403. That’s an error. Your client does not have permission to get URL /oembed from this server. That’s ...
Pavel Pavlikoff's user avatar
1 vote
1 answer
368 views

Youtube IFrame API - Start time not working when Youtube History is enabled

When a user is signed-in at youtube with Youtube History enabled, the start time will not work. Somehow, youtube will go to the last save time in history after the video is played. Steps to reproduce ...
sss's user avatar
  • 991
0 votes
0 answers
43 views

How to make video has to to play auto mode and fullscreen in jsp file?

In my JSP file, I have a YouTube video that needs to be in fullscreen mode. I attempted to implement this in the following code, but it didn't work out. How can I ensure that the video plays in ...
aruna's user avatar
  • 1
1 vote
0 answers
5k views

Embedding specific videos causes an error ("An error occurred. Please try again later. (Playback id: XXXX)") when using PyQt5

I am trying to embed a Youtube video in a PyQt5 application. However, for specific videos it consistently displays an error ("An error occurred. Please try again later. (Playback id: XXXX)")...
Tarangar's user avatar
0 votes
1 answer
366 views

How to center a iframe tag in react using tailwind css?

I want my iframe tag to be displayed at the center of the page but its aligned to the left. The iframe is inside a div tag on which I have tried applying flex items-center and flex justify-content , ...
devacius the one above all's user avatar

15 30 50 per page
1
2 3 4 5
55