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