player icon indicating copy to clipboard operation
player copied to clipboard

Set controls = true not working on YouTube video

Open davodavodavo3 opened this issue 1 year ago • 2 comments

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 avatar Nov 19 '24 20:11 davodavodavo3