Search results

  1. T

    Unable to force TLSv1.2 for SSL

    I have been trying to force TLSv1.2 for Flashphoner manager (port 8888) and for streaming certificate (port 8443). I tried to adjust it by changing the following directive in wcs-core.properties: from -Djdk.tls.client.protocols = “TLSv1,TLSv1.1,TLSv1.2” to -Djdk.tls.client.protocols =...
  2. T

    Keystore password configuration not working

    I have been following instructions from this link https://docs.flashphoner.com/display/WCS5EN/Receiving+and+importing+Let%27s+Encrypt+SSL+certificate to import my Letsencrypt certificate keystore into wss.jks file and I'm trying to specify my custom password for this keystore different then...
  3. T

    License activation error on WCS 5.1.

    I have installed the latest version of WCS and tried to activate the license via the web interface on https://localhost:8888 and I got the following error: License activation error Lookup of RMI stub failed; nested exception is java.rmi.ConnectException: Connection refused to host: localhost...
  4. T

    Websocket playback on MacOS Safari

    I have managed to playback Webrtc video with Flashphoner websocket on iOS Safari. I would like to know if it's also possible on the latest version of Safari on MacOS?
  5. 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...
  6. 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