Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hello EO crew,
I'd like to read mp3 files with EO Browser; I believe it's not possible as is since mp3 is not 100% free.
Is there a way to add mp3 support ?
We tryed to call EO.WebBrowser.Runtime.AllowProprietaryMediaFormats() but no success.
We wants to read mp3 using html5 <audio> tag with base64 like this : <audio src="data:audio/mp3;base64,//tSxA....MP3 RAW DATA..... ">
It's working fine with oogg
Thanks, regards.
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hi again,
Nevermind I found a solution on my own, its seems chrome/firefox recognize data:audio/mp3 ; but EO only recognize data:audio/mpeg for reading mp3 files !
This topic can be close.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Thanks for the the update. This is mainly a license issue. Please see here for more details: http://www.essentialobjects.com/doc/webbrowser/advanced/html5.aspxThanks!
|