Search results

  1. C

    After update WCS - turn server problem

    After doing update again: From my server demo i cold not connect to either my turn server, or your demo turn server. And from your WCS example demo i can connect to both... My server is behind net So what cold be blocking my WCS from connect to turn server? Do i need to install HAproxy as well...
  2. C

    After update WCS - turn server problem

    Tested my turn server on your demo: Firewall Streaming with v. 0.5.28.2747 - 5.0.2966 It is working fine. So i guess i will try to update my server again...
  3. C

    After update WCS - turn server problem

    Hi Max The problem is in all browsers, not only in Edge. My coturn turnserver is working fine and is not blocked tested on the server and tested in: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ But after I did update WCS to v. 0.5.28.2747 - 5.0.2971 It stopped to...
  4. C

    After update WCS - turn server problem

    Hi Max Anythink new about my problem? May be to try to run an update again? Thanks Cheinan
  5. C

    After update WCS - turn server problem

    Hello I did update to the latest available version In order to solve Edge webRTC error c0044003 problem. I ran: service webcallserver update From WCS version: v. 0.5.25.2455 - 5.0.2596 I update to: v. 0.5.28.2747 - 5.0.2971 And since then my coturn turnserver (which is installed on the same...
  6. C

    Edge Error c0044003

    Hello I did update to the latest available version and it solved the problem Thanks Cheinan
  7. C

    Edge Error c0044003

    WCS version: v. 0.5.25.2455 - 5.0.2596 Edge version: Microsoft Edge 41.16299.248.0 Microsoft EdgeHTML 16.16299 I test it in: 1. Publish stream from Chrome, Two Way Streaming 2. Playing stream in Edge, Embed Player I attach a screenshot of the error I get Thanks Cheinan
  8. C

    Edge Error c0044003

    In Edge browser i could not work with webRTC In Flashphoner.createSession(connectionOptions), I get this Error: Unhandled promise rejection Error: Could not complete the operation due to error c0044003 I try: connectionOptions = { urlServer: urlMediaServer, mediaOptions: { "iceServers"...
  9. C

    WebRTC connection fails

    I cheeked it and in your demo dashboard it work as expected on wsplayer with port 443. But i have big problem that may be is connected to the first one: When WCS configured to work on port 443 in one IP it blocks Turnserver on port 443 on different IP WCS runs JAVA process PID = 3074 on all IPS...
  10. C

    WebRTC connection fails

    That is exactly what i did. The problem is when i use: wss://host:443 I cold not connect to WCS via WSPlayer, only by WebRTC And when i use: wss://host:8443 I can connect by both Is there a solution for it? like for example: can i set in the server.properties both like: wss.port=443...
  11. C

    WebRTC connection fails

    Hello Max I used two different network interfaces on the same server and it is working fine But i have another problem: When i change in the server.properties to: wss.port=443 And connect by: wss://myWCSdomain:443 I cold not connect to WCS via WSPlayer, only by WebRTC And when i change it back...
  12. C

    WebRTC connection fails

    I installed Coturn TURN SERVER on our Linux server On the same server were our WCS is installed. And i see that the same certificates which are imported to WCS server, can be used by the TURN server. In the turnserver.conf file: How do i figure what is the values of the path of the certificates...
  13. C

    WebRTC connection fails

    Regardless of the Internet quality, on certain networks WebRTC connection is always fails. From 7 different networks we tested in 4 WebRTC connection is always fails. It fails in one wifi and other 3 are cellular. Are we using STUN and TURN in our FlashPhone 0.5.25 media server? Is there...
  14. C

    Run Flashphoner.init with different mediaProviders

    I have en idea how to solve the viewer side "WSPlayer" sound mute problem. Please tell me if it can be practical. I will connect the source webcam on the web page to Flashphoner only with video, And in Iframe on that page i will do anther connection to Flashphoner only with audio, So i will...
  15. C

    Run Flashphoner.init with different mediaProviders

    Hi Max The problem i have is on viewer side when using "WSPlayer" and setting: var constraintsPlay = { audio: false, video: false }; optionsPlay = { name: streamInName, display: remoteVideo, constraints: constraintsPlay }; session.createStream(optionsPlay).on(STREAM_STATUS.PLAYING...
  16. C

    Run Flashphoner.init with different mediaProviders

    Hi Max Thank you for the replay. It is working good, but i had a problem with the long time waiting for playback stream to be stopped or failed STREAM_STATUS.STOPPED, STREAM_STATUS.FAILED because it take long time about 12 seconds... So i solved it by running a timer that wait 4 seconds and...
  17. C

    Run Flashphoner.init with different mediaProviders

    Hello In case of failure in play stream by webRTC i need to play it by WSPlayer without reloading the page or frame. Is there a way i can run Flashphoner.init function again with different mediaProviders without reloading the page? Thanks Cheinan
  18. C

    iPhone Safari Stream setVolume

    Hello In iPhone Safari 11 webRTC on the viewer side: Stream.setVolume(volume) is not working And the volume is always 100. In all other browsers on other devices like android windows etc... it is working fine I am using Web Call Server version 5.0.2596 Any idea? Thanks Cheinan
  19. C

    Receive real-time information about connects

    Hello By using REST methods How do i get the real-time number of connects to a specific stream? Thanks Cheinan
  20. C

    Moving to new server machine

    Hello Restarting the service solved the problem But i get a warning: [root@Stream ~]# service webcallserver stop Stopping webcallserver (via systemctl): Warning: webcallserver.service changed on disk. Run 'systemctl daemon-reload' to reload units. [ OK ] [root@Stream ~]# service...
Top