<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4902&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / What is the most easy method to pass through sound over network?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4902</link>
		<description><![CDATA[The most recent posts in What is the most easy method to pass through sound over network?.]]></description>
		<lastBuildDate>Sun, 20 Feb 2022 02:01:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: What is the most easy method to pass through sound over network?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34764#p34764</link>
			<description><![CDATA[<p>Regarding to codec, I guess Opus can be used:</p><p><a href="https://www.reddit.com/r/ffmpeg/comments/hp0o9x/why_does_no_one_use_the_opus_codec/" rel="nofollow">https://www.reddit.com/r/ffmpeg/comment … pus_codec/</a></p><p><a href="http://www.pogo.org.uk/~mark/trx/streaming-desktop-audio.html" rel="nofollow">http://www.pogo.org.uk/~mark/trx/stream … audio.html</a></p><p>My goal is to improve video session stability by executing video chat client on the modern Linode host with a fast internet in their datacenter.</p><p>So if my connection brokes or sometimes becomes slow I would not drop from the video session completely but rather only will miss some UDP packets from ffmpeg which is acceptable for me.</p><p>Also I am going to protect my Internet line between my home and Linode by some type of a VPN, may be UDP Wireguard.</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Sun, 20 Feb 2022 02:01:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34764#p34764</guid>
		</item>
		<item>
			<title><![CDATA[What is the most easy method to pass through sound over network?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34763#p34763</link>
			<description><![CDATA[<p>I am thinking about trying to use Zoom and Google Meet on a remote computer, for example inside a Linode guest with Tiger VNC + JWM.</p><p>I need to pass sound in both directions somehow. Open source VNC by its own AFAIK does not support remote sound.</p><p>I would not like to use Pulse Audio because I do not like anything from this systemD programmer <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Also I would prefer to avoid popular sound servers like NAS.</p><p>What do you think about trying to use ffmpeg and ALSA loopback for the task?</p><p>So I could make two streams:</p><p>1) From my workstation to Linode VPS:</p><p>VideoCam + Microphone -&gt; local ffmpeg streaming -&gt; UDP -&gt; remote ffmpeg -&gt; loopback devices (ALSA and V4L) -&gt; Zoom / Google Meet</p><p><a href="https://trac.ffmpeg.org/wiki/StreamingGuide" rel="nofollow">https://trac.ffmpeg.org/wiki/StreamingGuide</a></p><p><a href="https://trac.ffmpeg.org/wiki/Capture/ALSA" rel="nofollow">https://trac.ffmpeg.org/wiki/Capture/ALSA</a></p><p>2) From Linode VPS to my workstation:</p><p>Zoom / Google Meet on Linode VPS&#160; -&gt; ALSA loopback -&gt; remote ffmpeg&#160; streaming -&gt; UDP -&gt;&#160; some player capable to open a sound stream</p><p>Also I will look at VNC to see another party.</p><p>There is even a place for improvement. I can try to capture program window like Zoom or Chromium directly to ffmpeg too and pass remote video from another party via multimedia stream too and see it in a player instead of VNC client.</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Sun, 20 Feb 2022 01:51:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34763#p34763</guid>
		</item>
	</channel>
</rss>
