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

CEF3 and HTML5 audio tag #444

Closed
reccardt opened this issue Aug 8, 2014 · 6 comments
Closed

CEF3 and HTML5 audio tag #444

reccardt opened this issue Aug 8, 2014 · 6 comments

Comments

@reccardt
Copy link

reccardt commented Aug 8, 2014

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.

@cztomczak
Copy link

You need to copy dll from the same exact version of CEF that CefSharp uses.

@reccardt
Copy link
Author

Where is it?

@amaitland
Copy link
Member

http://cefbuilds.com/#branch_1650

I've tried the 32bit WPF version and it works as expected once I copy ffmpegsumo.dll into the bin folder.

@reccardt
Copy link
Author

That worked. Thanks.

@veljkoraden
Copy link

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.
Am i right? Where can i find ffmpegsumo dll for my version?

@amaitland
Copy link
Member

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.
Am i right? Where can i find ffmpegsumo dll for my version?

@noisedaddy Please don't comment on an issue that's been closed for over two years, the information provided here isn't relevant anymore. ffmpeg is now statically compiled into libcef.dll, so there is no separate dll.

@cefsharp cefsharp locked and limited conversation to collaborators Oct 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants