I am trying to create a streaming platform that limits rooms, streams, and recordings to only certain users. I am aware of the token system, but it appears that when you have a token you are allowed to publish or play whatever stream you want. I want to control the access that authenticated users have and limit them. Is this possible with the current Ant Media server?
Question
rob
I am trying to create a streaming platform that limits rooms, streams, and recordings to only certain users. I am aware of the token system, but it appears that when you have a token you are allowed to publish or play whatever stream you want. I want to control the access that authenticated users have and limit them. Is this possible with the current Ant Media server?
Link to comment
Share on other sites
Top Posters For This Question
4
3
1
1
Popular Days
Dec 22
6
Dec 23
3
Dec 21
1
Top Posters For This Question
rahul7827 4 posts
rob 3 posts
Burak 1 post
lastpeony 1 post
Popular Days
Dec 22 2022
6 posts
Dec 23 2022
3 posts
Dec 21 2022
1 post
Popular Posts
lastpeony
generated tokens are used for each application. creating multiple applications with tokens should be the way other than that it sounds like you need to implement your room logic for authenti
rahul7827
Hi @rob You can create two separate application at media server console panel, with unique and unguessable names. Each organization data is now separate from each other, Now you can use cust
Connessione
@rob Just to add to what @rahul7827 and others have already explained... in media servers, the top level division (logical separation) is the application, next you have rooms and then streams. Yo
9 answers to this question
Recommended Posts