acl

  1. S

    Limit number of RTSP stream subscribers

    Is there a built-in method for limiting the number of RTSP stream subscribers? I know I can use /connect API call for that case (and keeping some global counter), but I was wondering if there is another possibility. Thanks.
  2. T

    Запретить просмотр трансляции клиенту, которому ранее одобрял просмотр

    Как я понял, для первоначальной авторизации клиента я могу использовать REST-метод connect, а как запретить пользователю просмотр трансляции, которую ранее одобрил? hook connect видимо только разово вызывается?
  3. M

    CDN edge server (defaultApp) returns 401 Unauthorized

    Hi, I am using CDN with one origin server and one edge server. Each server is behind a load balancer. I have created a custom app called "development" pointed to my backend to authorize the publisher when a stream is connected or published. In viewer part, the playback is streamed using HLS. It...
  4. M

    CDN - failed to connect to origin server

    Hi, I am trying to do live stream using CDN. I have two load balancers (AWS), one for origin and another for edge. I followed the steps with dynamic CDN and I am getting "Failed to connect error" in edge server. Edge: cdn_enabled=true cdn_ip={ip_local} cdn_point_of_entry=origin.demo.com...
Top