Search results

  1. Max

    webrtc-as-rtmp-re-publishing-not-working

    Hello WebSDK is a set of scripts you are using in your code. Here you can download latest build: https://docs.flashphoner.com/static/WebSDK2/Web_SDK_release_notes/#websdk_20_release_notes The latest available build is 228 Here you can find flashphoner.js script Alternatively you can use...
  2. Max

    webrtc-as-rtmp-re-publishing-not-working

    We repeated the test in a following conditions: - our test server in public network; - our test server in AWS (beyond AWS NAT); - your server from report. WebRTC publishing from Firefox fails with Failed by ICE keep alive only on your server and only when stream is publishing via TCP. If stream...
  3. Max

    Низкий bitrate при подключении нескольких устройств.

    Если максимальный битрейт задается через SDP webrtc_sdp_max_bitrate_bps=7000000 то WebRTC библиотека будет пытаться разогнать битрейт до максимального. Если при этом появляется задержка при проигрывании такого потока, это означает, что пропускной способности канала не хватает под выбранный...
  4. Max

    Mixer text - can't remove room name from stream label text

    The decoding is not supported yet at server side. We raised the ticket WCS-3833, will let you know about progress. The only workaround is to use a Latin names only.
  5. Max

    webrtc-as-rtmp-re-publishing-not-working

    We checked the report. Seems like you're using an old WebSDK version on the frontend: We recommend to update WebSDK to the latest build 2.0.228. Also seems you should correct the video and audio constraints 1. Audio bitrate 1 Mbps seems too high even for stereo publishing, 128000 bps seems to...
  6. Max

    Оптимизация LL HLS

    Добрый день. Прелоадер устарел и не обязателен, его нужно отключить hls_preloader_enabled=false Но прелоадер появляется только для первого HLS подписчика. Выглядит так, что у вас останавливается публикация исходного потока. Получить уведомление на бэкенде о том, что публикация стартовала...
  7. Max

    record issue

    Good day. Seems like streams published to the room are in VP8 codec: Room multiple recorder in build 5.2.1109 supports only MP4 container and H264 codec. MKV container and VP8 recording support was added in build 5.2.1440. So you should update WCS to the latest build 5.2.1657 and use MKV...
  8. Max

    Mixer text - can't remove room name from stream label text

    Good day. Since build 5.2.1642 room name may be excluded: Stream name displaying in mixed multiple record The settings for your example should be like { ..., "mixerDisplayStreamName": true, "mixerTextDisplayRoom": false, "labelReplaceRegex": ".+-", "labelReplaceWith":"", "... }
  9. Max

    webrtc-as-rtmp-re-publishing-not-working

    Good day. Please collect a report as described here using report script and send using this form.
  10. Max

    Issue Video Call Camera (SIP)

    We are testing the possible fix. The issue reason is a browser initiating audio+video call waits for video packets but the other side sends only audio. You can workaround this by enabling video packets generator in server settings: generate_av_for_ua=all
  11. Max

    Низкий bitrate при подключении нескольких устройств.

    Здравствуйте. Посмотрите пожалуйста эту тему. Там схожий стек. Помогают ли такие настройки для удержания битрейта?
  12. Max

    ios WebRTCView как отключить доступ к микрофону?

    Если в одном и том же приложении используется и публикация, и просмотр, то да, ключи необходимы. Если они есть, при инициализации WebRTC сессии iOS включит индикатор. На это мы повлиять не можем без серьезной модификации кода библиотеки WebRTC, к сожалению.
  13. Max

    ios WebRTCView как отключить доступ к микрофону?

    Если речь только о просмотре, нужно убрать из Info.plist ключи NSMicrophoneUsageDescription, NSCameraUsageDescription есть пример Player, он для ObjectiveC, но Info.plist можно взать для образца: https://github.com/flashphoner/wcs-ios-sdk-samples/blob/2.6/WCSExample/Player/Info.plist Но если...
  14. Max

    Ошибка Failed to process remote sdp InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer s

    Пожалуйста, обновите WCS до сборки 5.2.1640 и SFU SDK до сборки 2.0.228 (NPM). Проблема не должна больше воспроизводиться.
  15. Max

    Freezing SFU room

    Пожалуйста, обновите WCS до сборки 5.2.1640 и SFU SDK до сборки 2.0.228 (NPM).
  16. Max

    Плохое качество связи и согласование вызовов по TCP

    https://docs.flashphoner.com/display/WCS52RU/SIP Как проверить SIP трафик с помощью tcpdump и Wireshark
  17. Max

    Плохое качество связи и согласование вызовов по TCP

    Варианты: 1. Оставляем только opus и telephone-event (DTMF) codecs_exclude_sip=alaw,ulaw,g729,speex16,g722,mpeg4-generic,h264,vp8,flv,mpv 2. Оставляем только opus, alaw, ulaw и telephone-event (DTMF) codecs_exclude_sip=g729,speex16,g722,mpeg4-generic,h264,vp8,flv,mpv 3. Оставляем только...
  18. Max

    SIP video call from WCS can't hear audio of audio file was play from SIP server

    Hello We raised internal ticket WCS-3825 It seems this issue is the same as described here https://forum.flashphoner.com/threads/issue-video-call-camera-sip.14738/#post-33325 We will inform once it is fixed.
  19. Max

    Recorder endpoint timeout

    Snapshots are not linked with Recording directly. It can be either docker-specific issue (i.e. not enough iops) or general issue. To exclude docker issue, you can just deploy on a non-docker environment with stable iops.
  20. Max

    Mixer recording issue

    Hello https://docs.flashphoner.com/display/WCS52EN/Stream+mixer You can monitor mixer state using method find_all 1) /mixer/find_all For example on the sample, you can see: 1. Mixer "mixer://m1" is working. 2. The mixer is processing streams: "stream1", "desktop", "stream2". Then you can...
Top