Search results

  1. Max

    update Issues setting ip and ip_local gone, might cause rtmp republishing issue?

    Good day. We fixed the issue with IP ddresses detection in Google Cloud VM instances in build 5.2.759. Please update and check.
  2. Max

    После обновления сервера сбились IP адреса из-за обращений к "Metadata-Flavor: Google"

    Добрый день. В сборке 5.2.759 проблема определения адресов для Google Cloud API исправлена, получение данных производится в соответствии с документацией. Также скорректирована проверка доступности API для определения адресов, совместимого с EC2, ранее сервер получал адреса с этих эндпойнтов...
  3. Max

    init

    Пожалуйста, приведите здесь полный код Вашего скрипта, либо вышлите его нам, используя эту приватную ссылку Также проверьте, пожалуйста, что примеры, поставляемые с сервером, работают. Скопируйте полный код HTML-страницы и Javascript из статьи, проверьте, что код работает. Если с этим возникают...
  4. Max

    high quality stereo audio from server

    Good day. Since build 5.2.758 it is possible to set up SDP for MSE playback. So you can create mse.sdp file with the following content v=0 o=- 1988962254 1988962254 IN IP4 0.0.0.0 c=IN IP4 0.0.0.0 t=0 0 a=sdplang:en m=video 0 RTP/AVP 112 a=rtpmap:112 H264/90000 a=fmtp:112 packetization-mode=1...
  5. Max

    Stream a static image from canvas

    My function for drawing an image on a canvas looks like this: function createCanvas() { var canvasContext = canvas.getContext ("2d"); var img = document.getElementById ("myimage"); (function loop(){ canvasContext.drawImage(img, 10, 10); setTimeout(loop, 1000 / 30)...
  6. Max

    RTMP Streaming Not Working with WireCast

    Good day. We fixed the issue with Wirecast RTMP publishing in build 5.2.757. Please update and check.
  7. Max

    init

    Добавьте пожалуйста полный код ваших скриптов в виде zip архива. Примеры можно найти по этим ссылкам: https://flashphoner.com/vstraivaem-videotranslyaciyu-s-veb-kam/?lang=ru https://docs.flashphoner.com/display/WEBSDK2RU/Two-way+Streaming
  8. Max

    REST - Starting call with hasAudio false still uses sendrecv in SDP causing call to timeout

    Hello! We tested the SIP call using /rest-api/call/ startup with the parameters: { "callId":"1234567", "callee":"10002", "hasVideo":"false", "hasAudio":"false", "sipLogin":"10001", "sipAuthenticationName":"10001", "sipPassword":"1111", "sipDomain":"192.168.0.0"...
  9. Max

    ICE Timeout on AWS Marketplace AMI

    Good day. Unfortunately, we see the problem in logs, bu we cannot see the reason. Please clarify the following: - Does internal TURN server also not work? If yes, please check if TCP port 3478 is opened. - Coturn server is installed on the same instance? If yes, please check if you test with...
  10. Max

    Доп. возможности микшера реального времени в MCU

    Добрый день. Пока таких возможностей нет. Завели тикет WCS-2871 чтобы добавить соответствующие настройки, напишем здесь о результатах. Это работает автоматическое масштабирование текста в зависимости от размеров картинки. Если текст будет фиксированного размера, то, в зависимости от размещения...
  11. Max

    update Issues setting ip and ip_local gone, might cause rtmp republishing issue?

    Good day. There is a problem with IP adresses detection in Google cloud compatible VM instances (Yandex.Cloud for example). We already work on it in ticket WCS-2867 and let you know when fix it. As workaround, you can set ip and ip_local parameters manually, then add the following parameter to...
  12. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    Good day. How many subscribers you emulated in every case? Did you expand media_port_from - media_port_to range for test (the default range is enough to 200+ publishers only)? Did you apply server tuning recommendations from this page: adjust Java heap memory to 1/2 RAM, set up ZGC, adjust...
  13. Max

    iphone video freeze

    Good day. Please check if you're using playFirstVideo() function as described here. Please see the source code of Two Way Streaming example, for publishing and for playback: function publishBtnClick() { if (validateForm("streamerForm")) { ... if (Browser.isSafariWebRTC()) {...
  14. Max

    После обновления сервера сбились IP адреса из-за обращений к "Metadata-Flavor: Google"

    Добрый день. Мы создали тикет WCS-2867 для исправления определения IP адресов в ВМ GCP и совместимых по API платформ. О результатах сообщим здесь. Вы также может использовать следующие временные варианты решения: 1. Переключиться на API, совместимое с EC2 2. Выставить IP адреса в настройках ip и...
  15. Max

    HLS edge server not playing

    This will violate ACAO header specification which officially supports no wildcard domains. But with current implementation, server just returns origin request URL if * mask is given, for example Access-Control-Allow-Origin: http://lb.example.com:8081 This should be enough for the case.
  16. Max

    FlashPhoner Web Browser compatibility

    They use HLS and MPEG-DASH If 8 seconds latency is acceptable, you can also use HLS as most compatible protocol. You can detect browser and OS on client side. Then, you can choose: - In Chrome, FF on Windows, Linux, MacOS, Android - use WebRTC (with audio chat) - In Safari on MacOS, iOS - use...
  17. Max

    Использование лицензии на тестовом медиа сервере (для разработки)

    Заполнить форму. На почту придет 30 дневный триальный ключ. После этого запросить его расширение на 180 дней sales@flashphoner.com
  18. Max

    HLS edge server not playing

    Good day. We added mask support in ACAO header in build 5.2.755. The feature is enabled by default hls_acao_header_domain_mask=true You can set * mask in ACAO header hls_access_control_headers=Access-Control-Allow-Origin: *;... and server will return origin request URL in ACAO header in response...
  19. Max

    Web Call server error

    Good day. Seems like SIP registration failed. REGISTERED should be in this field. Double check SIP login, password and SIP domain. If they are correct, please collect a report as described here and send using this link.
  20. Max

    iphone video freeze

    Good day. Please clarify: a local video is frozen while publishing from iOS Safary? Is the issue reproduced in Two Way Streaming example on our demo server? If not, please modify Two Way Streaming application code minimally to reproduce the issue, and send us using this link. Also please...
Top