-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature or improvement request related to a problem? Please describe.
I currently use a ConfBridge for video with audio broadcasts but that only works up to so many clients before having issues so it would be great to have the option to multicast to reach more clients without issue. Currently MulticastRTP and UnicastRTP both only support audio but not video.
Describe the solution you'd like
Mainly MulticastRTP gets support for video but it would also be great if that support is added to UnicastRTP as well.
Describe alternatives you've considered
Tried to find a way to output the stream of a calling party through Asterisk on the server to a third party software like ffmpeg or vlc to then multicast the stream out. Also tried different webrtc and SIP libraries to tie into Asterisk and multicast the stream. All avenues tried so far have not had success.
Additional context
Add any other context or screenshots about the feature request here.