(Working on an RPi) I would like to open a webpage which is displaying live video content in full screen from terminal. By this, I don't mean having the web page itself open in full screen, but rather the video content. Currently my script uses:
chromium-brower --start-fullscreen --start-maximized (website)
I then use xdotool to double click on the video to open it in full screen. This doesn't seem like the best way to achieve this task though. Is there perhaps a way to load the video itself in full screen using one command? Further, is it possible to only load the video content in the webpage?