Hi Guys,
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
1) Code RTMP myself
2) use librtmp
On 1) I am failing on a “packet” sent that I can’t decode (I think) this is the hex dump of the packet:
[0000] 0x02 0x00 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00
I get it right after the handshake is completed. I am using OBS as my client
On 2) I don’t seem to have any example servers - where can I find one ?
Thanks,
Pieter