Hi all,
I started playing around with Janus-Gateway and videoroom plugin. I have tried to connect android app and see result on the demo app from janus package and everything seems to work fine.
Now I would like to implement my own server in Laravel to handle user permissions. I am thinking of establishing broadcast connection with user and check whether has rights to join the channel or not, and ff yes, create connection to Janus.
1. Is that the correct approach?
2. What is the best way to send live video from the user to the janus through own/additional server? Do I need any addition tools, libraries to do that?
3. Is there any example of sending video to janus through additional server I could analize?