Re: Off-topic: making WebRTC work in practice (Re: a brief pondering)

Philipp Hancke <fippo@goodadvice.pages.de> Wed, 01 April 2020 17:28 UTC

Return-Path: <fippo@goodadvice.pages.de>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 270343A13E3 for <ietf@ietfa.amsl.com>; Wed, 1 Apr 2020 10:28:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N8DrBoTaOvhx for <ietf@ietfa.amsl.com>; Wed, 1 Apr 2020 10:27:54 -0700 (PDT)
Received: from lo.psyced.org (lost.in.psyced.org [188.40.42.221]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B9A513A13E8 for <ietf@ietf.org>; Wed, 1 Apr 2020 10:27:53 -0700 (PDT)
Received: from [192.168.2.126] (pD9E2CBE7.dip0.t-ipconnect.de [217.226.203.231]) (authenticated bits=0) by lo.psyced.org (8.14.3/8.14.3/Debian-9.4) with ESMTP id 031HRwNi025591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <ietf@ietf.org>; Wed, 1 Apr 2020 19:27:59 +0200
Subject: Re: Off-topic: making WebRTC work in practice (Re: a brief pondering)
To: ietf@ietf.org
References: <fd6b7ee2-cdbe-14a1-0087-ce61282b22f6@lear.ch> <29D0DCA7-1D72-428F-A6DD-05511D90C039@cable.comcast.com> <31A798F0-9DE0-4231-A768-76BA9A1A2180@tzi.org> <E1FD746D-0BCD-4ECC-BB9B-75DFA05AA9DC@tzi.org>
From: Philipp Hancke <fippo@goodadvice.pages.de>
Message-ID: <85081dd6-da57-a93d-9a57-1ef9c1ccd152@goodadvice.pages.de>
Date: Wed, 01 Apr 2020 19:27:42 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1
MIME-Version: 1.0
In-Reply-To: <E1FD746D-0BCD-4ECC-BB9B-75DFA05AA9DC@tzi.org>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/KMzJ1st8FbLOELc0NdsFEz-Nr28>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Apr 2020 17:28:00 -0000

hey Carsten,

Am 01.04.20 um 13:53 schrieb Carsten Bormann:
> In the university, a lot of WebRTC is using Jitsi as a tool.
> This works mostly well, with occasional surprises.
> What we could use now is a better way to diagnose these surprises.

https://test.webrtc.org/ (opensource but mostly abandoned) might help or 
https://network-test.testrtc.com/ (commercial)
chrome://webrtc-internals or firefox about:webrtc are useful but require 
you to be an expert.

> This requires WebRTC knowledge that our IT people don’t have.
> A WebRTC troubleshooting guide that I could point them to would be most helpful

https://support.google.com/a/users/answer/7380413
is pretty good. Some of it is specific to Google meet but there is quite 
some general advice.

> (Debugging and fixing Jitsi so it works reliably with both Firefox and Chrome would also help.)
> Grüße, Carsten
> 
> 
>> On 2020-03-22, at 06:45, Carsten Bormann <cabo@tzi.org> wrote:
>>
>> On 2020-03-21, at 16:54, Livingood, Jason <Jason_Livingood@comcast.com> wrote:
>>>
>>> what can this community (and similar/adjacent ones) do productively together to help
>>
>> The one thing that would be most useful for me right now would be a document with operational considerations for keeping WebRTC running (e.g., How not to mess it up with your firewall).
>>
>> Grüße, Carsten
>>
>