Search results

  1. R

    Unknow CA

    Hello, Using API over HTTPS 8444. But if open on browser, no errors. Only get this by CURL - remote server. I change all requests to HTTP - 8081 and back to work.
  2. R

    Unknow CA

    javax.net.ssl.SSLException: Received fatal alert: unknown_ca at sun.security.ssl.Alerts.getSSLException(Alerts.java:214) at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1667) at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1635) at...
  3. R

    Server Errors - Urgent

    Our license renew 19 every month. Its still 19 here, so we have our license suspended before renew date com.flashphoner.server.license.manager.exception.LicensePeriodIsExpired at com.flashphoner.server.license.manager.A.A.F.check(Unknown Source) at...
  4. R

    Server Errors - Urgent

    Hello! We are totally stopped. 2 servers, located on 2 different regions, are returning FAILED once attempt to start webcams. Mixer not start RTMP publish - not working But we can access administrative area
  5. R

    echoCancellation = MediaTrackSettings.echoCancellation;

    On player side is the same? function playStream(session) { var constraints = { echoCancellation: true, googEchoCancellation: true, }; var options = { name: streamName, display: remoteVideo, constraints: constraints...
  6. R

    echoCancellation = MediaTrackSettings.echoCancellation;

    Or this one: session.createStream({ name: streamName, display: localVideo, record: true, cacheLocalResources: true, receiveVideo: false, receiveAudio: false, disableConstraintsNormalization: true, constraints:{ audio:{...
  7. R

    echoCancellation = MediaTrackSettings.echoCancellation;

    Is this correct? session.createStream({ name: streamName, display: localVideo, record: true, cacheLocalResources: true, receiveVideo: false, receiveAudio: false, echoCancellation: true, googEchoCancellation: true...
  8. R

    echoCancellation = MediaTrackSettings.echoCancellation;

    Hello! There is support for this? https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/echoCancellation#:~:text=Echo%20cancellation%20is%20a%20feature,device%20and%20their%20input%20device.
  9. R

    Error to remote monitor a stream attached to mixer

    We need to remove #mixer_mcu_audio=true #mixer_mcu_video=true To back to work.
  10. R

    Error to remote monitor a stream attached to mixer

    Hello! We have changed as requested but the problem is the same. Once attach a video to mixer, its stop to be reproduced on external player.
  11. R

    MIXER - Change background

    As suggestion: 1-) Add possibility to send a custom URL background to mixer once startup by API 2-) Mixer screen is white, once we place a transparent png file. Make mixer background transparent too.
  12. R

    MIXER - Change background

    Good Morning! Works like a charm! Thank you.
  13. R

    Webcam Quality

    Hello! We are questioned by our end customers, why VmixCall webrtc has better video quality than our systems. What is the ideal settings for better performance of webcam streaming from browser on FlashPhoner? Users with a bad internet connection on vmixcall still with a good picture quality...
  14. R

    WebRTC - Stream to Primary and Backup Servers

    We have resolved this situation using CDN. But we would like to understand PULL and PUSH commands.
  15. R

    CDN 2 Origin - 1 edge

    RESOLVED: FIREWALL ISSUE ON EDGE SIDE.
  16. R

    CDN 2 Origin - 1 edge

    Hello! We are testing 2 ORIGIN servers and we are able to play cross ORIGIN A and B by using "cdn_origin_to_origin_route_propagation=true". But, our edge server are only playing streams from ORIGIN A, if we publish video from B, I can play into A but i can not play into edge. ORIGIN A...
  17. R

    WebRTC - Stream to Primary and Backup Servers

    We attempt to use PUSH and PULL, without success. Receive 200 return, but no stream is played on other side.
  18. R

    WebRTC - Stream to Primary and Backup Servers

    Hello! I would like to know if is possible to stream webcam to 2 servers at same time using flashphoner. The idea is to transmit to primary and backup server at same time from browser. Or, how to receive webrtc from another server?
  19. R

    Error to remote monitor a stream attached to mixer

    Hello! We know is not possible to add the same stream to 2 or more mixers. But, we are experiences issues once attach stream A to mixer, its stop to be played on stand alone player.
  20. R

    Screen Share - High CPU usage

    Hello! We are experience on different hardwares and user locations high CPU usage once user start screenshare application. Browsers tested: Chrome & Firefox Most of time, users report 100% CPU. Is there any kind of tunning?
Top