From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31654 invoked from network); 8 Jul 2022 21:14:00 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 8 Jul 2022 21:14:00 -0000 Received: from mx1.riseup.net ([198.252.153.129]) by 9front; Fri Jul 8 17:12:02 -0400 2022 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4LfmDt6Z6YzDqY8 for <9front@9front.org>; Fri, 8 Jul 2022 21:11:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1657314718; bh=Fwy+41Yf5pP5v4Gg6dHxekBQzGAEtSCdAxjD+wd5sjU=; h=Subject:To:References:From:Date:In-Reply-To:From; b=rVnRn3L1F0u/DIC9bOsNhPoAhMQOn1ivNN+bW3qQsakGAkvbl40hdORDEPV0h9lMB WDINV8fuoiwdYOhgNazH1uCVNhXff8+/0UkDnBys+YEGLr4GjFW0edzrE+3K0tF6pg DBipvxxdFgLIcMIomnnHcaFLwlu8+oDHPY957o08= X-Riseup-User-ID: 16902E4C89F8169618EEB5F88475A585D3E34AB138DD1EE271AB879C9B56560A Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4LfmDr6BP2z5vRH for <9front@9front.org>; Fri, 8 Jul 2022 21:11:56 +0000 (UTC) To: 9front@9front.org References: <76b27c59-d0d5-a733-7182-4aeeebd959ff@larbob.org> From: mkf9 Message-ID: Date: Sat, 9 Jul 2022 01:41:53 +0430 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible strategy Subject: Re: [9front] Bounty: tmux-esque /dev/draw intermediary Reply-To: 9front@9front.org Precedence: bulk Thaddeus Woskowiak wrote: > How would open fd's to files and binds to things in /mnt/term be > handled on reconnect on a different machine with a different > /mnt/term? > > Maybe fixing vnc audio is a better bounty for now. I don't think vnc supports any form audio at all. some vnc clients/servers use hacks with pulseaudio and things like that. maybe having a sndio server could work in our case?