Search results

  1. Max

    Сохранение записи

    Добрый день. Запись потока включается на стороне клиента при публикации потока при помощи опции record: function publishStream(session) { var streamName = $('#url').val().split('/')[3]; session.createStream({ name: streamName, display: localVideo, record: true...
  2. Max

    Не могу ограничить размер видео при демонстрации экрана

    Добрый день. На GitHub выложены исходные тексты WebSDK, из которых можно собрать flashphoner.js по этой инструкции. В тестах Вы можете использовать WebSDK, входящий в поставку сервера, либо загрузить последнюю версию WebSDK с этой страницы Для того, чтобы использовать расширение на своем...
  3. Max

    Invalid Constraint Error on specific version of iMac - Safari

    Good day. This is a known issue described here (point 8) You should either use only resolutions which passes WebRTC Camera Resolution test on iMac or disable resolution constraints normalization and set width and height as ideal as described here, for example: publishStream =...
  4. Max

    REST API

    Мы обновили документацию. Поскольку в последних версиях Linux все операции с сервисами проводятся через systemctl, и нестандартные операции (например, update) не поддерживаются, основным способом обновления сервера становится использование команды cd /usr/local/FlashphonerWebCallServer/bin...
  5. Max

    Не могу ограничить размер видео при демонстрации экрана

    Добрый день. Пожалуйста, уточните, какие версии WCS и WebSDK используются? Также проверьте, воспроизводится ли проблема на примере Screen Sharing из коробки со стандартным расширением. Если проблема не воспроизводится, пожалуйста, модифицируйте код примера с GitHub минимально до воспроизведения...
  6. Max

    Не могу ограничить размер видео при демонстрации экрана

    По какому-то из параметров - по ширине или по высоте - размер ограничивается? При использовании для демонстрации расширения constraints применяются, и сохраняется соотношение высоты и ширины. Если для демонстрации экрана расширение не используется, то есть известное ограничение: constraints не...
  7. Max

    REST API

    В 5.2.282 работает. Если для service (или systemctl) нет операции update, попробуйте /usr/local/FlashphonerWebCallServer/bin/webcallserver update
  8. Max

    rtmp transcoding

    Please send credentials for ssh access to your server to support@flashphoner.com
  9. Max

    rtmp transcoding

    As your report shows, you have not updated to build 5.2.324 5.2.310-8357606cfd5be138a9fa321794f01d8ca70db843 and have not created rtmp_agent.sdp file: 10:34:09,637 INFO RtpVideoConfig - pool-91-thread-2 Codec not found; pt - 119; current pt - 95 Please follow all of recommedations from...
  10. Max

    rtmp transcoding

    Good day. We've checked your logs. The main problem is you have not enough Java heap memory. Your server have 32 G RAM, so you should (and can) allocate a half of RAM (16 G) for Java heap. Please set the following in wcs-core.properties file -Xmx16g -Xms16g Then, please set correct SDP for...
  11. Max

    Memory Leak

    You can update to 5.2.267 if you don't use HLS in production. If issue still persists, please let us know.
  12. Max

    WCS OAM не получается настроить

    Добрый день. В сборке 1.160 исправлено: - удаление узла по запросу - ответ на запрос /api/node_status/list, теперь, если узел не подключен к OAM, возвращается 404 OBJECT_NOT_FOUND, если подключен, возвращается статус узла. Также обновлена документация по /api/node_status/list Внимание! При...
  13. Max

    Имеются ли ограничения для демо версии?

    Добрый день. Ограничения 30-дневной пробной версии описаны в документации: 1. Водяной знак и звуковое оповещение в публикуемых потоках 2. Поддержка на форуме Другие ограничения могут накладываться только сценарием использования, конфигурацией сервера, каналами публикации и прочими внешними...
  14. Max

    Memory Leak

    Good day. You are using relatively old build, there were many fixes made in latest builds concerning memory leaks. So please update to build 5.2.324 and check. If the problem persists, please collect a report as described here and send us to support@flashphoner.com, we will check.
  15. Max

    rtmp transcoding

    Good day Please collect a report as described here and send us to support@flashphoner.com. This should be done first when any problem occurs and can be reproduced. Our engineers will check the report.
  16. Max

    Recording Issues

    Transcoder is terminated after timeout if the stream has no subscribers. The timeout can be configured with this setting in WCS_HOME/conf/flashphoner.properties: transcoder_agent_activity_timer_timeout=60000 The default timeout is 60000 milliseconds. Increase the value as required and restart...
  17. Max

    Recording Issues

    The issue has not been reproduced. Please send examples of such recordings (with metadata not corresponding to the actual length).
  18. Max

    REST API

    Фильтры sessionId и appKey для rest-api/stream/find добавлены в версии WCS 5.2.324.
  19. Max

    Recording Issues

    This seems like a bug, so we will fix it (internal ticket WCS-2207). But key frame interval normalization should also help as workaround.
  20. Max

    Recording Issues

    Good day. If we implement this setting, you should implement your own player to concatenate all the fragments to play them correctly, because fragment will start from P-frame, not I-frame, therefore most players like VLC will not be able to play the fragment. So before implementing this...
Top