[Bug 11673] Streaming audio data from a microphone over a WebSocket

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11673

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public-webapps@w3.org
          Component|other Hixie drafts (editor: |WebSocket API (editor: Ian
                   |Ian Hickson)                |Hickson)
            Product|HTML WG                     |WebAppsWG
            Summary|[device] Streaming audio    |Streaming audio data from a
                   |data from a microphone over |microphone over a WebSocket
                   |a WebSocket                 |
          QAContact|public-html-bugzilla@w3.org |member-webapi-cvs@w3.org

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-03-15 06:02:48 UTC ---
Moving this to WebSockets. This will likely not be supported for some time. In
the meantime, a server could just implement PeerConnection if you're willing to
do unreliable audio over UDP (as opposed to reliable but potentially
high-latency audio over TCP).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 15 March 2011 06:02:50 UTC