-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
CEF3 and HTML5 audio tag #444
Comments
You need to copy dll from the same exact version of CEF that CefSharp uses. |
Where is it? |
http://cefbuilds.com/#branch_1650 I've tried the 32bit WPF version and it works as expected once I copy |
That worked. Thanks. |
I tried various ffmpegsomo.dll but nothing works for me. I have CEF 3.2704.1432.g60b3718 version and could not find ffmpegsumo.dll for my version on http://cefbuilds.com/#branch_1650 link which amaitland provided. Is there somethig im doing wrong or some version include ffmpegsumo.dll-s and some not. |
@noisedaddy Please don't comment on an issue that's been closed for over two years, the information provided here isn't relevant anymore. |
Using the latest CefSharp.WPF.Example from github, HTML5 audio tags show the message that the tag is not supported. See it here: http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_audio_all
After some googling, I found that you should be including ffmpegsumo.dll : https://code.google.com/p/chromiumembedded/issues/detail?id=948 After copying it over from my Chrome installation, the normal audio transport appears, but the speaker shows up as disabled and the audio doesn't play. The video tag doesn't work either.
The text was updated successfully, but these errors were encountered: