Questions tagged as 'wowza'

1
answer

Mapping active users and disconnecting if they exceed 3 concurrent users in java

I would like to know how I could map the users that connect based on their unique id's and id session so that when there are more than 3 sessions for this id, the users who connected first are removed from the HashMap and so on. Example: Us...
asked by 06.01.2017 / 17:00
0
answers

Pause live streaming requests with videojs

I'm using videojs to play live streams in my application. The problem I realized is that even when the transmission is paused it is generating request and downloading data. I researched the documentation and git of the project, but fou...
asked by 18.10.2018 / 15:33