-
Notifications
You must be signed in to change notification settings - Fork 389
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
How to play base64 encoded wav audio? #1928
Comments
I done some tests with usage of data URL on Raspberry PI 3B+ and Broadcom based STB.
Results:
Looks like issue is specific to some hardware platforms, where the problem is on the verge between webkit and gstreamer. In general instead of using dataURL, I suggest to use WebAudio API, which is better supported on WPE. |
We use webkit to play audio, use html5 video tag "data:audio/x-wav;base64,", the platform can't support it.
So is there any other way to play it?
The text was updated successfully, but these errors were encountered: