-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Chromium fix related to audio types #1843
Conversation
i make a test : http://dev-prod.multimedia.editions-mediaclap.fr/html/prod-test/js/johndyer-mediaelement-3e9d1ee/test/test.html |
I'll check this since I don't have an instance of Linux to test Chromium |
@mediaclap I got access to an Ubuntu machine and I checked on Chromium and I can hear the audio. What is what you are experiencing? |
My Chromium version is
|
mine is Version 52.0.2723.2 (64-bit) on windows link to download : https://sourceforge.net/projects/crportable/files/ |
@mediaclap I see the controls now. I just updated Ubuntu and now my Chromium version is |
did you test with windows version ? |
link to download : https://sourceforge.net/projects/crportable/files/ |
in http://dev-prod.multimedia.editions-mediaclap.fr/html/prod-test/js/johndyer-mediaelement-3e9d1ee/test/test.html i've change the source with the PR fix ! but in my windows version its not ok ! |
I just have a Unix and Mac machines with me. I don't have a Windows machine with me. Can you send me a screenshot of what you are seeing, or even what you are getting from Console or Network tabs to try to determine what's going on please? Thanks for your patience and help with this. I'll try to get a Win instance as soon as possible |
Which version of Windows do you have? |
@Ron666 @mediaclap I tested on Windows 7 32 Bits - Chromium 54. Doesn't play And console shows that info
That is because Chromium doesn't have support for privative formats https://www.chromium.org/audio-video And is supported when is build as Chrome, not Chromium |
@mediaclap As @isantolin said, this is a known bug from Chromium on Windows. On Ubuntu this can be fixed by running As an alternative solution for this, try the steps listed on http://www.chromestory.com/2010/11/how-to-make-chromium-os-play-mp3-files-on-windows-linux-and-mac/. This is not related to this plugin anymore. And as it is concerned to this PR, it solved the issue related to not being able to display the audio controls in Chromium. |
…n Flash valid types as an attempt to play them properly
@mediaclap and @isantolin I changed the PR slightly; please test and let me know. Thanks for your help on this one |
@Ron666 That PR Works well in IE, FF, Chrome. I think you can merge |
Did you give it a try on Chromium as well? |
@Ron666 Chromium has the current bug "privative formats" and cannot play. Beyond that, PR don't create any other error. Merge |
Thanks @isantolin I'll merge as soon as I'm front of my computer. Thanks again for your help |
Closing this issue since PR was merged and per comments above |
Sorry to bump this closed issue, but it is not fixed on my side. I am using Chromium, but I have also installed the required dependencies to be able to read mp3 files. It works well with a classical Simple
|
Thanks for pointing this. I'll take a look and if needed I'll ask you for more testing |
If you can also provide a URL to test it I'll appreciate it |
And also the OS you tested this |
Here is the url used as a test: http://roleplay.pixelastic.com/underground/murailles.html OS is Ubuntu 16.04, with |
Chromium under Linux still fails. I downloaded latest mejs build from here. Example with ogg only supplied: no playback (screenshot) Example with ogg and mp3 supplied: chromium plays mp3 via flash plugin instead of html5 ogg (in the screenshot you can see that swf file was downloaded). By the way, in this example without mejs my Chromium also plays mp3 without flash via native html5 player (screenshot). But no problem in Firefox. OS: Ubuntu 16.04.1 x86_64, Chromium: 52.0.2743.116 |
@rekcuFniarB The build files have not the fix available; please test this using only the src files, given that this hasn't been released yet. For reference, check |
@pixelastic Enable mediaelement again but use the |
@pixelastic i ve same probleme with my chromium version mp3 play but no control display with mejs ! |
@pixelastic Can you send me the URL where you used the mejs src files so I can see the issue, please? |
This way it works, thanks for fixing. |
I just tried with the All is working, thanks for investigating :) |
Chromium was not allowing to play audio files; this PR fixes #1520, #1670, #1831 and #1816