<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks Jon - the only “true” reply, perhaps I wasn’t clear enough to say that I am writing my own server.<div class=""><br class=""></div><div class="">Do you have a transaction flow for the comms between client and server perhaps ? The Adobe one is not that clear to me.<br class=""><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Pieter<br class=""><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23/01/2018, at 3:35 AM, Jon V. <<a href="mailto:sybersnake@gmail.com" class="">sybersnake@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Its the SetChunkSize packet.</div><div class=""><br class=""></div><div class="">000000  02 00 00 00 00 00 04 01 00 00 00 00 00 00 10 00   ................</div><div class="">received basic [ChunkFormat= 0, ChunkChannel= 2]</div><div class="">received header [ChunkFormat= 0, ChunkChannel= 2, TimeStamp(ms)= 0, Size(bytes)= 4, Stream= 0, Type= SetChunkSize]</div><div class="">completed packet [ChunkFormat= 0, ChunkChannel= 2, TimeStamp(ms)= 0, Size(bytes)= 4, Stream= 0, Type= SetChunkSize, Payload= {Size= 4096}], payload [00 00 10 00]</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Jan 21, 2018 at 4:43 AM, Pieter De Wit <span dir="ltr" class=""><<a href="mailto:pieter@insync.za.net" target="_blank" class="">pieter@insync.za.net</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guys,<br class="">
<br class="">
I am trying to make a RTMP server that has access to the frames that are sent by the client. I have tried the following approaches<br class="">
<br class="">
1) Code RTMP myself<br class="">
2) use librtmp<br class="">
<br class="">
On 1) I am failing on a “packet” sent that I can’t decode (I think) this is the hex dump of the packet:<br class="">
<br class="">
[0000] 0x02 0x00 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00<br class="">
<br class="">
I get it right after the handshake is completed. I am using OBS as my client<br class="">
<br class="">
On 2) I don’t seem to have any example servers - where can I find one ?<br class="">
<br class="">
Thanks,<br class="">
<br class="">
Pieter<br class="">
______________________________<wbr class="">_________________<br class="">
rtmpdump mailing list<br class="">
<a href="mailto:rtmpdump@mplayerhq.hu" class="">rtmpdump@mplayerhq.hu</a><br class="">
<a href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump" rel="noreferrer" target="_blank" class="">https://lists.mplayerhq.hu/<wbr class="">mailman/listinfo/rtmpdump</a><br class="">
</blockquote></div><br class=""></div>
_______________________________________________<br class="">rtmpdump mailing list<br class=""><a href="mailto:rtmpdump@mplayerhq.hu" class="">rtmpdump@mplayerhq.hu</a><br class="">https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump<br class=""></div></blockquote></div><br class=""></div></div></div></body></html>