<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using Owncast with OBS]]></title><description><![CDATA[<p dir="auto">This is a HOWTO on how to use Owncast with OBS.</p>
<ul>
<li>Install Owncast</li>
<li>As a first step, change the streaming key. This is under <code>Configuration</code> -&gt; <code>Server Setup</code>:<br />
<img src="/assets/uploads/files/1651787213110-bb02c4fc-e7a4-44c7-9dab-2b75491d2f7c-image-resized.png" alt="bb02c4fc-e7a4-44c7-9dab-2b75491d2f7c-image.png" class=" img-fluid img-markdown" /></li>
<li>In <code>Home</code>, you will find the Streaming URL.<br />
<img src="/assets/uploads/files/1651787326948-cc637944-1d6c-4fea-888b-d7652ba695f2-image-resized.png" alt="cc637944-1d6c-4fea-888b-d7652ba695f2-image.png" class=" img-fluid img-markdown" /></li>
<li>Put the above in OBS. <code>File</code> -&gt; <code>Settings</code>. Then, <code>Stream</code> . Choose <code>Custom</code> and paste the values from above:<br />
<img src="/assets/uploads/files/1651787405267-0b155641-c866-4e23-b892-d0a72739bc53-image-resized.png" alt="0b155641-c866-4e23-b892-d0a72739bc53-image.png" class=" img-fluid img-markdown" /></li>
<li>In OBS, <code>Start Streaming</code>.</li>
</ul>
<p dir="auto">That's it! You can point your viewers to your owncast instance and they should see whatever you are streaming via OBS.</p>
<p dir="auto">As described <a href="https://owncast.online/docs/embed/" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>, you can embed in another site like so:</p>
<pre><code>&lt;iframe
  src="https://your.host/embed/video"
  title="Owncast"
  height="350px" width="550px"
  referrerpolicy="origin"
  scrolling="no"
  allowfullscreen&gt;
&lt;/iframe&gt;
</code></pre>
<p dir="auto">There is also a HLS stream - <code>https://your.host/hls/stream.m3u8</code> (put it straight into VLC or equivalent).</p>
]]></description><link>https://forum.cloudron.io/topic/6952/using-owncast-with-obs</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 07:35:46 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/6952.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 May 2022 22:06:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 13 May 2022 17:33:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thanks, so I think you should edit the last line in your original post in this thread to reflect this. http --&gt;https</p>
]]></description><link>https://forum.cloudron.io/post/47855</link><guid isPermaLink="true">https://forum.cloudron.io/post/47855</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Fri, 13 May 2022 17:33:39 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 13 May 2022 16:06:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> said in <a href="/post/47828">Using Owncast with OBS</a>:</p>
<blockquote>
<p dir="auto"><a href="https://owncast.ourwebsite.com/hls/stream.m3u8" target="_blank" rel="noopener noreferrer nofollow ugc">https://owncast.ourwebsite.com/hls/stream.m3u8</a></p>
</blockquote>
<p dir="auto">Always https.</p>
]]></description><link>https://forum.cloudron.io/post/47845</link><guid isPermaLink="true">https://forum.cloudron.io/post/47845</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 13 May 2022 16:06:37 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 13 May 2022 13:09:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
<p dir="auto">Thanks for the nice tutorial!</p>
<p dir="auto">The example you provide is:</p>
<pre><code>src="https://your.host/embed/video"
</code></pre>
<p dir="auto">So, if our website is:<br />
<a href="https://ourwebsite.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://ourwebsite.com</a><br />
and the Owncast is at: <a href="https://owncast.ourwebsite.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://owncast.ourwebsite.com</a></p>
<p dir="auto">would we put:</p>
<pre><code>src="https://owncast.ourwebsite.com/embed/video"
</code></pre>
<p dir="auto">and reach the HLS (HTTP Live Stream) stream on e.g. VLC at:</p>
<pre><code>http://owncast.ourwebsite.com/hls/stream.m3u8
</code></pre>
<p dir="auto">or</p>
<pre><code>https://owncast.ourwebsite.com/hls/stream.m3u8
</code></pre>
]]></description><link>https://forum.cloudron.io/post/47828</link><guid isPermaLink="true">https://forum.cloudron.io/post/47828</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Fri, 13 May 2022 13:09:28 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 06 May 2022 13:15:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> OwnCast has an option to lower the delay - it's built in 10 seconds is default setting and expected, as you said.</p>
]]></description><link>https://forum.cloudron.io/post/47329</link><guid isPermaLink="true">https://forum.cloudron.io/post/47329</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Fri, 06 May 2022 13:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 06 May 2022 10:03:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> said in <a href="/post/47321">Using Owncast with OBS</a>:</p>
<blockquote>
<p dir="auto">This is awesome!</p>
</blockquote>
<p dir="auto">It so is!</p>
<p dir="auto">Just as a test I'm currently streaming the <a href="https://en.wikipedia.org/wiki/Summer_of_Soul" target="_blank" rel="noopener noreferrer nofollow ugc">Summer of Soul</a> over on <a href="https://stream.uniteddiversity.coop" target="_blank" rel="noopener noreferrer nofollow ugc">https://stream.uniteddiversity.coop</a> - was so easy! Amazing! <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":-D" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/47324</link><guid isPermaLink="true">https://forum.cloudron.io/post/47324</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Fri, 06 May 2022 10:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Fri, 06 May 2022 09:30:35 GMT]]></title><description><![CDATA[<p dir="auto">This is awesome! Thank you for making this available!</p>
]]></description><link>https://forum.cloudron.io/post/47321</link><guid isPermaLink="true">https://forum.cloudron.io/post/47321</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Fri, 06 May 2022 09:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to Using Owncast with OBS on Thu, 05 May 2022 22:21:56 GMT]]></title><description><![CDATA[<p dir="auto">With defaults, I am seeing a roughly 10 second latency. Apparently, this is expected with HLS streaming . See <a href="https://github.com/owncast/owncast/issues/504" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/owncast/owncast/issues/504</a> and <a href="https://github.com/owncast/owncast/issues/28#issuecomment-659690058" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/owncast/owncast/issues/28#issuecomment-659690058</a></p>
]]></description><link>https://forum.cloudron.io/post/47290</link><guid isPermaLink="true">https://forum.cloudron.io/post/47290</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 05 May 2022 22:21:56 GMT</pubDate></item></channel></rss>