Search results

  1. Max

    Mixer feature request

    Good day. Since build 5.2.816 it is possible to display custom stream label in mixer instead of stream and room name. A label should be set in stream name while publishing, for example session.createStream({ streamName: "test1#m1?label=John Doe", display: localDisplay, ...
  2. Max

    Room streams control and record

    Good day. This is not possible yet, but we already working on participants stream management implementation in ticket WCS-2957. This will be possible for MCU mixer based conference. Yes, you can record a mixer output stream. Again, we recommend you to use MCU mixer for conferencing, in this...
  3. Max

    Add dynamic captions to a WebRTC stream

    Good day. You have a two options: 1. Create a transcoder for a certain stream using REST API /transcoder/startup, in this case you can add a picture as watermark POST /rest-api/transcoder/startup HTTP/1.1 HOST: 192.168.1.101:8081 content-type: application/json { "uri"...
  4. Max

    Как организовать тестовый сервер (что делать с лицензией)?

    Что значит отбивается? Не проходит активацию? Дайте пожалуйста доступ к тестовому серверу. Мы проверим работу лицензии. Доступ можно отправить через эту приватную форму.
  5. Max

    Facebook republishing successful api call but does not show up on facebook live producer

    We checked you server again Seems like wrong symbols were in flashphoner.properties before rtmp_transponder_full_url=true string. We removed them, restarted WCS, then republishing to Facebook seems to be working: 1. Publishing a test stream 2. Starting RTMP republishing 3. Preview in the...
  6. Max

    Audio stream over RTSP problem on new system

    Please add the following setting to flashphoner.properties file opus.encoder.bitrate=64000 In this case, sound is good via WebRTC. Seems like stream video bitrate drops while playing it in Safari browser. We raised internal ticket WCS-2965 to investigate it, please keep the RTSP stream...
  7. Max

    Зависание публикации первого потока после перезапуска сервера

    Добрый день! У вас достаточно обширный файл настроек flashphoner. properties. К сожалению, не зная вашей задачи, сложно сказать, насколько все перечисленные там настройки корректны. Могу рекомендовать вам развернуть новый WCS инстанс и настроить снова. Если вы вкратце расскажете о вашей...
  8. Max

    Audio stream over RTSP problem on new system

    We have tested your URL in VLC. rtsp://host.net:555/test No sound. Silence. Please setup a stream with even sound. We will check on iOS and report.
  9. Max

    Audio stream over RTSP problem on new system

    Hello We will re-check your stream if it is reachable. If not, please send RTSP url from the report page.
  10. Max

    rtmp republishing artifacts replay issues

    Regarding VP8. Yes. If you transcode VP8 to H.264, multithreading will be applied to H.264 encoder.
  11. Max

    rtmp republishing artifacts replay issues

    Hello This works by default. If stream resolution is 720p or more, encoding will be done in 2 threads. Settings video_encoder_second_thread_threshold video_encoder_max_threads https://docs.flashphoner.com/display/WCS52EN/CDN+2.1#CDN2.1-Encodertuning...
  12. Max

    Echo in latest Android 10 on Pixel phones

    Good day. Web SDK uses Web Audio inteface AudioContext (browser dows not allow to play audio without it). We raised internal ticket WCS-2963 and will try to apply this workaround.
  13. Max

    Handling Deactivating an audio session that has running I/O.

    There is another similar issue: you can play either Youtube stream or WebRTC stream in browser but not both of the simulateously. And, unfortunately, this seems to be iOS issue. So you have to stop WebRTC audio session before playing a local audio, and then reestablish it (stop stream, then play...
  14. Max

    Ошибка в flashphoner.js

    Уточните, пожалуйста, воспроизводится ли ошибка в стандартном примере Two-way Streaming? Если не воспроизводится, то попробуйте модифицировать код этого примера таким образом, чтобы проблема воспроизводилась, и пришлите этот код нам. Часть кода, которую вы приводите выше мы проверили. На наших...
  15. Max

    Facebook republishing successful api call but does not show up on facebook live producer

    You are using the setting rtmp_transponder_full_url=true This means republished RTMP stream will be named exactly as set in RTMP URL. In this case, you should set full Facebook stream name (including URL and key) to rtmpUrl query parameter, for example POST /rest-api/push/startup HTTP/1.1 Host...
  16. Max

    Зависание при нагрузочном тестировании.

    По результатам тестирования видно, что максимальное количество подписчиков в Вашем случае зависит не от производительности сервера – ЦП и оперативной памяти, а упирается в пропускную способность сети. Заявленные в датацентре 1гбит/с могут действовать только в пределах этого датацентра (для...
  17. Max

    Facebook republishing successful api call but does not show up on facebook live producer

    In WebRTC as RTMP demo example, Flash Player is used to play republished stream from target RTMP server in browser. So yuo should install Adobe Flash Player for your browser (if not) and allow the page to use it: Unfortunately, we cannot reproduce the issue with latest WCS build from this...
  18. Max

    Ошибка в flashphoner.js

    Добрый день! Пожалуйста, уточните, в каком браузере возникает ошибка? Появляется ли ошибка при работе стандартного примера TwoWayStreaming? Какие версии WCS и WebSDK вы используете? Версию используемого WebSDK можно посмотреть в файле: WCS_HOME/client2/client.version Для браузера Safari при...
  19. Max

    Audio stream over RTSP problem on new system

    Good day. We fixed the issue in build 5.2.803. Please update and check.
  20. Max

    WebRTC to RTMP, optimize quality

    Good day. First, you can check a response to /push/startup query. If stream cannot be republished for some reason, this query returns an error. If /push/startup returned 200 OK, you can use REST queries /push/find POST /rest-api/push/find HTTP/1.1 Host: 192.168.1.101:8081 Content-Type...
Top