you need to keep in mind that RTMP isn&#39;t just a streaming media protocol, its kinda like JSON or XML in the fact that you can encode a variety of things into RTMP such as arrays etc...<div><br></div><div>you need to review the RTMP client implementation in freeswitch and make a matching plugin for Red5 or look at some things like red5phone and see how to make red5 talk sip... </div>
<div><br></div><div>Keeping in mind that while red5 does work and work well in many instances I have found it to leak memory something fierce ... </div><div><br></div><div>K<br><br><div class="gmail_quote">On Fri, Jan 20, 2012 at 2:37 AM,  <span dir="ltr">&lt;<a href="mailto:jahnunya@gmail.com">jahnunya@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi.<div><br><div>I&#39;d like to ask if anybody succeeded to connect streams from RTMP session to a call, for  example SIP, not using flex/Flash.</div>
</div><div><br></div><div>I need a way to connect a SIP call to voice streams available from RTMP server (Red5). Which side initiates the call doesn&#39;t matter to me.</div>
<div><br></div><div>I tried the flex client and it works fine: a call from Flash/flex could initiate a SIP call in FreeSWITCH.</div><div><br></div><div>However, I need to connect streams from RTMP server (Red5). So far, every attempt to do the same failed:</div>

<div>I can connect to FreeSWITCH via RTMP, of course, and make a call (by calling the &quot;makeCall&quot; method) but the streams cannot be connected.</div><div><br></div><div>I tried the other way round: from SIP to RTMP, but it seems like the module was not meant to work this way, as it complaints about the session id/uuid.</div>

<div><br></div><div>Unfortunately, I am not a C/C++ developer, so reading the code doesn&#39;t help me.</div><div><br></div><div>Any solution or explanation of the RTMP module will be highly appreciated.</div><div><br></div>

<div>Thanks in advance</div><div><br></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>