@tisuchi the package you mentioned is about one-to-one video chat, it doesn't implement group video broadcast. but i want to implement feature something like Instagram/Youtube live where any number of streamer can broadcast to any number of listener.
upon googling furthur, i come to know that i need to implement RTMP server and use OBS studio to broadcast. but i am not sure if my implementation will work for multiple broadcaster or not. also that implementation is using nginx server, but i am on apache server(xampp implementation). so i am not sure.
is there not any relatively easier method for that?