Search results

  1. 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?
  2. R

    Mixer Layout

    Hello! We read https://docs.flashphoner.com/display/WCS52EN/Stream+mixer to attempt a change into mixer layout grid. To be honest, no way to understand that file in JAVA. There is a file or a way to do: Webcams are located in the left size (3 webcams one up each other - 1 colum) and desktop...
  3. R

    Auto start webcam on page load

    Hello! how to automatic start webcam capture on page load without the Start btn? We have attempt many ways like <script type="text/javascript"> $(document).ready(function(){ $("#publishBtn").trigger('click'); }); </script> Without succcess. Thanks!
  4. R

    Remote MUTE Audio & Video

    Hello! Is possible to remove mute and unmute audio / video?
  5. R

    Automatic Record Desktop Sharing

    Hello! How to implement automatic record from Desktop Sharing?
  6. R

    Mixer Reset - API

    Hello! Its possible to RESET mixer inputs without OFF / ON by API? I mean a command that remove all input streams from mixer at same time. Thanks, Rafael
  7. R

    Too many open files

    09:26:26,904 WARN erSocketPipelineSink - WS-BOSS-pool-18-thread-1 Failed to accept a connection. java.io.IOException: Too many open files
  8. R

    How to start player muted

    Hello! We have a specific behavior where is necessary start the player always muted. How to do it? Something like autoplay .. automute = true?
  9. R

    Automatic Record RTMP streams

    Hello! There is an way to automatic recorder all rtmp input streams without use API?
  10. R

    Server error: Stream already exists.

    Hello! When we lost connection to server, we got this message and needs a server restart to get connected again to publish RTMP. Stream #0:1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s [tcp @ 02d2bd80] TCP Buffer has been set to 1683456 bytes [rtmp @ 08a99b40] Server error: Stream...
  11. R

    WebRTC - Echo Cancellation

    Hello! Is there any settings related to echo cancellation on webrtc streamings?
  12. R

    MIXER - Change background

    Hello! Its possible to add a JPEG to mixer background? If not possible, is possible to change background color from mixer not black to transparent?
  13. R

    Increase video quality

    Hello! We are using H.264 codec profile (baseline). Is there any other settings or profiles to be created or adjusted to increase video quality? Thanks, Rafael
  14. R

    Camera on MAC - Safari

    Hello! We are not able to capture camera from SAFARI on MACBOOK: NOTE: On Chrome, Firefox, Opera and Edge - 100% working [Log] 18:14:06 INFO webrtc - – {audio: true, video: {width: {min: 320, max: 640}, height: {min: 240, max: 480}, frameRate: {ideal: 30}}, customStream: undefined}...
  15. R

    Increase audio bitrate

    Hello! Audio bitrate appear to be near 96kbps. We expect 320 or 192 kbps. Where we can adjust it on RTMP -> Webrtc? Thanks
  16. R

    Poor quality video - RTMP to WebRTC

    Hello! We are experience problems with froozen image and audio, shock images and bad quality while attempt to stream RTMP -> WCS -> USER END Is there some tunning or settings recommendations?
  17. R

    RTMP - Set a username and password for publisher

    Hello! How can I add a password and username to publishers on RTMP?
  18. R

    CND - Connection refused

    Hello! Origin and Edge server has the same version: v.0.5.28.2753-5.2.616-5e416260aabc68145fb0f12bee30f94dffb277b4 We follow the example as describe here: https://flashphoner.com/dynamic-cdn-for-low-latency-webrtc-streaming/ But we got the follow errors and stream published on origin, CAN NOT...
  19. R

    Publish Error

    Hello! We receive an error while attempt to start stream: No Free Ports Avaiable. Server is a 16 Cores, 1000 Mbps bandwidth At moment of error, we got 300 mbps throughtput and +- 100 users connected.
  20. R

    CND Question

    Hello! Its possible a node configured as EDGE, act as ORIGIN too?
Top