Hi,
I am running Wowza on a container in an AWS EC2.
I am also running another application (also a container) on the same AWS EC2.
I would like one of the applications to send content to Wowza using UDP (Multicast). I have created a docker network for it. I logged into the (other) application’s container and added the routes for the multicast traffic on the new interface.
When I try and log into the Wowza container: docker exec -it wowza bash, to add the routes on the interface, I couldn’t find any of the usual applications to do that: route, etc. How can I add routes to the new interface in wowza container?
Thanks!