<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
have you try putting:<BR>
<BR>
var flashvars = { <BR>
rtmp_url: 'rtmp://xxx.xxx.xxx.xxx' <BR>
};<BR>
var params&nbsp; = {<BR>
allowScriptAccess: 'always'<BR>
};<BR>
<BR>
Also, you should remove the &quot;phone&quot; part from the url.<BR>
<BR>
<BR>
Regards,<BR>
Antonio<BR>
<BR>
<BR>
On Tue, 2012-08-07 at 10:11 +0200, Peter Steinbach wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hello Jack,

here are some answers to your your questions:

&gt; Make sure you use a fully qualified username not just the extension
&gt;<A HREF="mailto:1001@xxx.xxx.xxx.xxx">1001@xxx.xxx.xxx.xxx</A> &gt;the XXX would be the IP of your FreeSwitch Server.
I am still in the &quot;connect&quot; state, I am not logging in yet. The webpage
tells me &quot;Connecting... &quot; and waits forever

&gt; did you configure your rtmp.conf.xml and have a matching context in
your dial plan?
I am still in the &quot;connect&quot; state

In the web page make sure these two vars are set to YOUR Freeswitch
server ip: var rtmpIPURL =
&gt; &quot;rtmp://xxx.xxx.xxx.xxx/phone&quot;; var rtmpIP=&quot;xxx.xxx.xxx.xxx&quot;;
I did not have a rtmpIP var, so I added it to the code, but no change.

In fact as I can see while grepping the network traffic, the Flex app
and Freeswicth are negociating their protocol and freeswitch logs a
&quot;Sent connect reply&quot;, but this is very diferent from what is sent from
the conference.freeswitch.org server.

Best regards
Peter


On 08/07/12 06:26, Jack wrote:
&gt; Hi Peter,
&gt; Make sure you use a fully qualified username not just the extension 
&gt; <A HREF="mailto:1001@xxx.xxx.xxx.xxx">1001@xxx.xxx.xxx.xxx</A>
&gt; the XXX would be the IP of your FreeSwitch Server.
&gt;
&gt; did you configure your rtmp.conf.xml and have a matching context in your 
&gt; dial plan?
&gt;
&gt; In the web page make sure these two vars are set to YOUR Freeswitch 
&gt; server ip:
&gt; var rtmpIPURL = &quot;rtmp://xxx.xxx.xxx.xxx/phone&quot;;
&gt;   var rtmpIP=&quot;xxx.xxx.xxx.xxx&quot;;
&gt;
&gt; jack
&gt;
&gt; On 8/6/2012 5:44 PM, Peter Steinbach wrote:
&gt;&gt; Hello,
&gt;&gt;
&gt;&gt; today I tried the flex client with the mod_rtmp implementation.
&gt;&gt; On a brandnew freeswitch I installed mod_rtmp and copied the flex
&gt;&gt; direrectory to a web server and loaded the web page.
&gt;&gt;
&gt;&gt; However the flex client does not connect:
&gt;&gt; Here's my freeswitch log
&gt;&gt; 2012-08-07 02:32:03.585671 [NOTICE] mod_rtmp.c:744 New RTMP session
&gt;&gt; [f35a192c-0d02-4320-89e9-775a3573ee25]
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:702 Sent handshake response
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:727 Done with handshake
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:892 [chunk_stream=3 type=0x14
&gt;&gt; ts=0 stream_id=0x0] len=342
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:170 [amfnumber=3] Got INVOKE
&gt;&gt; for connect
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=2 type=0x1
&gt;&gt; stream_id=0x0] len=4
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=2 type=0x5
&gt;&gt; stream_id=0x0] len=4
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=2 type=0x6
&gt;&gt; stream_id=0x0] len=5
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=2 type=0x4
&gt;&gt; stream_id=0x0] len=6
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=3 type=0x14
&gt;&gt; stream_id=0x0] len=201
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:566 [amfnumber=3 type=0x14
&gt;&gt; stream_id=0x0] len=61
&gt;&gt; 2012-08-07 02:32:03.685670 [NOTICE] rtmp_sig.c:121 Sent connect reply
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:892 [chunk_stream=2 type=0x5
&gt;&gt; ts=12247364 stream_id=0x0] len=4
&gt;&gt; 2012-08-07 02:32:03.685670 [DEBUG] rtmp.c:945 Set window size: 131072 bytes
&gt;&gt;
&gt;&gt; If I change the rtmp_url to 'rtmp://conference.freeswitch.org/phone',
&gt;&gt; flex does connect.
&gt;&gt;
&gt;&gt; But in my freeswitch this fails. I have traced the network traffic and I
&gt;&gt; can see that there is information flow between freeswitch and the client
&gt;&gt; on connect request.
&gt;&gt;
&gt;&gt; Somebody has an idea where to look further?
&gt;&gt;
&gt;
&gt; _________________________________________________________________________
&gt; Professional FreeSWITCH Consulting Services:
&gt; <A HREF="mailto:consulting@freeswitch.org">consulting@freeswitch.org</A>
&gt; <A HREF="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</A>
&gt;
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server
&gt; <A HREF="http://www.cudatel.com">http://www.cudatel.com</A>
&gt;
&gt; Official FreeSWITCH Sites
&gt; <A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
&gt; <A HREF="http://wiki.freeswitch.org">http://wiki.freeswitch.org</A>
&gt; <A HREF="http://www.cluecon.com">http://www.cluecon.com</A>
&gt;
&gt; Join Us At ClueCon - Aug 7-9, 2012
&gt;
&gt; FreeSWITCH-users mailing list
&gt; <A HREF="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A>
&gt; <A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
&gt; UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
&gt; <A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<A HREF="mailto:consulting@freeswitch.org">consulting@freeswitch.org</A>
<A HREF="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</A>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<A HREF="http://www.cudatel.com">http://www.cudatel.com</A>

Official FreeSWITCH Sites
<A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
<A HREF="http://wiki.freeswitch.org">http://wiki.freeswitch.org</A>
<A HREF="http://www.cluecon.com">http://www.cluecon.com</A>

Join Us At ClueCon - Aug 7-9, 2012

FreeSWITCH-users mailing list
<A HREF="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A>
<A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
<A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 

Un cordial saludo / Best regards, 

&nbsp;_________________________

Ant&#243;nio Silva

E-mail:<A HREF="mailto:asilva@wirelessmundi.com">asilva@wirelessmundi.com</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>