Category "playback"

How to speed up youtube's videos more than 16x with javascript?

I use document.getElementsByClassName("video-stream html5-main-video")[0].playbackRate = x; and x from 0 to 16. There is an error if it bigger than 16 VM308:1 U

Discord Music Bot

I am creating a discord bot that plays music. It successfully joins a channel but then returns an error when searching for music. This is my code: @client.comma

how should we link videos and audios on our html file?

<video width="500" height="500" controls="contrlos"> <source src="hope.mp4" type="video/mp4"> </video> this is the code I tried on vscode

Strange statistics in Google Play Developer Console

Today I noticed strange statistics in my Google Play Developer Console in one of my application It is about Final installs on active devices: 17 July - th

JavaScript Button Stop All Audio on Page

I'm using a embed player from mixlr.com to play audio. Now I need a button to stop the whole site's audio. Though the player have it's own play pause button. Bu