[Webkit-unassigned] [Bug 135292] Evolution [GTK] Mail 3.10.4 and 3.12.4 can't read audio attachments from the integrated reader inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 00:08:33 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135292





--- Comment #10 from Philippe Normand <pnormand at igalia.com>  2014-07-30 00:08:45 PST ---
(In reply to comment #9)
> (In reply to comment #2)
> > What's supposed to happen when that test program is executed? Here the first audio element doesn't load because I don't have that wav file and the second audio element is a silence sound which plays fine here.
> 
> The test works here (Fedora) the same as for you, the first file doesn't play (due to forbidden file:// URIs), the second plays fine, because it has assigned the data inline. This is how Evolution (an email client) does that, but it's not ported to webkit2 yet. The test.c is a minimal reproducer. The problem is that Melodie's system doesn't play any of the files, even it seems like he has the same packages installed.
> 

Wow, ok I was totally confused by the initial bug description then. Thanks for the clarification.

> A better question would be, from my point of view, to know what he should have available locally to get the second file played, because it seems there's missing something. If you can give any pointers how to troubleshoot this, then it'll be great.

To play that audio data: uri all you should need is gstreamer core, -plugins-base and -plugins-good. Can you please do this:

GST_DEBUG_NO_COLOR=1 GST_DEBUG=5 ./test 2> gst.log

and try to play the second audio element? Then attach the log on this bug, gzipped.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list