1

Where i can find any RTMFP .NET server?

62316e
  • 225
  • 2
  • 19

2 Answers2

2

Nowhere at the moment. No RTMFP specification is currently available - Adobe is keeping it under wraps. Alas, it would be very difficult for anyone to start developing RTMFP servers as one would either need a good specification or reverse-engineer the protocol in question.

Armen Michaeli
  • 8,625
  • 8
  • 58
  • 95
  • 2
    I have found C++ Server https://github.com/OpenRTMFP/Cumulus Working good for me. – 62316e Jan 16 '11 at 12:32
  • In that case, I urge you to post your comment as an answer here - it's not forbidden to answer your own questions, and stackoverflow functions as a question-answer database anyway - other people will want to look it up. – Armen Michaeli Jan 23 '11 at 15:47
1

The OpenRTMFP / Cumulus project is not .Net, but is open source, so a .net version may not be too far away. see http://github.com/openrtmfp/cumulus for details.

Brady Moritz
  • 8,624
  • 8
  • 66
  • 100