Search results

  1. Max

    WCS to rtsp camera security problem

    Good day. Yes, WebRTC specification strongly requires data encryption. That's why WebRTC signaling works only via secure websocket connection (except localhost, for debugging purposes) RTSP supports basic authentication only, so yes, credentials should be passed in URL. But you can hide...
  2. Max

    youtube multistream

    Good day. That's the problem. You should set an actual RTMP publisher version rtmp_flash_ver_subscriber=LNX 76.219.189.0 disable RTMP stream name prefix rtmp_transponder_stream_name_prefix= and use full RTMP URL rtmp_transponder_full_url=true A final set of server parameters that should work...
  3. Max

    CDN issue

    Good day. Please clarify: do you have the only entry node per CDN (node A)? In this case, when node A is restarted, you should either restart other nodes to enter CDN again, or try to reset all CDN connections on all the nodes using REST API: Connection reset using REST API This is default...
  4. Max

    npm packege problem

    The issue was fixed in WebSDK build 2.0.217. Please update @flashphoner/websdk package and check.
  5. Max

    Snapshot timeout

    This should work in any environment. But all the filesystems are virtual in docker, so any disk I/O operations may be slower, and this is impredictable. In docker environment, we recoddems to inscrease a maximum snapshot taking interval, for example twice snapshot_taking_interval_ms=6000 Also...
  6. Max

    Snapshot timeout

    Yes, the parameters are applied to REST API query. The CPU is not a bottleneck in this case, but disk I/O is. You can set up RAM drive and assign snapshots dir to it: snapshot_auto_dir=/ramdrive to prevent disk I/O issues.
  7. Max

    Unable to start updated version of WCS

    No. Video Chat example works with 5.2.1131 on demo server.
  8. Max

    Multi-platform text chat and video publishing/playback

    Yes, any stream published to WCS server is available to play via WebRTC, including mobile SDKs Yes, if a platform provides an RTMP URL to play Yes. Please look at the following examples: Video Conference Flash Video Chat Android Video Conference iOS Video Conference
  9. Max

    Unable to start updated version of WCS

    Hello >Is there a new WCS release also required? No. This fix is Web SDK only. >will the video chat demo sample need any change? You can track all changes on our github with comment #WCS-3445 https://github.com/flashphoner/flashphoner_client/commits/wcs_api-2.0 Therefore you can see all...
  10. Max

    Multi-platform text chat and video publishing/playback

    You can try to use Adobe AIR on mobile devices. Flash example applications sources are still available with WebSDK, so you can build them and try with Adobe AIR. If this works, you can publish RTMP streams from mobile devices and play them from desktop as WebRTC using Javascript API.
  11. Max

    Unable to start updated version of WCS

    In WebSDK build 2.0.216, it is possible to pass participant stream playback options. Use this to disable automatic stream audio unmuting in Android Edge browser and to prevent a participant stream freeze. Then, user must click a button to unmute audio var options = { unmutePlayOnStart...
  12. Max

    Multi-platform text chat and video publishing/playback

    Good day. Unfortunately, Flash is dead and not supported in all the modern browsers and operating systems. But WCS still supports RTMP publishing and playback. You can even build WebSDK from sources including Flash support if you find a browser which still supports Flash. So we recommend to use...
  13. Max

    Изменение аудио в on-line

    Здраствуйте. Из коробки, такой функции нет. Есть возможность перехвата и обработки сигнала, к которой вы можете подключить свои алгоритмы (фильтры) изменения голоса. https://docs.flashphoner.com/display/WCS52EN/Server+audio+processing На входе сигнал PCM16
  14. Max

    Unable to start updated version of WCS

    It will be released tomorrow
  15. Max

    audio issue on FlashphonerWebCallServer-5.2.1146

    Good day. Please provide an access to the server, SIP PBX credentials and two SIP accounts to make a test call between them using this form.
  16. Max

    WCS suddenly stopped

    Good day. Please check the following logs: 1. Server log around the time when server stopped /usr/local/FlashphonerWebCallServer/logs/server_logs 2. System messages log /var/log/messages 3. Check if there is a log file /usr/local/FlashphonerWebCallServer/logs/errorPID.log, where PID is process...
  17. Max

    В Web SDK отсутствует возможность полностью выключить логгирование в консоль браузера

    Добрый день. В сборке WebSDK 2.0.215 добавлена возможность определять параметры логирования не только для приложения в целом, но и для сессии, потока или звонка. При этом на каждом из уровней используется свой экземпляр объекта логирования. Пример приведен здесь: Определение параметров...
  18. Max

    Черный экран после обновления страницы

    Добрый день. Возможная причина в Вашей последовательности операций (flow). По логам (в том числе и предоставленным ранее) она выглядит так: 1. Ведущий публикует поток 2. По REST API /mixer/startup создается микшер 3. По REST API /mixer/add поток ведущего добавляется в микшер 4. К потоку микшера...
  19. Max

    WebRTC генерация ссылка для клиента

    Добрый день. Если речь идет о захвате потока с камеры на WCS, то поддерживается передача имени и пароля в RTSP URL, при этом служебные символы должны быть экранированы: Аутентификация при захвате потока Если речь идет о проигрывании захваченного потока по WebRTC, то есть возможность стартовать...
  20. Max

    Запись микшированного потока без подписчика.

    Мы проверили Ваш сервер. Если публиковать поток в микшер (например, fptest#fpmixertest), на подключая зрителей к микшеру, то запись успешно создается, и после остановки микшера по таймауту отрабатывает скрипт on_record_hook.sh, в котором запись копируется в AWS S3 хранилище, после чего удаляется...
Top