Search results

  1. Max

    Fail to start 2 streams on WebRTC server

    But you've mentioned above Flash mediaprovider. So please clarify: do you republish both streams? If yes, to what server? Provide REST API quiries. Also reproduce the problem, collect a report as described here and send using this form.
  2. Max

    Тормоза видео на HTTPS странице.

    Добрый день. В одной websocket сессии можно играть несколько потоков. Посмотрите, пожалуйста, код примера 2Players. Пример входит в поставку WCS, можете его протестировать, например, на нашем demo сервере https://demo.flashphoner.com/client2/examples/demo/streaming/2players/2players.html Это...
  3. Max

    Need start player every cut on stream

    Good day. Please try to restore stream playback automatically by tweakling player code as described here.
  4. Max

    Fail to start 2 streams on WebRTC server

    Good day. Please describe in details how do you publish stream to server: from browser via WebRTC, from ffmpeg, OBS or another encoder via RTMP, from third party server by RTMP URL etc. Also collect a report as described here and send using this form.
  5. Max

    RTSP - No Codecs Found

    Hello This means No supported codecs found. Your device sends MPEG2 (payload type RTP/AVP 33). This codec is not currently supported. Supported codec: H.264 (MPEG4 part 10). Requirements: https://docs.flashphoner.com/display/WCS52EN/From+an+IP+camera+via+RTSP#FromanIPcameraviaRTSP-Supportedcodecs
  6. Max

    RTSP Failure

    Hello We found issue related RTSP digest authentication The cam sends two WWW-Authenticate headers: MD5 and SHA-256 It seems SHA-256 is not supported on our end and we do not form Authorization response properly. We raised internal ticket WCS-3268. Will inform about progress. As a...
  7. Max

    Screen Share and Video on Flashphoner Conference Feature

    You should either stream every participants video separately, or use stream mixer to combine all the streams to one. Anyway, the stream can be republished to Facebook or Youtube as described here.
  8. Max

    Добавление надписи в транслируемое видео

    Это можно сделать только при помощи собственного класса для перехвата и обработки декодированных фреймов. Предварительно нужно будет конвертировать GIF в набор статических YUV картинок, а затем отрисовать анимацию в Java коде. Способ с транскодингом по REST API тут не подойдет, т.к...
  9. Max

    How to get playload.streamName using Android SDK?

    We cannot reproduce the issue in MediaDevicesSwift example (code on GitHub): 1. Publish a stream named test on Origin server from WebSDK Medai Devices example 2. Mute the stream audio in WebSDK Medai Devices example 3. Open Media Devices Swift application on iPhone, play the stream named test...
  10. Max

    How to get playload.streamName using Android SDK?

    Please clarify: What application do you use for testing and what SDK? If the problem is reproducing in Media Devices example application, please describe setps to reproduce. If not, please modify MediaDevices example minimally to reproduce the problem and send the code using this form. Yes. You...
  11. Max

    How to get playload.streamName using Android SDK?

    We cannot reproduce the problem: 1. Publish a stream on WCS using MediaDevices example (WebSDK or Android SDK) 2. Mute the stream audio 3. After that, play the stream in Android SDK example MediaDevices 4. It shows Audio muted: true Try to reproduce the problem in MediaDevices example (source on...
  12. Max

    Problem with WebRTC connection on iOS

    Good day. We fixed the issue with app://localhost origin in build 5.2.995. Please update and check.
  13. Max

    How to get playload.streamName using Android SDK?

    You can get mute/unmute status as shown here @Override public void onStreamEvent(StreamEvent streamEvent) { runOnUiThread(new Runnable() { @Override public void run() { switch (streamEvent.getType()) { case audioMuted...
  14. Max

    RTSP Failure

    It's possible. Unfortunately we still cannot downdload remote connection client. So please collect traffic dump and logs on server side: 1. Switch server logs to INFO level in /usr/local/FlashphonerWebCallServer/conf/log4j.properties file log4j.rootLogger=info, stdout, fAppender 2. Launch the...
  15. Max

    hls переключение качества

    Основная документация по транскодингу находится здесь: https://docs.flashphoner.com/display/WCS52RU/CDN+2.1 Пример настройки здесь: https://flashphoner.com/vnedrenie-tranckodinga-potokov/?lang=ru 1. Транскодер сервер после запуска подключится к серверу cdn_point_of_entry 2. После этого...
  16. Max

    hls переключение качества

    Нужны три сервера: origin, transcoder, HLS edge origin - принимает поток transcoder - транскодирует например в 2 разрешения 720p и 360p edge - забирает результаты у транскодера и раздает по HLS ABR Да, верно .m3u8 запрашивается с Edge сервера и получает варианты качеств. Ничего не мешает...
  17. Max

    Chrome resolution ramp-up

    We found a workaround using contentHint and already testing it. Will let you know when Web SDK fix will be released.
  18. Max

    How to get playload.streamName using Android SDK?

    Since Android SDK build 1.1.0.32 it is possible to detect mixer incoming stream status while playing a mixed stream. Please see example here.
  19. Max

    RTSP Failure

    Good day. Unfortunately, we cannot downdload remote connection client Please check if you've updated WCS to at least to 5.2.971 (as on our demo server), this should help with most of RTSP cameras.
  20. Max

    Intermittently failed to play audio over webrtc/turn

    We checked your server. Unfortunately, we did not found in logs the stream mentioned in report: but found another stream. Anyway, we cannot reproduce the problem in our test environment, so we need to reproduce it on your server. Please provide a stream published on server 24/7, and allow to...
Top