acl

  1. ser

    Система контроля просмотров как у нимбла pay-per-view

    Хотел спросить есть ли у вас система контроля за количеством просмотров трансляции? Систему авторизации HLS просмотров я нашел тут Аутентификация воспроизведения HLS с помощью REST hook Каждый раз при запросе плейлиста происходит http запрос на апи. То есть 10 просмотров = 10 запросов...
  2. 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.
  3. T

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

    Как я понял, для первоначальной авторизации клиента я могу использовать REST-метод connect, а как запретить пользователю просмотр трансляции, которую ранее одобрил? hook connect видимо только разово вызывается?
  4. 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...
  5. 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