Search results

  1. Max

    Flashphoner WebSDK timeout on connection issues (Vue.js webapp)

    Good day. It is possible to set Websocket connection establishing timeout while session creation. To do this, timeout parameter in milliseconds should be passed to createSession function: var url = "wss://demo.flashphoner.com:8443"; var tm = 1000; Flashphoner.createSession({urlServer: url...
  2. Max

    Пип при подключении к потоку

    Добрый день. На сборке 5.2.955 данная проблема не воспроизводится, писка при подключении пользователя в комнату нет.
  3. Max

    RTSP stream name

    According to the log attached, you're publishing the stream named live 08:09:43,407 INFO RestClient - API-ASYNC-pool-13-thread-6 SEND REST OBJECT ==> URL:http://localhost:8081/apps/EchoApp/StreamStatusEvent OBJECT: { "nodeId" : "72wXQ5te0VSRhkeYMlIyTRLdfT0cVyzW@18.204.214.170"...
  4. Max

    отсутсвие обновление с 2015 года

    Нет, в нем не было необходимости до 14.3, в более ранних версиях WebRTC не поддерживался. Завели тикет WCS-3186, сообщим, когда будет готово.
  5. Max

    Flashphoner with ReactJS

    Please check if MSE working in Player example out of the box. If yes, please modify it to reproduce the issue and send us with this private form, we will check.
  6. Max

    RTSP stream name

    We checked ffmpeg RTSP publishing and WebRTC, RTMP playback by stream name on your server. All seems working: The issue is fixed in build 5.2.944 which is available in AWS Marketplace by default now
  7. Max

    Проблема с изображением

    Вот это указывает на локальную ошибку при захвате камеры. Воспроизводится ли проблема в примере Two Way Streaming из комплекта поставки WCS? Если не воспроизводится, модифицируйте код примера минимально для того, чтобы проблема начала воспроизводиться, и пришлите модифицированный код нам...
  8. Max

    Проблема с изображением

    Добрый день Уточните, пожалуйста, следующее: - сборка WCS - сборка Web SDK - параметры клиента: браузер, ОС, версия - в каком примере воспроизводится проблема (Two Way Streaming, собственный код?) Что выводится в консоль браузера при попытке публикации потока?
  9. Max

    WebRTC as RTMP re-publishing - Failed by RTMP writer error

    Прежде всего, необходимо проверить, что публикация на полученный по API RTMP URL работает из ffmpeg. Если публикация из ffmpeg работает, необходимо проверить серверные логи /usr/local/FlashphonerWebCallServer/logs/server_logs/flashphoner.log, туда выводятся команды RTMP протокола и видно...
  10. Max

    Возможность отслеживания ивентов mute (video/audio)

    Пожалуйста, убедитесь, что WCS и iOS SDK обновлены до последних сборок. Мы создали тикет WCS-3184, чтобы проверить, где теряется событие. Как обходной вариант, Вы можете отправлять собственное оповещение при помощи FPWCSApi2RoomParticipant.sendMessage, например -...
  11. Max

    Conference(Room API) function as ASG

    Good day. Unfortunately, there's no perfect way to bypass load balancer or autoscaling group entry point. We cannot predict what server will be chosen when connecting to the enry point by CNAME. You can get WCS IP address where room is created, by /connect REST hook handling, but: 1. To handle...
  12. Max

    RTSP stream name

    Please provide SSH access to the server using this form, we will check
  13. Max

    RTSP stream name

    That's wrong. Please see the documentation. You should use the stream name only, but not all the RTSP publishing URL. For example, if you're publishing rtsp://<flashphoner-dns-name>:554/my-stream, you should play it like this as RTMP ffplay rtmp://<flashphoner-dns-name>:1935/live/my-stream or...
  14. Max

    trial license expired

    Yes. The license server itself is fault-tolerant. If connection to license server fails while license checking, new streams cannot be published and played, but existing publications and subscribers remain. If next connection (after 15 minutes) to license server is successful, new streams can be...
  15. Max

    Выполнение команд в on_record_hook

    Добрый день Возможны два варианта: 1. Запускать сервис WCS от пользователя root. Для этого в файле /etc/systemd/system/webcallserver.service замените User=flashphoner Group=flashphoner на User=root Group=root Тогда Вы сможете выполнять любые команды в on_record_hook скрипте. 2. Добавить...
  16. Max

    trial license expired

    With trial license, you have to restart WCS in this case. For production use, you should buy a mohthly subscription license, it requires permanent access (every 15 minutes) to license server. If this is not available for some reason, license will drop to expired state until license server...
  17. Max

    RTSP stream name

    Please clarify your case: 1. Do you publish RTP stream to WCS from ffmpeg via RTSP like this ffmpeg -stream_loop -1 -re -i bunny360p.mp4 -c:a libopus -ac 2 -ar 48000 -c:v copy -b:a 96K -b:v 500K -f rtsp -rtsp_transport tcp rtsp://<flashphoner-dns-name>:554/my-stream ? In this case, WCS server...
  18. Max

    trial license expired

    Make sure server date time fits NTP date time. sudo apt-get install ntp sudo service ntp start
  19. Max

    RTSP stream name

    What DNS name server is configured on your Linux system where WCS installed? i.e. /etc/resolve.conf nameserver 8.8.8.8 Make sure your DNS server is fast enough to fetch dynamic configuration. Try google DNS 8.8.8.8 or 8.8.4.4
  20. Max

    Install error

    Good day. Due to certbot-auto end of support, we've updated our documentation about receiving and importing SSL certificates to install and use certbot instead.
Top