Search results

  1. C

    Stream recording on demand 404 - Not found

    Hello With our WCS version 5.1.3483 I am trying to do Stream recording on demand by REST methods: startRecording and stopRecording like: https://my-WCS-domain:8444/rest-api/stream/startRecording https://my-WCS-domain:8444/rest-api/stream/stopRecording with data: { "mediaSessionId"...
  2. C

    WCS Dashboard monitoring error

    Hello On our WCS version 5.1.3483 Dashboard When we go to Monitoring > Streaming > Real-Time > Details We get this error alert by the browser: / UI Layout Initialization Error The center-pane element does not exist. The center-pane is a required element. And we get only blank page Thanks Cheinan
  3. C

    Get recorded file name

    Is there a way to get the recorded file name when i use: Stream recording on demand rest method? https://docs.flashphoner.com/display/WCS5EN/Stream+recording#Streamrecording-Streamrecordingondemand Thenks Cheinan
  4. C

    WCS service crash's

    Hi Max After updating from WCS 5.0.3233 to WCS 5.1.3467 We get a lot of WCS service crash's Our server is cantos 7 It have 16G ram and 20 processors. And its seems that always one cpu is on 100% and all the others are around 6%. Is there any WCS configuration witch determines the allocation of...
  5. C

    rest-api push startup 409 Conflict

    Hello When i try to use rest method for sending to wowza rtmp: https://mydomain:8444/rest-api/push/startup {"streamName":"myStreamName","rtmpUrl":"rtmp://wowzaIP:1935/live"} On stream with sound only - it is working good But on stream with video i get: "409 Conflict" I am using WCS 5.1.3451...
  6. C

    Allways Faile to create Stream

    Hello Max We facing a big problem. WCS suddenly always fail to create Stream On our dashboard demo It succeeds to establish connection but always fail to publish On our production system it is doing the same. all firewalls where removed and there is no firewall blocking What can cause this...
  7. C

    Check incoming video state

    Hello We have problem of connected viewers that not getting any video. Is there any way to check incoming video state on webRTS or on WSPlayer? Thanks Cheinan
  8. C

    Video freeze webRTC

    Hello Max We have a problem of Video freeze from time to time... but quite a lot... in the webRTC viewer side. Is there any config we can make to reduce this Video freeze? Something like increasing amount of: video_incoming_buffer_size Or any thing ales? Thanks Cheinan
  9. C

    webRTC stream - one to meny

    hello Max In our video chats system one broadcaster is using webRTC for publishing live camera, video and audio, And another one viewer is using webRTC to view this stream. Together with this one viewer there is more other viewers that is viewing the same stream and they all use webRTC. While...
  10. C

    createStream with and height

    Hello In session.createStream, When we set the video width and height properties to: 640 x 480 Many streams stay with wide screen resolution like 1280 x 720. Is it possible to set the video to one fix size to all the streams? And if so, what is the way to do that? Thanks Cheinan
  11. C

    Pixalization in the video broadcast

    Hello max We start to run WCS in production, and we see a lot of Pixalization in the video broadcast from many different users. The poor quality with the Pixalization is very noticeable when there is movement in the video. It seems that it is happens when broadcasting from Chrome and not from...
  12. 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...
  13. 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"...
  14. 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...
  15. 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
  16. 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
  17. 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
  18. C

    Moving to new server machine

    Hello I installed FlashPhoner on our new Linux server machine. I activated our license on the new machine and after deactivated it on the old machine. both ports 8888 and 8443 are open But still i am not able to connect to the new media server I am able to connect to the dashboard but not to the...
  19. C

    muteVideo() and still see webcam video

    Hello Can i do Stream muteVideo() and still see the webcam video in the browser page, only on the side of the transmitter? Thanks Cheinan
  20. C

    WSPlayer stop video - Audio player mute

    Hello When i use WSPlayer to play the remote stream from my FlashPhoner server, After few seconds the video stop playing and i get: wsLogger.log("Audio player mute"). anywhere i try to test it. on my web application or on my FlashPhoner dashboard demos. I get this logs on my browser js consol...
Top