liquidx / webviewscreensaver

Mac OS X Screen Saver powered by a Web View
Apache License 2.0
1.17k stars 138 forks source link

Youtube #60

Closed JO77-Tech closed 4 years ago

JO77-Tech commented 4 years ago

Could we make a choice to make our YouTube full screen? really hope that would happen.

nicolasrodi commented 4 years ago

For the URL: Go on your Youtube stream Right-Click, Copy embed code When you'll paste it, only take the URL

And add this at the end of the url

« ?rel=0&autoplay=1;fs=0;autohide=0;hd=0;mute=1 »

If you want sound, you can enter mute=0 instead of mute=1

agologan commented 4 years ago

Thank you @nicolasrodi for the step by step guide.

For the more tech savvy I suggest instead of using the YouTube link directly, that you download the videos locally and add them to a simple html file containing a <video> tag. This way you get a clean video player where you can control, things like repeat, sound and any other playback feature you may need.