Search results

  1. Max

    WebRTC:VP8 player loader keeps spinning

    We tried to reproduce the issue with our demo server in Media Devices example (to easily change the constraints). It is playing correctly: Server build on demo: 5.2.998, WebSDK build 2.0.180 Please check if the issue reproducing in MediaDevice example on your server. If yes, please provide SSH...
  2. Max

    Can not start transponder Error

    If you want to play the stream published on WCS as RTSP, you can capture it from WCS by RTSP URL rtsp://wcs:554/streamName Please read details here Please check REST API query. When we tested your page last time, it seemed to be maiformed as we wrote above. Please also check if Youtube banned...
  3. Max

    HLS stream behind Load Balancers

    Please read this topic and other topics in developers.apple.com search results.
  4. Max

    HLS stream behind Load Balancers

    Good day. What iOS apps do you mean? We don't have any native iOS applications example to play HLS except WebView example, but WebView is a wrapper above iOS Safari browser. So if you're using some third party applications to play HLS, they supposed to support session stickines like browsers do.
  5. Max

    How to get playload.streamName using Android SDK?

    About the ticket WCS-3275. Since Android SDK build 1.1.0.39 we added an ability to receive a stream status when a subscriber connects to this stream to play in StreamStatusPlaying event handler, using Stream.getAudioState() and Stream.getVideoState() methods. See example here.
  6. Max

    How to get playload.streamName using Android SDK?

    If this is muting issue, it should be reproducible in MediaDevices example: publish, play, mute-unmute-mute... If not, try to reproduce this in Conference example: join, mute-unmute-mute... If issue still cannot be reproduced, the problem can be in your code. In this case, please modify...
  7. Max

    SIP not working.

    You've provided log and dump from a different calls. Seems like a possible issue can be in SIP UDP signaling usage: in log we see that SDP received from far end seems to be cut. So you should either use the following parameter in flashphoner.properties file sip_force_tcp=true or exclude codecs...
  8. Max

    How do I solve memory leakage problem in wcs ?

    Good day. You should use hardware capable enough to handle 1000 subscribers, and perform some tweaks. Please read this article containing server setup description, load testing methods and tests results defining a required server capacity: What kind of server do you need to run a thousand WebRTC...
  9. Max

    How to get playload.streamName using Android SDK?

    Please clarify: do you use RoomApi or MCU mixer? payload member is filled only when user received outgoing mixer stream (MCU or not), and incoming stream publisher calls muteAudio(). Also, please reproduce the issue in WebSDK MCU Client example, it will be easier to debug. The stream is always...
  10. Max

    I am not able to createstream

    Hello As we can see you are trying to use webrtc-as-rtmp-republishing sample. Please note. Your page webrtc-as-rtmp-republishing.html and your script webrtc-as-rtmp-republishing.js should connect to WCS server on port 8443. 1. You have to install and launch your own WCS server on a Linux...
  11. Max

    Назрузочное тестирование микшеров

    Добрый день. Методики нагрузочного тестирования WebRTC приведены в этой статье. Также здесь приведена методика имитации видеочатов 1 на 1 без использования микшера.
  12. Max

    How to get playload.streamName using Android SDK?

    We will check this
  13. Max

    Can not start transponder Error

    We've tested your page and get 500 Internal server error Seems like REST API query /push/startup is mailformed. Please check the query parameters in server logs.
  14. Max

    Качество микшированного потока на origin

    Уточните - один микшер с одним участником публикуется на Origin, один зритель смотрит поток микшера на Edge, и в потоке при этом фризы? Если так, то проблема только в канале от зрителя до сервера (любого из серверов), в который не вмещается выходной поток микшера. Для того, чтобы исключить...
  15. Max

    Зависание микшированного потока

    Проверили Ваш клиент с Вашими серверами. Видно две проблемы: 1) Принудительный транскодинг в VP8 на Edge для проигрывания, даже если браузер поддерживает H264. Эта проблема больше относится к нагрузке на Edge, которую мы обсуждали в этом топике. 2) Последовательность событий при обновлении...
  16. Max

    WebSDK update from 2.0.171 to 2.0.180

    We fixed the syntax issue in Web SDK build 2.0.189, now using CommonJS syntax everywhere. The build is already available in NPM.
  17. Max

    Качество микшированного потока на origin

    Добрый день. Уточните, пожалуйста: фризы наблюдаются при проигрывании потока с Edge или напрямую с Origin тоже? 1. В первом случае нужно учитывать текущую нагрузку на сервер, с которого играете потоки: сколько одновременно подключено зрителей, загрузка процессора. К сожалению, Вы предоставили...
  18. Max

    Question on user creation/rights (should be able to create stream and view statistics via REST)?

    About REST hooks, please read this article. It describes REST hook /connect usage for ClickToCall application, but backend implementation is the same for any hooks. Yes Yes
  19. Max

    Websocket connection failed

    Please download a minimal player example here and check/ If this example works, compare its code to yours, this should help to find an error.
  20. Max

    Can not start transponder Error

    Start streaming button is disabled, so we cannot check REST API query You can also check if screen sharing stream is publishing on the statistics page Please check also if you set streamName field correctly:
Top