YouTube embed error? If you opened this file directly (file://), YouTube may block it.
Quickest fix — run a local server in the file's folder, then open the localhost URL:
python3 -m http.server 8000
# then visit: http://localhost:8000/dj-booth.html
Or drag the file onto
netlify.com/drop for a free hosted URL.