Play videos with iframe in html

Actually there’s nothing wrong with your code! But the problem is with IDM (Internet Download Manager) as it hooks every link that your browser is requesting and finds whether the destination you’re trying to access matches what is in IDM’s extensions list, so the first thing would execute after the file being requested is IDM as it has higher priority than your browser and its anyway serving as a listener inside your browser.

you either have to exclude “localhost” from the hook or you have to remove the mp4 extension from IDM’s extension list (which isnt efficient)

Leave a Comment