Search results

  1. Max

    С записью потоков не получается... REST API c 404 ошибкой.

    Для использования в продакшн среде, да. Встроенный веб-сервер WCS предназначен для тестирования, то есть Вы можете модифицировать код примеров WebSDK, расположенных в каталоге /usr/local/FlashphonerWebCallServer/client2, и добавлять туда свои примеры, тестировать их, но на продакшн нагрузку это...
  2. Max

    FPWCSApi2Stream check if front or back camera is used (iOS)

    Is the issue reproducing in Two Way Streaming example? If not, please modify the example code to reproduce the issue and send using this form
  3. Max

    Flashphoner error

    What application do you mean? Please provide the link, the application code, the RTSP URL to test using this form You can play all the recorded streams either in browser directly (if the files are in /usr/local/FlashphonerWebCallServer/records folder) by URL...
  4. Max

    Flashphoner error

    You can play recording files in browser directly by URL https://wcs:8444/client/records/file.mp4, but not as HLS or live RTSP.
  5. Max

    Conference record policy template

    Good day. Since build 5.2.1088, multiple streams recording folder can be set using the following parameter multi_record_dir=/opt/media Note that this folder should be writable, for example: sudo chmod o+w /opt/media
  6. Max

    Flashphoner error

    Then, clarify how exactly do you test: what stream name do you set to Stream field in Player example? Note that you cannot play a file this way, as we mentioned above. You can play only WebRTC stream, RTSP stream or RTMP stream.
  7. Max

    https//:localhost:8444/ not opening

    Use full path to run keytool: sudo /usr/java/jdk-14.0.1/bin/keytool ...
  8. Max

    SIP phone is working, Video Demos are not

    We checked your server. The issue is in your REST hook /connect implementation: you always add SIP credentials to register on SIP PBX. In this case, websocket session is intended to SIP calls only, not for streaming. The solution is to divide REST hook application to one for SIP calls and one...
  9. Max

    SIP phone is working, Video Demos are not

    Good day. Please provide SSH access to the server and access to WCS dashboard using this form, we will check.
  10. Max

    https//:localhost:8444/ not opening

    We checked the server. Seems like you're using self signed SSL certificate, so both WCS and SIP BPX claim Cetrtificate Unknown when trying to establish SIP TLS connection Please use a valid certificate or try to add self signed certificate to Java local storage as described here.
  11. Max

    С записью потоков не получается... REST API c 404 ошибкой.

    Добрый день. Посмотрите, пожалуйста, пример для включения записи при публикации с использованием WebSDK здесь и подробнее здесь Пример запроса на поиск опубликованных потоков с использованием curl по SSH непосредственно на сервере: curl -H "Content-Type: application/json" -X POST...
  12. Max

    FPWCSApi2Stream check if front or back camera is used (iOS)

    Good day. Please see the Media Devices example source code. It shows how to choose camera before publishing: - (FPWCSApi2MediaConstraints *)toMediaConstraints { FPWCSApi2MediaConstraints *ret = [[FPWCSApi2MediaConstraints alloc] init]; if ([_sendAudio.control isOn]) { ... }...
  13. Max

    Flashphoner error

    Please clarify what WCS build you're using. See /usr/local/FlashphonerWebCallServer/conf/WCS.version file. Player example is intended to play streams from server, not files. You can play recordings as VOD however, but: 1. You should place a recording file to...
  14. Max

    High CPU utilization after undefined events

    Good day. This is a known JDK 8 and JDK 11 issue: Java NIO threads used for websocket incoming connections handling consume CPU while waiting for incoming connections. You should update JDK to 12, 14, 15 or 16 from repository if available or manually as described here.
  15. Max

    Отсутствует звук в HLS у некоторых стримов

    Посмотрите, пожалуйста, эту статью, возможно, чем-то поможет Как использовать Docker для WebRTC в продакшене? Мы не рекомендуем использовать докер-инстансы под нагрузкой, тем более транскодировать на них что-то. Все известные нам крупные CDN, использующие транскодинг, работают на железных...
  16. Max

    Setup SIP with FlashPhoner

    ETA for this fix release is the next week.
  17. Max

    Capabilities of WebcallServer

    Please read this doc for details. Also, all the tunings are described in the articles mentioned here and here.
  18. Max

    Flashphoner error

    Good day. Please clarify the following: WCS version Web SDK version What example do you use for testing: Player, Stream Recording etc? If you're using your custom code, is the problem reproducing in web application examples shipped with WebSDK?
  19. Max

    FlashPhoner on Webview on Android iOS App not working

    Good day. Please check if the same page you opening in iOS WebView is working in iOS Safari 15.1 Please also test if Media Devices example form our demo server is working in iOS Safari 15.1 and iOS WebView...
  20. Max

    Capabilities of WebcallServer

    This is a mistype of course. All the server specifications means CPU threads (with HyperThreading enabled). This article shows only streams capturing test. There is an article about multiple subscribers testing (up to 1000 subscribers per 1 stream): What kind of server do you need to run a...
Top