Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set controls = true not working on YouTube video #1514

Open
davodavodavo3 opened this issue Nov 19, 2024 · 0 comments
Open

Set controls = true not working on YouTube video #1514

davodavodavo3 opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@davodavodavo3
Copy link

davodavodavo3 commented Nov 19, 2024

Current Behavior:

Video is automatically pausing

Steps To Reproduce:

Player link

{
"$schema": "https://vidstack.io/player/schema",
"player": {
"src": "youtube/_cMxraX_5RE",
"viewType": "video",
"streamType": "on-demand",
"logLevel": "warn",
"controls": true,
"crossOrigin": true,
"playsInline": true,
"title": "Sprite Fight",
"poster": "https://files.vidstack.io/sprite-fight/poster.webp",
"textTracks": [
{
"src": "https://files.vidstack.io/sprite-fight/subs/english.vtt",
"label": "English",
"language": "en-US",
"kind": "subtitles",
"type": "vtt",
"default": true
},
{
"src": "https://files.vidstack.io/sprite-fight/subs/spanish.vtt",
"label": "Spanish",
"language": "es-ES",
"kind": "subtitles",
"type": "vtt"
},
{
"src": "https://files.vidstack.io/sprite-fight/chapters.vtt",
"language": "en-US",
"kind": "chapters",
"type": "vtt",
"default": true
}
]
},
"layout": {
"type": "default",
"thumbnails": "https://files.vidstack.io/sprite-fight/thumbnails.vtt"
},
"hls": {},
"dash": {},
"events": [
"can-play"
]

@davodavodavo3 davodavodavo3 added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant