Hi,<br><br>I am using RTMP module in freeswitch and after a few days one of the processors gets stuck on 100% processing. Here are a few logs that might help.<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
freeswitch@internal&gt; rtmp status profile default sessions <br>Profile: default<br>I/O Backend: tcp<br>Bind address: <a href="http://0.0.0.0:1935">0.0.0.0:1935</a><br>Active calls: 0<br><br>Sessions:<br>uuid,address,user,domain,flashVer<br>
6094eee2-f9a2-427e-ada4-d4a9052525b0,X.X.X.X:54316,NNNNNNNNN,X.X.X.X,WIN 11,5,31,2<br>a1bb87a4-98a7-4b1e-b4d5-080e54690c31,X.X.X.X:50667,NNNNNNNNNN,X.X.X.X,WIN 11,5,502,110<br>f2df9e88-17b3-4685-9336-01fcdd2a5a0d,X.X.X.X:51806,NNNNNNNNNN,X.X.X.X,WIN 11,5,502,110<br>
f9d46493-a707-48a5-9cbb-032aa80919bb,X.X.X.X:14331,,,WIN 11,5,502,110<br>7a561e8b-4d34-49ba-b4e8-b6c9ec58abd5,X.X.X.X:51998,,,WIN 11,4,402,287<br></blockquote><br>All the IP&#39;s are replaced by X.X.X.X and dialed numbers are replaced by NNNNNNN. <br>
<br>My rtmp.conf.xml looks something like:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">&lt;configuration name=&quot;rtmp.conf&quot; description=&quot;RTMP Endpoint&quot;&gt;<br>
  &lt;profiles&gt;<br>        &lt;profile name=&quot;default&quot;&gt;<br>                &lt;settings&gt;<br>                        &lt;param name=&quot;bind-address&quot; value=&quot;<a href="http://0.0.0.0:1935">0.0.0.0:1935</a>&quot; /&gt;<br>
                        &lt;param name=&quot;context&quot; value=&quot;public&quot; /&gt;<br>                        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot; /&gt;<br>                        &lt;!-- If this is set to true, no unauthenticated inbound calls will be allowed --&gt;<br>
                        &lt;param name=&quot;auth-calls&quot; value=&quot;true&quot; /&gt;<br>                        &lt;!-- How much time should the clients buffer the media stream (miliseconds) --&gt;<br>                        &lt;param name=&quot;buffer-len&quot; value=&quot;128&quot; /&gt;<br>
                        &lt;!-- Sets the maximum size of outbound RTMP chunks --&gt;<br>                        &lt;param name=&quot;chunksize&quot; value=&quot;128&quot; /&gt;<br>                &lt;/settings&gt;<br>        &lt;/profile&gt;<br>
  &lt;/profiles&gt;<br>&lt;/configuration&gt;<br></blockquote><div><br>I have tried several freeswitch versions but the problem persists. Please let me know if anything else is needed i will provide it.<br><br>Regards,<br>
Qasim<br></div><br>