Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E6FAE200AF5 for ; Thu, 2 Jun 2016 21:25:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E5825160A51; Thu, 2 Jun 2016 19:25:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 35B8E160A3E for ; Thu, 2 Jun 2016 21:25:04 +0200 (CEST) Received: (qmail 27585 invoked by uid 500); 2 Jun 2016 19:25:03 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 27576 invoked by uid 99); 2 Jun 2016 19:25:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 19:25:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D7DD9C68DC for ; Thu, 2 Jun 2016 19:25:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id prJVUd9Fb0RP for ; Thu, 2 Jun 2016 19:25:01 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 1F3715F2C2 for ; Thu, 2 Jun 2016 19:24:59 +0000 (UTC) Received: (qmail 27031 invoked by uid 99); 2 Jun 2016 19:24:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 19:24:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2DE302C033A for ; Thu, 2 Jun 2016 19:24:59 +0000 (UTC) Date: Thu, 2 Jun 2016 19:24:59 +0000 (UTC) From: "Michael Jumper (JIRA)" To: commits@guacamole.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GUACAMOLE-25) Add support for audio input MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 19:25:05 -0000 [ https://issues.apache.org/jira/browse/GUACAMOLE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312905#comment-15312905 ] Michael Jumper commented on GUACAMOLE-25: ----------------------------------------- With that merge, only the following PRs remain before GUACAMOLE-25 is (finally) done: * https://github.com/apache/incubator-guacamole-client/pull/12 * https://github.com/apache/incubator-guacamole-manual/pull/3 That's the "enable-audio-input" parameter definition and documentation respectively. > Add support for audio input > --------------------------- > > Key: GUACAMOLE-25 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-25 > Project: Guacamole > Issue Type: New Feature > Components: guacamole, guacamole-common-js, libguac, RDP > Reporter: Michael Jumper > Assignee: Michael Jumper > Fix For: 0.9.10-incubating > > > {panel:bgColor=#FFFFEE} > *The description of this issue was copied from [GUAC-1511|https://glyptodon.org/jira/browse/GUAC-1511], an issue in the JIRA instance used by the Guacamole project prior to its acceptance into the Apache Incubator.* > Comments, attachments, related issues, and history from prior to acceptance *have not been copied* and can be found instead at the original issue. > {panel} > Guacamole's protocol does already technically support audio streams in either direction, but this is only currently implemented in the server-to-client direction. The same support can be added such that client-to-server audio streams are initiated automatically (when enabled). > The procedure could be as follows: > # Guacamole client attempts to create an audio stream be sending an "audio" instruction to the server. > # If audio input is supported and enabled, the server responds with an "ack" instruction indicating success. The Guacamole client then requests access to the microphone via JavaScript. > # The browser prompts the user for access if they have not already granted/denied it. If access is granted, the audio stream begins. If access is denied, the audio stream is simply closed. > This would require adding support for RDP's audio input channel (not part of RDPSND, but very similar). The same could no doubt also be done for PulseAudio. -- This message was sent by Atlassian JIRA (v6.3.4#6332)