Search results

  1. Max

    pull WebRTC Failed (Session does not exist)

    Добрый день. Вы реализуете авторизацию для публикации потока /pull/pull на другой WCS сервер, не для просмотра или первоначальной публикации трансляции? То есть первым шагом пользователь забирает поток с другого сервера, а затем просматривает её? Опишите, пожалуйста, немного подробнее этот...
  2. Max

    How can I increase the number of concurrent subscribers?

    Good day. Performance tips in your case: 1. Select more performance Amazon instance (with large RAM and possibly multiple CPUs). 2. Configure the Z Garbage Collector (Java 12 required) according to the recommendations. 3. You have enough media ports (media_port_from, media_port_to). But by...
  3. Max

    AMI /etc/hosts, hostname

    Good day. We raised internal ticket (WCS-2366) and let you know results in this topic. Later we will tell you, how to configure Amazon EC2 Auto Scaling for Edge servers.
  4. Max

    Screen Sharing Show some error

    Good day. We raised internal ticket (WCS-2369) and let you know results in this topic.
  5. Max

    screen sharing stream custom

    Regarding authentication. This is how you can proceed. 1. Please arrange a code on your back-end http://mycompany.com/wcs-api/connect http://mycompany.com/wcs-api/playStream ... Each URL should accept POST application/json and respond with HTTP 200 OK The /connect URL should reply exactly...
  6. Max

    screen sharing stream custom

    Please do not leave SSH credentials in public. If you have any credentials, passwords or access details, please send to support@flashphoner.com
  7. Max

    How can I increase the number of concurrent subscribers?

    Good day. When server A ran out of heap, it could not subscribe for new stream. For more investigations we need logs from server B (directory /usr/local/FlashphonerWebCallServer/logs/*) We will check and let you know.
  8. Max

    Screen Sharing Show some error

    Good day. You are using Screen Sharing without extension "Flashphoner Screen Sharing". Install extension using the link "Install Now" (marked in the attached picture) or if extension disable, go to chrome://extensions and checkbox allow on "Flashphoner Screen Sharing".
  9. Max

    chrome webrtc screensharing low quality (1~2 fps)

    Good day. We are now testing transcoding on the GPU. The release schedule is not defined, but we think that in the near future version will be released.
  10. Max

    screen sharing stream custom

    Good day. Please see current status defaultApp in WCS CLI, you may not have returned the default settings for defaultApp: ssh -p 2001 admin@localhost % show apps name appKey URL ------------------------------------------------------------------------------ chatRoomApp...
  11. Max

    Ссылка на скачивание клиента

    Поправили данные на странице. Теперь при переходе по ссылке Download builds открывается страница Web SDK release notes.
  12. Max

    How can I increase the number of concurrent subscribers?

    Good day. In this configuration (server A and server B) you cannot test more subscribers. On server В you hit size of the Java Heap (we see in attach, 7010Mb) Try server A (c4.4xlarge) with large memory size and specify heap size in wcs-core.properties file. For example 16 Gb where physical RAM...
  13. Max

    pull WebRTC (Stopped by session disconnect)

    Отключить этот таймер нельзя. Если вам необходимо, можно увеличить значение параметра. Например, в данном варианте таймер активности установлен на 24 часа: wcs_activity_timer_timeout=86400000
  14. Max

    WebRTC issues - Safari and iOS

    Good day. Thank you, we received your sample code to e-mail. But for testing, we need minimal sample code from you. For example, js and html files for deployment on our web server. Please send them to us.
  15. Max

    screen sharing stream custom

    Good day. We see on the statistics page https://t3n.crakex.in:8444/?action=stat: -----Core Stats----- ... core_java_maxFileDescriptorCount=20000 core_java_open_file_descriptors=18190 ... The number of file descriptors (18190) for the webcallserver process is almost the maximum allowed...
  16. Max

    pull WebRTC Failed (Session does not exist)

    Добрый день. Да, на Edge сервере можно опубликовать поток и воспроизвести по CDN поток, опубликованный на Origin. На Origin сервере воспроизвести поток, опубликованный на Edge, нельзя. Но в случае с серверами, где возможна публикация потока на любом из них, вашу текущая реализация...
  17. Max

    pull WebRTC (Stopped by session disconnect)

    Добрый день. При pull (/rest-api/pull/pull) трансляции с другого сервера WCS используется таймер активности. Если за указанный промежуток времени (по умолчанию, 60000 миллисекунд) на сервере WCS не будет действий с этой сессией, то она будет отключена на этом сервере. Параметр регулируется...
  18. Max

    Ссылка на скачивание клиента

    С главной странице flashphoner.com вы можете скачать последнюю версию WCS. Предыдущие версии, если вас потребуется, находятся на странице Release Notes. Спасибо, исправили.
  19. Max

    screen sharing stream custom

    Good day. Please add output of lsof and netstat (file lsof.log and netstat.log) in attach: lsof -P -c java >lsof.log netstat -antpul >netstat.log There currently we have no load balancing in WCS. You can use several solutions: 1. Use HAProxy to balance incoming connections on WCS. 2. Based on...
  20. Max

    Ссылка на скачивание клиента

    Добрый день. Спасибо за найденную ошибку. Мы поправим её в ближайшее время. Сейчас вы можете скачать последнюю версия WebSDK на странице Release notes.
Top