Search results

  1. Max

    Wowza-Server in old Flashphoner 2.1 open for everyone?

    Good day. Flashphoner 2.1 is very old and obsoleted. We can't even test it right now. So we recommend to deploy a new instance with latest 5.2 if a security issues persist.
  2. Max

    License period expired exception on Amazon (pay-as-you-go) license

    We fixed the issue. Should work now.
  3. Max

    License period expired exception on Amazon (pay-as-you-go) license

    Good day. Seems like license server was not available from your instance. There were no any operations on license servers during this time, so it was probably an AWS network issue.
  4. Max

    Ошибка при активации

    Есди это не поможет. Напишите пожалуйста номер лицензии на sales@flashphoner.com Разблокируем.
  5. Max

    not able to add text watermarking in stream

    No, you can only get image from local file system.
  6. Max

    not able to add text watermarking in stream

    You can use a third party tool to convert text to image as supposed in this article, then apply the image as watermark.
  7. Max

    Ошибка при активации

    Добрый день. Попробуйте деактивировать лицензию, а затем активировать заново cd /usr/local/FlashphonerWebCallServer sudo ./deactivation.sh XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX sudo ./activation.sh XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
  8. Max

    not able to add text watermarking in stream

    Watermark requires Transcoding API https://docs.flashphoner.com/display/WCS52EN/Stream+transcoding 1. Publish stream1 2. Transcode stream1 to stream1_output /rest-api/transcoder/startup 3. Set watermark for Transcoder URI /rest-api/transcoder/set_watermark 4. Play stream1_output with...
  9. Max

    Failed by rtp activity - что значит

    Добрый день. Сообщение Failed by RTP activity говорит о том, что в одной из составляющих потока (аудио или видео) медиа данные отсутствуют в течение заданного времени (по умолчанию 60 секунд) rtp_activity_timeout=60 По умолчанию публикация или проигрывание в этом случае останавливается...
  10. Max

    Вопрос по конфигурации

    Пароли SIP не хранятся в конфиге. Всего есть три способа работы с credentials: 1) SIP логин и пароль передаются непосредственно с веб-страницы. 2) SIP логин и пароль передаются Вашим эндпоинтом в ответ на запрос REST HTTP /connect Т.е. при попытке пользователя установить соединение с...
  11. Max

    Вопрос по конфигурации

    Добрый день. WCS передает содержимое полей sipLogin и sipPassword SIP стороне в стандартном SIP REGISTER: сначала в сторону SIP PBX отправляется SIP REGISTER без реквизитов авторизации, затем SIP PBX присылает 401 c nonce для шифрования пароля, затем WCS отправляет SIP REGISTER уже с шифрованным...
  12. Max

    CentOS 9 support

    Hello As you can see from the docs https://docs.flashphoner.com/display/WCS52EN/Requirements+and+prerequisites CentOS 7.6 CentOS 7.8 CentOS 8 CentOS Stream where tested Regarding Centos 9. We didn't test. It should work. There is no show stoppers. You can download and install the Trial...
  13. Max

    Cant load RTSP Stream with localStreamName

    Hello It works. You have to use port 5554 instead of 554 by default. rtsp://SERVER_IP:5554/camera1 See also docs https://docs.flashphoner.com/display/WCS52EN/In+a+player+via+RTSP#InaplayerviaRTSP-RTSPserverconfiguration
  14. Max

    Unable to start stream on Iphone Safari.

    We can't reproduce the issue with latest WCS build 5.2.2060 and WebSDK build 2.0.247, VideoJS Player minimal example using VideoJS 8 in iOS Safari 17.6.1 The stream picture is not cropped but scaled to the video tag size. The metrics displayed under the video tag shows an actual video stream...
  15. Max

    Unable to start stream on Iphone Safari.

    Please try to reproduce the issue on our demo server: https://demo.flashphoner.com:8444/client2/examples/demo/streaming/embed_player/sample.html If the stream still not playing, provide RTSP URL using this form.
  16. Max

    Unable to start stream on Iphone Safari.

    WSPlayer was the cratch and is deprecated now. You can use WebRTC provider in Embed Player, for example <iframe id='fp_embed_player' src='https://demo.flashphoner.com:8888/embed_player?urlServer=wss://demo.flashphoner.com:8443&streamName=test&mediaProviders=WebRTC' marginwidth='0'...
  17. Max

    Unable to start stream on Iphone Safari.

    Good day. Please update to the latest WCS build 5.2.2057 with WebSDK 2.0.247. If the rtsp stream still cannot be played, please provide an RTSP URL to test using this form.
  18. Max

    Unable to start web call server with fresh install

    This is a message from systemd about the file where process pid is stored. Please update to the latest WCS build 5.2.2055 where the issue is fixed.
  19. Max

    DigiEye's streams cant be played

    Hello Related to the report. Please double check the following logs: logs/server_logs/flashphoner.log 1) What was the server time of incident? 2) What was the stream name or RTSP URL of incident? We have to match Time and URL with logs. Please check also...
  20. Max

    Unable to start web call server with fresh install

    Hello As per your report This path seems wrong /usr/local/FlashphonerWebCallServer/server There is no such path inside of normal server installation. Please do cd /usr/local/FlashphonerWebCallServer/bin sudo ./uninstall.sh Make sure folder is empty or does not exist...
Top