Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upwav audio files can't be played #26273
Comments
|
i'd like to take a look but i tried grepping both servo and servo-media and failed to find anything like that |
These log messages come from the app itself. This is probably I've just checked that we are actually able to play wav audio files, but
The code for the |
|
also this link at best crashes servo and gives following stacktrace Stacktrace
or just kills my gnome-shell so i had to reset my pc |
added demuxer presence check for audio/x-wav media type also fixed unused-extern-crates warning GStreamerRegistryScanner was checking if wav is supported by searching gstreamer factories for application/x-wav caps, but some hosts report wav mime as audio/x-wav. issue: servo/servo#26273
|
With the media update, we have some new test results:
The new failure corresponds with |
AFAICT we are already checking codecs as well. https://github.com/servo/media/blob/master/backends/gstreamer/lib.rs#L267 |
|
The problem with this test seems to be that we are failing to parse mime types like |
|
We saw this in the past #23229 (comment) |
|
And hyperium/mime#91 likely solves the problem |
From https://playcanv.as/p/Ikq6Uk6A/: