Search results

  1. Max

    iOS 14 crash after calling play() for each streaming source

    Please check if the problem is reproducing while building TwoWayStreamingSwift or MediaDevicesSwift examples by this guide. If not, please modify TwoWayStreamingSwift example code to reproduce the issue and send using this private form.
  2. Max

    monthly subscribed loss sip function

    We checked your server again. The license and SSL certificates for your domain name seems to be valid. But your backend server responds 404 Not found to every connection try. In server logs we see 12:34:33,427 INFO ManagerApiConnection - API-ASYNC-pool-13-thread-47 Back-end has returned 404...
  3. Max

    vod experience

    VOD playback is started by keyframe, and HLS segments cut too. So you should provide a regular and relatively short keyframe interval in recording by three ways: 1. Add the following settings to flashphoner.properties file to provide regular keyframe sending every 2 seconds from browser while...
  4. Max

    Resize embedded player

    Good day. When iframe is resized, onresize event will not be fired for page elements displayed in iframe, but for window object only. You should use window.onresize event in Embed Player code, for example: stream = session.createStream(options).on(STREAM_STATUS.PENDING, function(stream) {...
  5. Max

    нет трансляции в Опере

    Добрый день. Скорее всего причина в том, что поток опубликован в кодеке H264, а Opera (и другие Chromium-based браузеры) поддерживают этот кодек только в случае. если он установлен в системе. В этом случае рекомендуется исключить кодек H264 и использовать кодек VP8 для проигрывания playStream =...
  6. Max

    Session is undefined - Two_way_streaming.js

    Publishing resolution and bitrate are set with constraints: session.createStream({ name: streamName, display: localVideo, cacheLocalResources: true, receiveVideo: false, receiveAudio: false, constraints: { audio: true...
  7. Max

    Cannot play mixer stream in iOS

    report.sh is in /usr/local/FlashphonerWebCallServer/tools folder: cd /usr/local/FlashphonerWebCallServer/tools sudo ./report.sh --sysinfo --conf --tar Please see the doc.
  8. Max

    monthly subscribed loss sip function

    wss://service.my-222 looks like incorrect domain name without valid SSL certificates Make sure you are able to establish connection to wss://service.my-222 using default Two Way Streaming sample Demo example...
  9. Max

    Cannot play mixer stream in iOS

    Please recollect the logs with INFO log level in log4j.properties file log4j.rootLogger=info, stdout, fAppender Not enough information with WARN level.
  10. Max

    monthly subscribed loss sip function

    Hello, Parameters for SIP connection are taken from config /usr/local/FlashphonerWebCallServer/conf/apps/click-to-call/accounts.xml. Checked on the server - it has the default config - so, it is necessary to specify the parameters. Also, server runs under flashphoner user, but...
  11. Max

    vod experience

    Described here. WCS - https://WCS:8445 Stream - streamName (vod-live://file.mp4)
  12. Max

    FlashphonerWebCallServer not running but subsys locked

    Try to remove WCS PID from /var/lock/subsys and restart again. Similar thread on linux forums
  13. Max

    Как сделать публикацию стрима под android только с Audio?

    Добрый день. В сборке Android SDK 1.1.0.20 добавлена возможность получения от сервера сообщений с текущим битрейтом публикации и проигрывания и контроля качества канала, основываясь на разнице битрейтов клиента и сервера. Подробности читайте здесь
  14. Max

    Android SDK сокеты flashphoner

    Добрый день. В сборке Android SDK 1.1.0.20 добавлена возможность получения от сервера сообщений с текущим битрейтом публикации и проигрывания и контроля качества канала, основываясь на разнице битрейтов клиента и сервера. Подробности читайте здесь
  15. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Функция Flashphoner.getAudioManager().setUseBluetoothSco() портирована в Androd SDK 1.0 в сборке 1.0.1.74. Подробности здесь.
  16. Max

    Dynamic MCU mixer layout

    Good day. We fixed custom layout build issue in 5.2.890. Please update and check.
  17. Max

    Cannot play mixer stream in iOS

    We've checked you server and found lock file /var/run/FlashphonerWebCallServer.pid from previous installation. Without it, report.sh works correctly (claiming to lsof absence, but this is not mandatory). But logs are not writing. So we recommend to do the following: 1. Stop WCS. systemctl stop...
  18. Max

    Прерывание трансляции на origin

    Добрый день. Просим в дальнейшем отправлять отчеты, связанные с темой на форуме, при помощи кнопки Report (или ссылки, если мы ее давали) именно в данной теме, но не в другой, поскольку таким образом фиксируется привязка присланных материалов к теме. Также в дальнейшем просим собирать отчеты...
  19. Max

    vod experience

    Yes. The HLS URL should include stream name and manifest file name: https://wcs:8444/streamName/streamName.m3u8 Please try to reproduce the issue in HLS VideoJS Player example. Modify the example code to embed Shaka player instead of Video JS player.
  20. Max

    RTSP autostart

    Good day. You can add autoplay=true option to Embed Player call, for example https://wcs:8888/embed_player?urlServer=wss://wcs:8443&streamName=rtsp://server:554/stream/live.sdp&mediaProviders=WebRTC&autoplay=true RTSP stream still exists on server after the last subscriber (player) swithes off...
Top