Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media error: Format(s) not supported or source(s) not found #2390

Closed
dstrivelli opened this issue Sep 12, 2017 · 13 comments
Closed

Media error: Format(s) not supported or source(s) not found #2390

dstrivelli opened this issue Sep 12, 2017 · 13 comments

Comments

@dstrivelli
Copy link

I'm getting very spotty loading of a variety of files. Users in Chrome for mac, Firefox, IE11, and Edge are reporting seeing this error and no functionality.

The native HTML5 video player works just fine, so I'm having a hard time debugging the problem and cannot replicate on my personal machine. What can I do to debug with my users?

@rafa8626
Copy link
Contributor

A Fiddle is a good start point to debug this. Now maybe the way the player is being implemented could be an issue, or maybe (but it entirely sure) the media source itself

@dstrivelli
Copy link
Author

The only thing about this is that it seems to work just fine for some users on some machines, and not others on other machines. In my head that would seem to be a codec problem, but if the video also plays on those machines through the native HTML5 player, then I'm sort of thrown.

I'll try to collect a fiddle that demonstrates this, but I'm not sure :-(

@rafa8626
Copy link
Contributor

Maybe it's then internet bandwidth for what you are describing

@rafa8626
Copy link
Contributor

Or OS versions

@dstrivelli
Copy link
Author

I just don't see any clear line between any configuration and the problem. Some users have MacBook Pro running Chrome, some have IE 11 on Windows 10

@rafa8626
Copy link
Contributor

You have to consider that if they have installed other plugins in the browsers that also affects the media being played

@dstrivelli
Copy link
Author

dstrivelli commented Sep 12, 2017

Interesting, I'll see what info I can gather along those lines from various affected folks. Thank you for the perspective.

@rafa8626
Copy link
Contributor

You are welcome.

@hesamhesam
Copy link

Thank you very much

@alexlii1971
Copy link

alexlii1971 commented Mar 13, 2018

Hello,

I got the same error in a wordpress.
but, this error only happens with Safari, the video play well with Chrome and Firefox.
And, please note that this error only happens on the site will SSL installed, any suggestion to resolve it?

I can provide Adminstrator account for your test.

Thanks.

Alex

@alexlii1971
Copy link

Also, other people submit bug report at core.trac.wordpress.org:

https://core.trac.wordpress.org/ticket/42874#comment:7

Alex

@tenglongwentian
Copy link

I also have this question。

@MRahi
Copy link

MRahi commented Oct 10, 2023

In editor -> switch on text tab
Add ?_=1 end of video url
Ex: ... mp4="https://video.mp4" ... => ... "mp4="https://video.mp4?_=1" ...
It resolved my problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants