[Webkit-unassigned] [Bug 180696] New: createMediaElementSource() not working with Hls stream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 12 07:54:31 PST 2017


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

            Bug ID: 180696
           Summary: createMediaElementSource() not working with Hls stream
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: francesco.cretti at gmail.com

Created attachment 329112

  --> https://bugs.webkit.org/attachment.cgi?id=329112&action=review

Source code of demo page

Hi everyone,
I'm developing an interactive web application based on WebAudio Api and Hls streams.

I know that a previous issue has been fixed (https://bugs.webkit.org/show_bug.cgi?id=143332), that prevented to import audio content from an HTML5 <audio> tag inside the WebAudio routing graph.

I found out that if the content source of the HTML5 <audio> tag it's an HLS stream (or other stream protocols, such as icecast) the bud is still present.

I prepared an online demo here: http://anaconda.polito.it:9080/~cretti/Hls_createMediaElementsource/

In this page an HLS stream is loaded with a an HTML5 <audio> tag and then is wrapped inside the WebAudio API Context with the createMediaElementSource() method. 
Later, the song is filtered with a LPF at 500 Hz using a BiquadFilter Node. Furthermore, the song volume is modulated by the mouse vertical position, such as in this example. 

The script works with Chrome, Firefox or Opera but it does not in Safari, where the stream plays, but the WebAudioAPI cannot apply any effect.

Thanks in any case,
Francesco

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171212/397e6697/attachment.html>


More information about the webkit-unassigned mailing list