0

Would I need to install RTPProxy and RTPEngine for multiple users to send audio to one another? I'm not sure if RTPProxy and RTPEngine are two different modules that does the samething.

kubuni
  • 97
  • 2
  • 10

1 Answers1

2

RTPProxy/RTPEngine are just the same thing. They are used to proxy media mainly for relaying purposes, however RTPEngine is an updated RTPProxy and you can do much more than just relaying media streams like crypto, capturing pcaps and also recording mp3/wav files.

The better approach as I suggest, is to use RTPEngine.

sotoz
  • 3,100
  • 3
  • 34
  • 41