<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rtmp &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/rtmp/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Thu, 29 Feb 2024 14:52:12 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=98888</generator>
	<item>
		<title>Debian: Installare nginx con supporto rtmp</title>
		<link>https://blog.smsoft.it/2024/03/19/debian-installare-nginx-con-supporto-rtmp/</link>
					<comments>https://blog.smsoft.it/2024/03/19/debian-installare-nginx-con-supporto-rtmp/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 19 Mar 2024 09:30:00 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=6242</guid>

					<description><![CDATA[Sulle distribuzioni debian il supporto rtmp su nginx non è presente nel pacchetto base. Per abilitare anche il supporto rtmp bisogna installare il pacchetto nginx-extras: Ora aggiungiamo in /etc/nginx/nginx.conf il seguente codice per vedere se il supporto rtmp è presente: e poi verifichiamo la configurazione con: nginx -t enjoy!]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Sulle distribuzioni debian il supporto rtmp su nginx non è presente nel pacchetto base. Per abilitare anche il supporto rtmp bisogna installare il pacchetto nginx-extras:</p>



<pre class="wp-block-code"><code>apt install nginx-extras libnginx-mod-rtmp</code></pre>



<p class="wp-block-paragraph">Ora aggiungiamo in /etc/nginx/nginx.conf il seguente codice per vedere se il supporto rtmp è presente:</p>



<pre class="wp-block-code"><code>rtmp {
   server {
      listen 1935; # The port where RTMP will listen on. Default = 1935.
      chunk_size 4096;
      timeout 30s;
      buflen 1s;
   }
}</code></pre>



<p class="wp-block-paragraph">e poi verifichiamo la configurazione con:</p>



<p class="wp-block-paragraph">nginx -t</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2024/03/19/debian-installare-nginx-con-supporto-rtmp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
