Hi,<div><br></div><div>Thanks for the reply.</div><div><br></div><div>I&#39;ve sniffed the connection using wireshark and compare the rtmpdump/librtmp with flourineFx .net component for rtmp protocol connection.</div><div>
<br></div><div>On rtmpdump the captured packet are </div><div>  -Handshake Part 2</div><div>  -Handshake Part 3</div><div>  -Audio Data (with malformed packet rtmpt )</div><div> </div><div>But if on flourinefx and c# the captured packet are</div>
<div>  -Handshake Part 2</div><div>  -Handshake Part 3</div><div>  -Invoke</div><div><br></div><div>How to change the  packet from audio data to invoke? </div><div>I&#39;ve looked at the SendConnectPacket on rtmp.c line 1433, and the packet type is 0x14 with /* Invoke */ comment on it.</div>
<div><br></div><div>I&#39;m connecting to FMS version 3.5.2.1. Any hint/help on where to start looking to connect to a FMS data server?</div><div><br></div><div>Any help would be very helpful Thanks</div><div><br></div><div>
Best Regards</div><div><br></div><div>Lauren</div><div><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 1:31 PM, Howard Chu <span dir="ltr">&lt;<a href="mailto:hyc@highlandsun.com" target="_blank">hyc@highlandsun.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><div></div><div>laurensius Kosasih wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
My name is lauren, currently I&#39;m trying to connect to a FMS data server that<br>
requires a parameters when connecting. The server is handling<br>
data synchronization (in string or int format), I&#39;d like to develop a client<br>
application that connect to the server and synchronize data between the client<br>
and server.<br>
<br>
Is it possible to use librtmp and rtmpdump to connect and read/write<br>
data/packet for non video/audio streaming FMS server?<br>
<br>
I&#39;ve supply the correct parameter using -C O:1 -C NS:name:value .... -C O:0,<br>
but I&#39;m still unable to connect the server response is &quot;Net.Connection.Rejected&quot;.<br>
<br>
Is there any examples, or hint, about connecting to a FMS data server using<br>
librtmp or other rtmp library in c/c++?<br>
</blockquote>
<br></div></div>
Considering that we&#39;ve never done that before, no, there are no examples. If you supply an example of what a regular Flash client does on the wire, maybe someone can implement it for you. (Note that I am not volunteering.)<br>


</blockquote></div><br>
</div>