Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4d4e714bf36d32d4f0a579ff30f2cb6b > files > 60

freeswitch-config-vanilla-1.6.20-6.mga7.noarch.rpm

<configuration name="rtmp.conf" description="RTMP Endpoint">
  <profiles>
	<profile name="default">
		<settings>
			<param name="bind-address" value="0.0.0.0:1935" />
			<param name="context" value="public" />
			<param name="dialplan" value="XML" />
			<!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
			<param name="auth-calls" value="true" />
			<!-- How much time should the clients buffer the media stream (miliseconds) -->
			<param name="buffer-len" value="50" />
			<!-- Sets the maximum size of outbound RTMP chunks -->
			<param name="chunksize" value="512" />
		</settings>
	</profile>
  </profiles>
</configuration>