Article 6H2V4 bypass youtube cookie screen

bypass youtube cookie screen

by
aristosv
from LinuxQuestions.org on (#6H2V4)
I am using the following command to show a full screen YouTube video on a remote screen.

Code:xinit /usr/bin/chromium \
--aggressive-cache-discard \
-no-sandbox \
--enable-features=OverlayScrollbar \
--window-size=1920,1080 \
--start-fullscreen \
--kiosk \
--incognito \
--noerrdialogs \
--no-first-run \
--fast \
--fast-start \
--disable-infobars \
'https://www.youtube.com/live/amzSyx8Alzk?si=vhlD1RqKGBvSQ7XH' -- -nocursor"The problem is that YouTube wants consent for cookies (see attached)

How can I bypass this screen? Keep in mind this is a headless remote computer.
Attached Thumbnailsattachment.php?attachmentid=42219&stc=1&
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments