No compatible source was found

i was using the video js element but it says no compatible source was found for this media, but when i click inspect, there is a file, what might be the problem and how do i resolve this issue?

it’s looking for the file url but you’ve got it base64 encoded by the looks

now it is not bas64 but it still doesnt work, how can i resolve this issue? thanks

your video source says Blob: which means it is not uploaded into your file manager and may be from a source that doesn’t allow CORS so you might have to upload that blob into file manager and then access the uploaded file url.