Search results

  1. Max

    Switch streaming content

    This is the server SSL certificates issue. If you're using self-signed certificates on the server or you have no CA certificate on the device you should add the certificate to the application resources: Server SSL certificates checking while Websocket connection establishing
  2. Max

    Random edge pull error

    We cannot reproduce the problem on iOS 15.7.7 using Two Way Streaming Swift example (iOS SDK 2.6.115). Seems like the problem is in network provider. Please try to use another mobile operator. Try to change WebRTC transport from UDP to TCP and vice versa (you can do this from Media Devices Web...
  3. Max

    Random edge pull error

    Seems like no media traffic sent from the device. Please clarify: - how do you publish? - is the problem reproducing in Two Way Streaming example? - what iOS version do you test? Please also try to test with our demo server...
  4. Max

    /rest-api/stream/startRecording

    Проверили, проблема не воспроизводится с настройками сервера по умолчанию на сборке 5.2.1807. Пожалуйста, обновите сервер и проверьте. Если проблема воспроизводится, соберите отчет: Сбор отладочных логов при помощи скрипта report.sh и пришлите, используя эту форму.
  5. Max

    Random edge pull error

    Good day. This works as follows: 1. Publisher publishes a stream on origin. The publishing mediasession is created on the server for the stream. 2. Edge pulls the stream from origin. The playing mediasession is created to play the stream. 3. If publishing fails, the publishing mediasession is...
  6. Max

    RTCVideoTrack removeRenderer array crash

    Good day. We raised the ticket WCS-3977, will let you know about progress here. As workaround, you can lock the disconnect button until stream change its state.
  7. Max

    /rest-api/stream/startRecording

    Здравствуйте. Здесь есть примеры использования конфига: https://docs.flashphoner.com/display/WCS52EN/Stream+recording#Streamrecording-RESTmethodsandresponsestatuses Там два поля: fileTemplate, rotation { "mediaSessionId": "5a072377-73c1-4caf-abd3", "config": { "fileTemplate"...
  8. Max

    Switch streaming content

    Good day You can try to publish both stream from camera and screen sharing stream (this requires a foreground service to capture screen) and play them in a different views at player side. But when the application goes to background, stream from camera may be stopped, so you may need to get the...
  9. Max

    Кодек WebRTC

    Все верно в файле flashphoner.properties Если настройка уже есть в файле flashphoner.properties, меняем ей значение. Если еще нет, добавляем новую строку. https://docs.flashphoner.com/pages/viewpage.action?pageId=9241061
  10. Max

    RTCMTLVideoView camera preview

    The issue was fixed in iOS SDK build 2.6.115. Please update and check.
  11. Max

    RTCDataChannel.readyState is not 'open'

    Добрый день. Уточните, какую версию SFU SDK используете. В последних сборках операция createRoom асинхронная const session = await sfu.createRoom(roomConfig); Также для передачи сообщений используются RTC data channels. Поэтому клиент должен установить WebRTC соединение при помощи метода...
  12. Max

    H265 Grey Screen (not in H264, not in H265 in VLC)

    Please gather VLC dump again. We tested on previous VLC dump. It was working.
  13. Max

    Ошибка парсинга m3u8 файла ll hls на ios

    В любом случае, частота запросов определяется клиентом, как и то, будет ли клиент пытаться проигрывать плейлист сначала (из-за этого и возникает задержка). Также дополнительная задержка и фризы могут возникать оттого, что пропускная способность канала между сервером и клиентом меньше, чем...
  14. Max

    RTCMTLVideoView camera preview

    We reproduced the problem and raised the ticket WCS-3965. Will let you know about progress here.
  15. Max

    Ошибка парсинга m3u8 файла ll hls на ios

    Проверли тесты в рамках тикета WCS-3963. Различие в DURATION между аудио и видео дорожками - это ожидаемое поведение. Спецификация HLS требует, чтобы значение DURATION не превышало PART-TIME, это требование выполняется. Что касается задержки, это выглядит как баг в Safari 16 (и выше) или Webkit...
  16. Max

    H265 Grey Screen (not in H264, not in H265 in VLC)

    Good day. The issue is fixed in build 5.2.1794. Please update and set jitter_buffer_attempt_to_correct_broken_timestamp=true In this case, the problem stream (and it really has a problems like unordered frame timestamps) should be playing normally.
  17. Max

    Ошибка парсинга m3u8 файла ll hls на ios

    Создали тикет WCS-3963, о прогрессе сообщим здесь. Как временное решение, можно использовать контейнер ts, там аудио дорожка идет в одном контейнере с видео, и такой проблемы не должно быть: ll_hls_fragmented_mp4=false Это нормальное поведение для m4s контейнера, аудио идет отдельной дорожкой...
  18. Max

    RTCMTLVideoView camera preview

    We did not received any steps to reproduce or code example to reproduce the issue from you, so we don't raise ticket yet. Please use this form to send.
  19. Max

    Кодек WebRTC

    Добрый день. В настройках WCS можно изменить только транспорт между браузерным клиентом и WCS. Если у вас установлена настройка ice_tcp_transport=true следует переключить ее в ice_tcp_transport=false и перезапустить WCS. В этом случае ухудшится качество публикации и проигрывания у клиентов с...
  20. Max

    /rest-api/hls/find_all 500 error

    The issue is fixed in build 5.2.1789. Please update and check.
Top