Search results

  1. C

    Flashphoner.createSession auto login username and password

    I do not have SSL certificate on my WCS server I will try Let's encrypt with my domain from my linux WCS server Thanks
  2. C

    Flashphoner.createSession auto login username and password

    I did all of that steps... its all working fine I built a custom web page based on two_way_streaming.html and two_way_streaming.js: https://www.cyber-net.co.il/testTwoWayMy.html And a custom web page witch is only player: https://www.cyber-net.co.il/testTwoWayMyIn.html Both are working fine. The...
  3. C

    Flashphoner.createSession auto login username and password

    I am testing only simple streaming. The flashphoner javascript files: flashphoner.js, utils.js, and so on... Is located in my web server. Not in my linux server where flashphoner is insulted My be that whats make the problem?
  4. C

    Flashphoner.createSession auto login username and password

    i am using this code: var sipOptions = { login: theUserName, authenticationName: theUserName, password: thePassword, registerRequired: false }; var connectionOptions = { urlServer: "wss://62.90.177.150:8443", sipOptions: sipOptions }...
  5. C

    Play video in delay in HLS player

    Hello I need a way to play video stream from web cam in iPhone or iPad safari mobile web browser, Like in your Two-way Streaming demo example. Where i need the video delay to be maximum 5 second. In your example from your server: https://wcs5-eu.flashphoner.com:8888/dashboard.xhtml Whem i use...
  6. C

    Flashphoner.createSession auto login username and password

    Hello I am testing the trail Flashphoner media server and i can use it only when i am logged to the dashboard: https://serverhost:8888/dashboard.xhtml How can i configure the Flashphoner to be able to createSession with auto login, without need to be logged to the dashboard? Is it by: sipOptions...
  7. C

    Stream Recording options

    Hello I Am inserted in using Flashphoner as a replacement for adobe media server. Can i start or stop the Stream recording not only on session.createStream and STREAM_STATUS.UNPUBLISHED or STREAM_STATUS.FAILED And do it in a middle of connection? Can i change and define different directory's...
Top