Am finally trying out flex client with mod_rtmp and i just realize how little i know of this module. I have installed mod_rtmp  and loaded it (or so i think). On the server, this is what i get:<div><div><br></div><div> freeswitch@internal&gt;rtmp status</div>

<div>-ERR no reply</div></div><div><br></div><div>This doesn&#39;t look right for starters..what do i expect for a valid reply?</div><div><br></div><div><br><div>To the client.</div><div>It looks like the basic config on the flex client is to  update</div>

<div>var flashvars = { xxxxxxxx} to point to my freeswitch server, no ?</div><div><br></div><div>So, first i try:</div><div><div>var flashvars = { </div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>rtmp_url: &#39;rtmp://<a href="http://conference.freeswitch.org/phone">conference.freeswitch.org/phone</a>&#39;</div>

<div><span class="Apple-tab-span" style="white-space:pre">                        </span>};</div><div><br></div><div>And it does connect.</div><div><br></div><div>Say my freeswitch server is running at 1.2.3.4</div><div><br></div><div>So, naturally i end up with</div>

<div><br></div><div><div>var flashvars = { </div><div><span class="Apple-tab-span" style="white-space: pre; ">                                </span>rtmp_url: &#39;rtmp://<a href="http://1.2.3.4">1.2.3.4</a>&#39;</div><div><span class="Apple-tab-span" style="white-space: pre; ">                        </span>};</div>

</div><div><br></div><div>Is that the way to do it? Because this gives me:</div><div><br></div>netStatus: NetConnection.Connect.InvalidApp<br>netStatus: NetConnection.Connect.Closed</div><div><br>Any pointers will be appreciated.</div>

<div><br></div><div><br></div><div>Thank you</div><div>-- </div><div><br></div><div><br>David Wafula<br>
</div></div>