Search results

  1. M

    Replacing a mixer source

    Hi Max, I would like to replace any participant by their remoteStreamName. So it's more applicable to the GridLayout I think. Sometimes I just have a single participant in the mixer. A replace command would help me to keep control on what/who is visible in the mixer. This way I can switch...
  2. M

    Replacing a mixer source

    Hi Max, Do you know if it's possible to use the mixer feature and replace an incoming source with another available incoming source? The API currently supports 2 API calls for adding and removing a stream source in the mixer. But I would like to replace an existing WebRTC stream using a single...
  3. M

    Screen Sharing throws errors in log

    Great! I'll check it out. Thanks for your update.
  4. M

    Screen Sharing throws errors in log

    My WCS5 server throws the following error in the logs continuously, but only during screen sharing connections: WARN ControlPacket - STUN-UDP-pool-42-thread-357 Rtcp innerBlocks - 00; type not found - cf ERROR MuxDecoder - STUN-UDP-pool-42-thread-357 Failed to decode control...
  5. M

    Creating Custom Mixer Layout

    One more question regarding this topic. The documentation in https://docs.flashphoner.com/displa...Streammixer-Mixeroutputstreamlayoutmanagement mentioned to set the following parameter in flashphoner.properties: mixer_layout_class=com.flashphoner.mixerlayout.myLayout But when I initiate a...
  6. M

    Creating Custom Mixer Layout

    I see the FP team has changed the documentation from: javac -cp/usr/local/FlashphonerWebCallServer/lib/tbs-flashphoner.jar ./com/flashphoner/mixerlayout/TestLayout.java to: javac -cp/usr/local/FlashphonerWebCallServer/lib/wcs-core.jar ./com/flashphoner/mixerlayout/TestLayout.java This works...
  7. M

    Creating Custom Mixer Layout

    I would like to create a custom mixer layout using the instructions on the following page: https://docs.flashphoner.com/display/WCS5EN/Stream+mixer#Streammixer-Mixeroutputstreamlayoutmanagement The instructions said to run this line: javac...
Top