This is an example of using the Twitch player and adding a number of Controls to it.
It uses Embed Everything
Since it uses the JS Embed Library, you do not need to specify the parent as the JS Library will work it out for you
This example is based on this "Web" Example that exists on my Extensions Website for test purposes
This example is also available via GitHub Pages!
Give it a whirl here
This is so rough that you need to upload it somewhere or know how to start a WebServer on 127.0.0.1 port 80 locally
If you have PHP installed
sudo php -S 127.0.0.1:80
Will get you going real quick