0

does anyone has a clue how the RTMPS-Protocoll works? I haven't found any source code, documentation or libraries for vb.net/c# on the web! I read somewhere that it's only a TCP connection, but is this right? If yes, how can I use this?

Could you pleas provide me source code, a library or a documentation? Thanks in advance!

-- coolerfarmer

coolerfarmer
  • 216
  • 1
  • 4
  • 12

1 Answers1

0

Check out RTMPdump I used to work with it a while back so I don't know how well it has been maintained in the mean time. However be sure to have a look at the clean-room specification. I used that document as a starting point to implement my own RTMPS protocol, however I wasn't able to ever finish it.

On a personal note, I would recommend using C# or even C++ to implement a client, if you know those languages as well as vb.net

Xaser
  • 2,066
  • 2
  • 22
  • 45