Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>By default, the Adobe Flash Media Server uses port 1935 for the RTMP (Real-Time Messaging Protocol). This port was assigned to Adobe for the Flash Media Server by the IANA (Internet Assigned Numbers Authority).</p> <p>If a firewall is being used, this port needs to be opened. Otherwise, the server needs to be configured to use a different port in the tag of Adaptor.xml. Below is what the default entry for the tag looks like:</p> <pre><code>&lt;HostPortList&gt; &lt;!-- Specifies what IP address and port(s) to bind to. This is specified --&gt; &lt;!-- as a string in the form"&lt;ip&gt;:&lt;port&gt;,&lt;port&gt;,...,&lt;port&gt;". --&gt; &lt;!-- For example, "127.0.0.1:1935,80,443". This says to bind to the IP --&gt; &lt;!-- address of 127.0.0.1 on ports 1935, 80, and 443. You can bind to --&gt; &lt;!-- any IP by not specifying anything in front of the colon. --&gt; &lt;!-- For example, ":1935,80,443". This says to bind to any IP on ports --&gt; &lt;!-- 1935, 80, and 443. If no colon is found, the data is assumed to be --&gt; &lt;!-- an IP address, and will bind to port 1935 as the default. --&gt; &lt;!-- For example, "127.0.0.1". This says to bind to IP 127.0.0.1 on port --&gt; &lt;!-- 1935. If a colon is found but no ports are specified after it, port --&gt; &lt;!-- 1935 is used as the default port in which to bind. --&gt; &lt;!-- For example, "127.0.0.1:". This says to bind to IP 127.0.0.1 on --&gt; &lt;!-- port 1935. If you wish to bind to multiple IP addresses on this --&gt; &lt;!-- adaptor, specify additional &lt;HostPort&gt; tags; 1 for each additional --&gt; &lt;!-- IP that you wish to bind to. NOTE: Another adaptor may also try to --&gt; &lt;!-- bind to the same IP-port combination resulting in a conflict. This --&gt; &lt;!-- is considered a conflict since it is undesirable to have more than --&gt; &lt;!-- one adaptor listening on the same IP-port pair. To resolve this --&gt; &lt;!-- conflict, the first adaptor to do the bind - wins. A warning will --&gt; &lt;!-- be logged indicating that the specified IP-port combo is in-use. --&gt; &lt;HostPort&gt;:1935&lt;/HostPort&gt; &lt;/HostPortList&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload