DJ using YouTube videos - this app will let you search and select different videos on YouTube, load them into the browser and mix them.
This was a cool idea but unfortunately the YT iframe api only supports a very small range of playbackRates, I've submitted an issue about this here which is going on my list of things that will never happen.
After a bit of hacking which involved dowloading an older version of chrome and disabling web security, I've made this app actually work.
npm / yarn install
npm / yarn build
In order to use this application you must disable the SOP security measures in your browser, here is how you would do it for Chrome on OSX:
- First install a copy of Chrome v66
- Then disable web security
open -n -a /Applications/Google\ Chrome\ 2.app --args --user-data-dir="/tmp/chrome" --disable-web-security
- Then go to index.html