Search results

  1. Max

    OBS unable to reconnect after internet lose

    Did you check OBS publishing docs? Known issues: https://docs.flashphoner.com/display/WCS52EN/Using+OBS+Studio#UsingOBSStudio-Knownissues Try to configure keep_alive.enabled=websocket,rtmfp or upgrade to the latest server version where this behavior is by default
  2. Max

    Re-Publish YouTube stream using FlashPhoner Server

    Hello Please check out this article: https://flashphoner.com/how-to-grab-a-video-from-youtube-and-share-it-via-webrtc-in-real-time/ Does it fit your case?
  3. Max

    [URGENT] Support external camera

    We do not implement camera in SDK, WebRTC library does. So if you can exactly point what interfaces should be exported, we'll do it.
  4. Max

    Issue with Video chat and Screen sharing (two way communication)

    Do you add screen sharing stream to mixer? If not, it should be done with REST API /mixer/add or while creating a stream by addin mixer namewith a special suffix, for example desktop_stream#mixer1. In this case, mixer desktop layout will be enabled automatically. To test, you can publish a...
  5. Max

    Работа с видеопотоком

    Добрый день. В сборке 5.2.693 добавлена возможность указать водяной знак для каждого транскодера при его создании по REST API, см документацию здесь. Кроме того, водяной знак, фон и размещение картинок могут быть определены для каждого микшера. Также в документацию добавлено описание примера...
  6. Max

    Embed text/images overlay in live stream video

    Good day. Since build 5.2.693 watermark (logo) can be applied while creating transcoder with REST API, please see details here.
  7. Max

    MIXER - Change background

    Good day. Since build 5.2.693 background, watermark and layot can be defined per mixer while creating it by REST API
  8. Max

    Mixer Layout Stream Labeling

    Good day. Since build 5.2.693 background, watermark and layot can be defined per mixer while creating it by REST API
  9. Max

    We hope this function. "Add or change overlay graphics"

    Good day. Since build 5.2.693 watermark can be applied while creating transcoder with REST API, please see details here. Also, background, watermark and layot can be defined per mixer while creating it by REST API
  10. Max

    How to Initialize CDN Show_Nodes Results

    Now, PASSIVE nodes are not fully removed from CDN state. There is already the ticket WCS-2609 to implement this. We'll let you know in this topic. As workaround, you can fiter PASSIVE nodes in request result.
  11. Max

    How to Initialize CDN Show_Nodes Results

    Good day. /rest-api/cdn/show_nodes query or CLIv2 cdn show-nodes command show current CDN state as it seen by a certain node requested. So the result of such query always contains a nodes list visible from one node (to which the query was sent). Please clarify what do you exactly try to do: -...
  12. Max

    AWS Marketplace AMI for CDN and autoscaling

    We found a workaround. For Amazon billng to work correctly, Marketplace AMI should be used to create an instance, but not custom one. So User data script should be used to customize server settings on first instance start. We checked if it works and described in docs.
  13. Max

    Не воспроизводится видеопоток в Safari

    Да. И контролировать width, height и frameRate ограничения в Вашем коде А доступ запросили, поскольку лог консоли браузера не был предоставлен, эту проблему только там видно, браузер бросает OverConstrainedError.
  14. Max

    [URGENT] Support external camera

    Unfortunally, you didn't clarify a platform. By default, most of developers ask WebSDK questions if platform is not mentioned. Please check if your custom camera implementation is avalable to org.webrtc.Camera2Capturer and org.webrtc.Camera2Enumerator. If yes, please let us know, we'll raise a...
  15. Max

    HLS edge server not playing

    Please check iptables output sudo iptables -L -n If there are some rules and no port 8084 among them, just flush all the rules sudo iptables -F It is not necessary to block ports on instance level because security group rules are working on hosting level. If this does not help please provide SSH...
  16. Max

    Multiple Edge servers behind AWS LB not communicating

    You should add ACAO header including port to which request is coming: hls_access_control_headers=Access-Control-Allow-Origin: http://localhost:8081;Access-Control-Allow-Methods: GET, HEAD;Access-Control-Max-Age: 3000;Access-Control-Expose-Headers: Accept-Ranges, Content-Range, Content-Encoding...
  17. Max

    AWS Marketplace AMI for CDN and autoscaling

    Good day. We tested and added the step by step instruction to deploy load balancer with autoscaling based on AWS Marketplace AMI. Please read details here.
  18. Max

    Flashphoner License not renewed

    Good day. We tested and added the step by step instruction to deploy load balancer with autoscaling based on AWS Marketplace AMI. Please read details here.
  19. Max

    Issue with Video chat and Screen sharing (two way communication)

    This cannot be done. Only screen sharing stream can be enlarged. Please test MCU Client example on your server https://wcs:8444/client2/examples/demo/streaming/mcu_client/mcu_client.html or on our demo server...
  20. Max

    Треск в звуке у участника видеоконференции

    Добрый день. Пожалуйста, уточните следующее: - какая сборка WCS используется? - как реализована конференция: на RoomApi или при помощи микшера? - проблемы возникают у одного конкретного участника или у произвольных? - при каком количестве одновременно участвующих в конференции возникает...
Top