Search results

  1. Max

    How can I reach the number of instant viewers?

    Try to add server-side setting flashphoner.properties load_balancing_acao_header=* This setting should result to header: Access-Control-Allow-Origin: *
  2. Max

    Stream Status is Playing but no streaming

    It may take a time to reconstruct the stream from provided dump. If you provide direct RTSP URL or SSH access, it may speed up the process. You can provide additional details using the same form.
  3. Max

    connection establishment problem

    Every SSL certificate consists of domain certificate, authority center (CA) certificate and private key. You should get this from your certificate provider. Please read also this article.
  4. Max

    Stream record FPS problem

    Good day. WebRTC may change FPS depending on channel bandwidth and quality. So effective FPS may differ from value set in constraints. Please clarify: - what WCS build do you use? - what data ffprobe shows for the file? ffbprobe file.webm - how this file is playing: are there freezes...
  5. Max

    How can I reach the number of instant viewers?

    Please provide a sample webpage showing how do you perform the request using this form.
  6. Max

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

    К сожалению, так сделать нельзя. При освобождении камеры и микрофона (для чего есть метод Flashphoner.releaseLocalMediaAccess()) захват видео/аудио останавливается, для того, чтобы возобновить захват, требуется повторная публикация потока. Метод Stream.muteAudio() предназначен именно для...
  7. Max

    Не скачивается Web SDK 2.0.208

    Добрый день. Сборка WebSDK 2.0.208 выгружена.
  8. Max

    Problem with multi-record(VP8 codec)

    We do not provide ETA for feature request on the forum. But we can raise implementation priority if more customers request the feature. For temporary workaround, you can use on demand transcoding as recommended above
  9. Max

    Problem with multi-record(VP8 codec)

    >According to the stream-recording documentation, the flashphoner can record a stream with the VP8 codec. It's correct. WCS can record single stream in webM (vp8 codec). These two features are bit different: Single stream recording...
  10. Max

    How to enabling transcoding

    When you set disable_streaming_proxy=true Transcoding will be started upon playback only. The multi-recorder will not trigger transcoding automatically. Try to launch transcoding manually using REST API as described in the docs. Option1. REST API. Make a bash script using REST API which...
  11. 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.
  12. 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.
  13. 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.
  14. Max

    Stream Status is Playing but no streaming

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

    How can I reach the number of instant viewers?

    Good day. Please read here.
  16. Max

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

    Good day. We've cleaned your thread and banned the spammer.
  17. 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...
  18. 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...
  19. 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
  20. 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.
Top