authentication

  1. P

    REST-API Authorization

    Howdy, on this page https://docs.flashphoner.com/display/WCS52EN/API+overview#APIoverview-Authorization it is described how to turn on authorisation for rest apis. I was searching but couldn't find an example on how to use "authorised" rest api calls. Without any params I'm getting...
  2. J

    RTMP User and Password?

    Could someone give me a step-by-step where I activate/register on the server, username and password for rtmp transmission? I read several topics, tried several methods, but anyone can still transmit to my Flashphoner AWS Server. Thanks
  3. S

    Starting a stream possible without authentication

    Hello version: 5.2.1043 (@AWS) WebSDK: 2.0.202 I am using WebCallServer 5 to create a stream via a webapp (Vue.js) using theWebSDK. I just noticed (i used the "media-devices" example), that i am able to logon to the websocket and start/stop a stream without having to use authentication (the...
  4. ksko

    webrtc user authentication

    I want to create a service only for subscribers. Only authorized users(broadcaster/subscriber) should be allowed to access the WCS, and the others should be blocked. In web socket api, "authToken" field is not appropriate. I've seen something similar called a rest-hook, but I don't know how to...
  5. R

    Авторизация JWT

    Скажите, в других проектах есть JWT авторизация у вас же JWT токен требует 200 от бекенда для авторизации Скажите можно ли как то сделать JWT авторизацию без веб хука на бекенд ?
  6. N

    IP-Camera Digest Authentication

    How can I digest-authenticate the rtsp video of the IP camera and register it in the startup? The Axis camera was made as follows. With basic authentication $ curl -X POST -H "Content-Type: application / json" -d'{"uri": "rtsp: //admin: admin@192.168.0.xx: 554 / axis-media / media.amp", "...
  7. E

    Поддержка basic auth авторизации в Android SDK

    Здравствуйте! Подскажите пожалуйста планируется ли добавление возможности basic auth авторизации в вашем Android SDK, а то в документации нигде нет упоминания об этом? Если планируется, скажите примерные сроки реализации. Спасибо! P.S. Пробовали в версиях 1.1.0.7, 1.1.0.13, не работает с URL...
  8. S

    How to protect RTMP ingest?

    As far as I can tell, there's no way to prevent users from using any RTMP stream key they want to stream to WCS, is this correct? If so, then is it possible to protect against unauthorized streams using an authorization hook as described here? If yes, where do we configure which hook to call...
  9. R

    RTMP - Set a username and password for publisher

    Hello! How can I add a password and username to publishers on RTMP?
  10. 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...
  11. M

    playHLS custom backend server enpoint not working

    Hi, I am trying to authenticate the HLS playback by calling my backend server with custom token. I followed this link https://docs.flashphoner.com/display/WCS52EN/In+a+browser+via+HLS#InabrowserviaHLS-HLSplaybackauthenticationusingRESThook to enable aclAuth. And followed this link to create...
Top