andy-portmen / open-in-vlc

a browser extension to send media links to VLC media player
https://webextension.org/listing/open-in-vlc.html
Mozilla Public License 2.0
113 stars 54 forks source link

Open VLC fullscreen option #5

Open StuartIanNaylor opened 5 years ago

StuartIanNaylor commented 5 years ago

Not sure why Andy but VLC at least with higher res on the raspberry pi will only play when full screen. Your addon is brilliant for the pi as chromium runs vid extremely badly and any modern resolution format nearing full 1080p 60fps suffers anywhere from micro stutters to huge stutters.

Is it possible to launch VLC fullscreen cmdline linux vlc -f or vlc --fullscreen but don't know what you have avail through an api. Also is it possible to stop the video in chromium as the same time?

Not an issue but a request for options?

PS on linux nodejs

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash

nvm install --lts depending on the output of the above for the env variable ( https://github.com/nvm-sh/nvm)

doodeehee70 commented 5 years ago

A