Search results

  1. T

    Secure my streams from unauthorized watching

    It seems that everything is ok now, but after reading the REST documentation you sent me, I can't seem to find out how exactly should I override my web server response to remote connect to my database, check token validity and refuse the connection if it's not valid. I have my Flashphoner server...
  2. T

    Secure my streams from unauthorized watching

    I have updated the client to the latest version and added the token param to stream options in playStream function inside examples/demo/streaming/player/player.js script. function playStream(session) { var streamName = $('#streamName').val(); var options = { name: streamName, display...
  3. T

    Secure my streams from unauthorized watching

    I have updated my server to the latest version FlashphonerWebCallServer-5.0.2211. I need the Flashphoner player to work both on Edge in Windows 10 and Safari in iOS. I have downloaded a sample client from address http://flashphoner.com/download-wcs5-client.tar.gz. It also contains the script...
  4. T

    Secure my streams from unauthorized watching

    I am currently using this version of server: v. 0.5.18.1977 - 5.0.2200 Do I need to update the server or only the client? How do I update the server without reinstalling it?
  5. T

    Secure my streams from unauthorized watching

    session.createStream({name: 'rtsp://host:554/live.sdp', custom: {token: 'xyz'}}).play(); I am using the sample Flashphoner client provided with the server. For playback I use vow-player-min.js javascript and Flashphoner.js provided with the server client. Where in the code of the sample...
  6. T

    Secure my streams from unauthorized watching

    I have a problem regarding my playback security. Just by knowing the rtsp url of a stream, the stream can be played from any Flashphoner sample player. I would like to add access control which checks if stream is actually watched by a user currently logged in on my website. I need to add a...
  7. T

    Problem starting wss secure connection

    Can I assing the certificate to the Flashphoner server I have installed on my Centos 7 machine? I already have a valid certificate of the domain from which I'm streaming. I have 2 different servers, one of them is a CPanel server with my website and Flashphoner client and another is Centos 7...
  8. T

    Problem starting wss secure connection

    I am currently using a 30 day free trial Flashphoner license and I'm trying to connect to websocket using wss protocol from my website. When I use the connection url ws://[IP-address]:8088 and press connect, the connection is successfull and I play the rtsp stream successfully, but it can be...
Top