From 40a75ec01d04f0eb497f8a90a61a3e29bdbe38d0 Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:44:48 +0100 Subject: [PATCH] add why this tutorial for devtools --- docs/devtools.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/devtools.md b/docs/devtools.md index 87e77e8..f38d1d7 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -1,5 +1,11 @@ # Diagnose video playback issues with DevTools +## Why this tutorial? + +Invidious or more specifically Video.JS (the library for the video player) can't give you a proper error for the famous message "The media could not be loaded, either because the server or network failed or because the format is not supported.". + +Here is how to find the real error and fix it. + ## Requirements This tutorial only works on the desktop version of Firefox and Chromium based browsers (Chrome, Brave, Opera, Vivaldi, Edge and so on).