Search results

  1. Max

    ERROR Error: Flashphoner API is not initialized

    You've sent only package.json file. Please do the recommended in this post.
  2. Max

    IOS 17. Черный блок с видео

    Добрый день. В предоставленном фрагменте лога, к сожалению, отсуствует информация, помогающая определить и воспроизвести проблему. Просим уточнить следующее: 1. Версия WCS 2. Каким образом пытаетесь играть поток: браузер (WebSDK) или приложение с iOS SDK? 3. Какую версию WebSDK (или iOS SDK)...
  3. Max

    Need to change rtmp alias "live" to another

    1. Open the file /usr/local/FlashphonerWebCallServer/conf/database.yml. Make a backup copy first! 2. Find the flashStreamingApp description strings flashStreamingApp: {name: flashStreamingApp, key: flashStreamingApp, url: 'http://localhost:8081/apps/EchoApp', handler...
  4. Max

    ERROR Error: Flashphoner API is not initialized

    Please wrap the example Two Way Streaming in TypeScript to Angular project and try to reproduce the issue. If reproduced, send us the whole projects sources (including package.json) using this form.
  5. Max

    HLS support

    Здравствуйте. Попробуйте добавить настройку. Должна решить вопрос с минимальным временем сегмента. ll_hls_keep_min_segment_duration=true Мы со своей стороны протестируем и задокументируем, если она работает.
  6. Max

    ERROR Error: Flashphoner API is not initialized

    We reviewed your code. You should not call any Flashphoner API functions before Flashphoner.init() call Also, the getMediaAccess method is used only to test the camera before publishing. See the Media Devices example source code. In a simple two way streaming case you don't need to call the...
  7. Max

    ERROR Error: Flashphoner API is not initialized

    Please do the recommended in this post.
  8. Max

    HLS support

    Значение берется по меткам времени из видеопотока, так что год может быть любой. Например, у RTMP потока метки времени всегда начинаются с нуля при публикации. В данном случае такая метка приходит от RTSP источника.
  9. Max

    ERROR Error: Flashphoner API is not initialized

    Please take the source code of Two Way Streaming example, wrap it to Angular project and try to reproduce the issue. If the issue is reproducing, send us the project source code and build instructions using this form.
  10. Max

    ERROR Error: Flashphoner API is not initialized

    Good day. Perhaps you have not calling Flashphoner.init() method on page load, for example (GitHub): methods: { onLoad() { try { Flashphoner.init({}); this.localVideo = document.getElementById('localVideo'); this.remoteVideo =...
  11. Max

    HLS support

    Добрый день. В настоящее время проброс параметров не поддерживается. Создали тикет по добавлению этого функционала WCS-4105. О продвижении сообщим. Этот тэг нужен по стандарту в случае, если HLS стрим разделен на дорожки в контейнере m4s или содержит текстовые дорожки вроде субтитров. Его...
  12. Max

    DigiEye's streams cant be played

    Received. Thanks!
  13. Max

    DigiEye's streams cant be played

    Hello We didn't receive. Spam is empty too. Please send again to sales@flashphoner.com
  14. Max

    On Specific ISP Video Keep Lags

    Good day. Please try to switch to TCP transport: ice_tcp_transport=true
  15. Max

    After Sometime Edge Server not responding

    We also noticed the following configuration issues: 1. Java heap is set to 1 Gb by default at all servers. It is not enough under a load and may dramatically affect server stability. Please set in wcs-core.properties file -Xmx=32g -Xms=32g and restart all the servers 2. You're mixing a...
  16. Max

    After Sometime Edge Server not responding

    Please set the parameter to false, not true cdn_nodes_resolve_ip=false This should be done on all servers in CDN, and all of them should be restarted.
  17. Max

    After Sometime Edge Server not responding

    We checked the server. Seems like the license cannot pass the check on the license server and suspended: You can't publish any stream if license is suspended. The reason is wrong reverse DNS setup. Your edge host has domain name cdnproxy.********.video, but its IP address is resolved to...
  18. Max

    Concurrent Clients

    The server described in the article was tested to use 1000 subscribers simultaneously. More powerful server (96 cores for example) may pass the test for 2000 subscribes, but it should be tested. If you need more subscribers, you should deploy a CDN. For 10000 subscribers, you need at lease 5...
  19. Max

    After Sometime Edge Server not responding

    Hello Please send SSH sudo access to affected Edge server using this form and point to date and time of incident Our engineers will check. If you have any troubles with SSH access, please gather a report and send the report using the same form...
  20. Max

    Concurrent Clients

    Good day. This depends on server hardware configuration. Actually, a load tests should be performed to check how many subscribers or publishers can connect simultaneously with a proper video quality: What kind of server do you need to run a thousand WebRTC streams?
Top