Search results

  1. Max

    SRT support

    Seems like SRT publishing/playback is not supported in browsers yet, but ffmpeg-based tools (ffmpeg itself, OBS, Gstreamer) support it. So we consider MPEG-TS over SRT publishing from ffmpeg implementation.
  2. Max

    SRT support

    Good day. We're working on it in ticket WCS-2680. Today, SRT is implemented as internal CDN transport, and SRT will be implemented for stream publishing. We let you know here.
  3. Max

    connection establishment problem

    If you've imported SSL certificate for domain, the IP address becomes unsecure at browser point, even if this is the address bound to domain name. So no, you should not replace a valid domain name with IP address.
  4. Max

    Stream Status is Playing but no streaming

    We raised the ticket WCS-3418 to investigate the dump provided. Let you know results here.
  5. Max

    How can I reach the number of instant viewers?

    Good day. Please read here.
  6. Max

    someone is spamming my thread - can you remove his answers ?

    Good day. We've cleaned your thread and banned the spammer.
  7. Max

    unable to mux webm

    If this tweak does not help webm_java_writer_enable=false then we need an original streams dumps and debug logs to reproduce the problem. So you should collect a report as described here and traffic dump: 1. Enable client debug logs 2. Start tcpdump to collect tcpdump -npi any -B 10240 -w...
  8. Max

    Stream Status is Playing but no streaming

    We checked dumps you've sent. Unfortunately, the first dump does not contain a client IP addrees you mentioned in comment (192.168.1.140), and the second dump does not contain a session beginning, so we cannot play it to reproduce the issue. Please collect the traffic dump again: 1. Stop all VLC...
  9. Max

    unable to mux webm

    What is WCS version? If version is greater than 5.2.905, you can try fallback to old webM recording implementation webm_java_writer_enable=false https://docs.flashphoner.com/display/WCS52EN/Stream+recording#Streamrecording-VP8streamsrecordingtowebmcontainer
  10. Max

    unable to mux webm

    Could you try with ffmpeg 4.x ? If you can play this file in VLC, ffmpeg 4.x might be a fix too.
  11. Max

    connection establishment problem

    1. Regarding ports. 8444 - dashboard panel HTTPS 8081 - dashboard panel HTTP 8443 - websocket WSS 8080 - websocket WS So if you set AWS loadbalancer, it should forward ports, i.e. 8444 > 8081 8443 > 8080 or 8444 > 8444 8443 > 8443 In such a case you set SSL certificates on Load balancer...
  12. Max

    Problem with multi-record(VP8 codec)

    As an option, you can transcode all VP8 streams to H.264 using Transcoder API. Once stream is being transcoded, it can be added to the multi-recorder. Please note. Single transcoding session may use 1-2 physical CPU cores on the server.
  13. Max

    Adaptive bitrate control

    >Do we have anything that can automatically adjust bitrate as per internet speed without doing anything? Desired bitrate should be passed before subscribing (playing) on the stream. It won't be changed automatically for each viewer.
  14. Max

    Шаринг экрана смартфона через iOS/android sdk

    Для этого надо воспользоваться функцией inject (замена потока) https://docs.flashphoner.com/pages/viewpage.action?pageId=23038525 1. Отправляем стрим с экрана как отдельный стрим, например "main". 2. Отправляем стрим шаринга, например "sharing". 3. С помощью REST запроса /inject, делаем вставку...
  15. Max

    connection establishment problem

    You should buy a valid SSL certificate for your WCS server domain, then import SSL certificate via WCS web admin interface.
  16. Max

    Adaptive bitrate control

    Good day. In this case, stream should be transcoded to desired resolution/bitrate. Let's suppose you plaing the stream as WebRTC. You can check viewer channel quality at client side as described here, and, if quality is bad, stop the playing stream and request it with desired constraints...
  17. Max

    Доступ к микрофону после запуска стрима Abdroid/iOS SDK

    Попробуйте получить данные в MediaRecorder, как в примере Media Devices. Если так не работает, то, скорее всего, одновременно со стримом получить данные нельзя. В этом случае есть вариант перехватывать аудиоданные на стороне сервера.
  18. Max

    Problem with multi-record(VP8 codec)

    They claim hardware decoding support, but not software implementation. This doc should help.
  19. Max

    Problem with multi-record(VP8 codec)

    This test shows that a browser supports H264 encoding/decoding. But system itself may not support this codec. Android SDK uses codecs available to the system itself only. So if you wish to stream H264, seems like you should use Web SDK in browser or in WebView. Another option is to use stream...
  20. Max

    Доступ к микрофону после запуска стрима Abdroid/iOS SDK

    Добрый день. Поскольку приложение одно и то же, то, если разрешение на доступ к микрофону дано пользователем, можно получить с него данные. Если в данном случае достаточно публиковать только видео, то можно отключить публикацию аудио в констрейнтах. В этом случае Вы можете отдельно получить...
Top