Search results

  1. Max

    [Phone Video SIP] How to send and catch custom params

    Hello You point to incoming notifications, such as ring and notifyIncomingCall notifyIncomingCall - means you receive a call from another endpoint. ring - means you receive progress status for the incoming call Therefore you can't set params custom and sipHeaders for incoming calls. These...
  2. Max

    Обновление sipOptions на лету

    Добрый день. Нет, такой возможности нет: регистрация на SIP сервере привязана к клиентской сессии и происходит в момент ее создания. Если необходимо скрыть данные SIP-аккаунта от клиента, можно их добавить на стороне бэкенда в ответе на REST hook /connect: switch($api_method) {...
  3. Max

    trail license is expired plz more development and testing is needed. Is it possible to extend the license?

    Good day. The trial license may be extended by request. Please contact sales@flashphoner.com with the license key to extend.
  4. Max

    App crash from SDK: com.flashphoner.FPWCSApi2SessionQueue FBSSerialQueue assertBarrierOnQueue

    Good day. We fixed the issue in iOS SDK build 2.6.111 (available in CocoaPods).
  5. Max

    IDecodedFrameInterceptor for all streams

    The issue was fixed in build 5.2.1574. Please update and check.
  6. Max

    Flashphoners breaks every few days!

    Hello 1. Please check Java Heap settings first. https://docs.flashphoner.com/display/WCS52EN/Memory+management+in+Java#MemorymanagementinJava-Heapmemorytuning 2. If server is hanging again, please do the following: /usr/bin/jstack PID > jstack.txt Here PID is pid of server process if the...
  7. Max

    Feature Request - Mixer Animated Background

    Good day. You can use Picture in picture layout: add the background stream as fullscreen desktop stream, in this case all the other streams will be on top of the background one: If you use a custom XML layouts, there is the example of "Picture-in-picture" custom layout implementation
  8. Max

    Issues when injecting OD into live with RTMP

    Please read this ffmpeg article
  9. Max

    RTSP not working

    - Quick deployment and testing of the server - WCS in Amazon EC2 - WCS on Digital Ocean
  10. Max

    RTSP not working

    Good day. The script is currently available by the URL from example code: https://flashphoner-downloads.nyc3.digitaloceanspaces.com/builds/WEB-SDK/2.0/current/flashphoner.js The demo server used in example accidentally failed. It is working now.
  11. Max

    Player of a Live broadcast iOS asking camera/video permission

    Good day. Please take a look at Player example (description, source code).
  12. Max

    Live broadcast not visible on instagram

    Try using stream key without rtmp/. So that there was only one "rtmp" in "rtmpUrl" value: ("rtmpUrl": "rtmps://live-upload.instagram.com:443/rtmp/1795...).
  13. Max

    Live broadcast not visible on instagram

    Please also try the following option rtmp_push_restore=true to automatically restore RTMP publishing if it fails like OBS does. By default, there will be 3 tries to restore with 5 seconds interval: rtmp_push_restore_attempts=3 rtmp_push_restore_interval_ms=5000
  14. Max

    Issues when injecting OD into live with RTMP

    Please try to re-encode file like this ffmpeg -re -i source.mp4 -acodec copy -vcodec h264 -preset fast -profile:v main -g 50 -filter:v fps=25 -bf 0 -crf 23 -maxrate 4M -bufsize 2M destination.mp4
  15. Max

    Freezing SFU room

    Проблема на стороне сервера, работаем над ней в тикете WCS-3669, о прогрессе отпишем здесь
  16. Max

    Live broadcast not visible on instagram

    Still the issue is on Instagram side: The connection is dropping at ingest point server, so you should ask Instagram support about the issue.
  17. Max

    Live broadcast not visible on instagram

    Hello, In the log, RTMP connection is reset, therefore the pushed stream is stopped. Tried pushing to Instagram with the latest WCS build: sometimes connection is closed, but most times it is successful, and push is working. Please verify the stream key is correct (it starts from "rtmp/" in the...
  18. Max

    Issues when injecting OD into live with RTMP

    In this case, the VOD file is transcoded. And in this case the mixer output stream content is replaced by VOD file content So the VOD file content seems the main reason of the issue. No. We need a file sample to reproduce it. Please try to encode the file without B-frames, for example ffmpeg...
  19. Max

    Некорректно работает трансляция экрана

    По основной проблеме данной темы. В примере Screen Sharing констрейнты публикации выставляются равными размерам экрана (GitHub): VideoConstraints videoConstraints = new VideoConstraints(); DisplayMetrics metrics =...
  20. Max

    Некорректно работает трансляция экрана

    По приведенному Вами логу, краш происходит при попытке остановки сервиса при завершении публикации экрана. К сожалению, проблема не воспроизводится на имеющихся устройствах с Android 10, 11, 12. Пожалуйста, сбросьте телефон к заводским настройкам, установите приложение и дайте необходимые...
Top