Search results

  1. 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) {...
  2. Max

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

    Добрый день. Скорее всего причина в том, что поток опубликован в кодеке H264, а Opera (и другие Chromium-based браузеры) поддерживают этот кодек только в случае. если он установлен в системе. В этом случае рекомендуется исключить кодек H264 и использовать кодек VP8 для проигрывания playStream =...
  3. 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...
  4. 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.
  5. 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...
  6. 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.
  7. 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...
  8. Max

    vod experience

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

    FlashphonerWebCallServer not running but subsys locked

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

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

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

    Android SDK сокеты flashphoner

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

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

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

    Dynamic MCU mixer layout

    Good day. We fixed custom layout build issue in 5.2.890. Please update and check.
  14. 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...
  15. Max

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

    Добрый день. Просим в дальнейшем отправлять отчеты, связанные с темой на форуме, при помощи кнопки Report (или ссылки, если мы ее давали) именно в данной теме, но не в другой, поскольку таким образом фиксируется привязка присланных материалов к теме. Также в дальнейшем просим собирать отчеты...
  16. 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.
  17. 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...
  18. Max

    Cannot play mixer stream in iOS

    Seems like Java process is stopped. Please check if WCS is running before collecting a report archive. If WCS is running, and issue still persists, please provide SSH access to the server using this private form, we will check.
  19. Max

    how can I avoid stream disconnect

    Yes, if a stream changed its state from PLAYING to some other state, the new Stream object should be created to play the stream with the same name. WebRTC connection is unique for every Stream object.
  20. Max

    Video stream shows a white screen on Chrome 88 - Android 10

    The last update 5.2.892 fixes WCS silent update or installation issue. Some customers who deploy WCS automatically using Ansible applies -silent option to install WCS. Then, some customers can't start the service after such update. If you can successfully run 5.2.891, the issue does not affect...
Top