15,880 questions
Score of 1
0 answers
98 views
360 degree Youtube embed controls
I'm trying to show a 360 Youtube video in a react & vite project. I get the video to open up, but whatever I try it just doesn't get the controls in it.
Just as an example this hasn't worked (I've ...
Score of 0
0 answers
140 views
YouTube Aspera rejects a valid playlist ID returned by YouTube Data API with PLAYLIST_ID_WRONG_FORMAT
We create playlists programmatically using the YouTube Data API v3 (playlists.insert) with the official PHP SDK.
Example:
$playlist = new Google_Service_YouTube_Playlist();
$playlist->setSnippet($...
Advice
0
votes
6
replies
125
views
Youtube think I'm associated with many project but I'm not
I got following message from YouTube API Operations <[email protected]> that I'm identified many project which I do not recognize.
I only recognize one out of 138 projects youtube has listed......
Advice
0
votes
7
replies
157
views
C# WebView2 and viewing local HTML files with YouTube embedded in <iframe>
I asked this question about viewing local HTML files with YouTube embedded in <iframe> in my browser.
Local HTML file embed youtube with <iframe>
It was answered that it couldn't be done ...
Score of 0
1 answer
198 views
Local HTML file embed youtube with <iframe>
I have a created a test website at infinityfree and uploaded a test file to display a Youtube video in an <iframe\>
<!DOCTYPE html>
<html lang="en">
<head>
<...
Advice
0
votes
0
replies
59
views
Sell course but don't know how
I am a software engineer, actually. I will make basic of coding language and project course. All will be paid, and I want to sell the source code also. Just don't know which platform will be best and ...
Advice
0
votes
0
replies
144
views
VPN server with privoxy/tor
I want to use both a VPN and the anonymity of tor.
How can I set up my VPN server, so that all traffic is routed from there through privoxy/tor?
(Youtube e.g. has blocked the IP address of my VPN ...
Score of 2
0 answers
231 views
How can I make YouTube IFrame API seekTo() calls silent without setting controls: 0?
I'm building a video app where users navigate by clicking timestamps in a side panel, each calling player.seekTo(seconds, true). Until the embed redesign rolled out in late March 2026, this was silent:...
Advice
0
votes
6
replies
214
views
Building a website to convert long videos into engaging and attractive short videos
I don’t have any code to attach, and I know this isn’t a typical technical problem. The real issue is that I don’t even know where to start.
I have a problem and I don’t know how to solve it, so I’m ...
Score of 3
1 answer
160 views
How can I exclude archived livestreams but keep premieres that appear in /videos?
I’m trying to match a channel’s public Videos tab. I want archived livestreams excluded and premieres that appear in /videos kept.
These two public videos reproduce the problem:
IcZxVrRrzcM
6-...
Score of 0
0 answers
69 views
seekTo(seconds, false) no longer renders preview frames in YouTube iframe player viewport — regression or am I missing something?
The seekTo method of the YouTube iframe API has the shape:
player.seekTo(seconds: Number, allowSeekAhead: Boolean):Void
Regarding allowSeekAhead, the docs say:
We recommend that you set this ...
Score of 1
1 answer
740 views
Error code 153 when trying to use Youtube Embed | HTML
UPDATE:
somehow the embed shows up/works when I'd host the website on neocities but when I am checking the website locally it doesn't show up for some reason
When I try to use a youtube video embed in ...
Advice
0
votes
2
replies
167
views
Youtube videos and CORS
I'm a web dev and I'm creating a React based YouTube clone.
I'm using MongoDB, storing YT Videos and their id's, and coding the frontend in React.
<iframe
title={video.title}
src={...
Score of 2
1 answer
1403 views
This video is unavilable | Error code: 152 - 4
When trying to show youtube video in my app with embeded way, it shows the error code: 152 - 4.
I just want to make a view where passing the YouTube ID will play the YouTube video inside my app's ...
Score of 3
2 answers
1345 views
YouTube video works in browser but fails inside Flutter app with error 152-4
I am developing a Flutter app (Android 12 and Android 14 tested) and embedding YouTube videos using youtube_player_iframe (or youtube_player_flutter).
The videos:
Work perfectly in Chrome on the ...