webrtc

  1. pongsakorn_m

    Web Call Server sometimes play stream with WebRTC media provider has show error FAILED: Failed by ICE timeout

    when I'm play live stream with WebRTC media provider from our server, sometimes we get error "FAILED: Failed by ICE timeout", after that I have try to play live stream with WebRTC from demo.flashphoner, it's can play normally without any error. could you please give me example of...
  2. msde001x

    Фрейм рейт

    Есть такая проблема.Идет трансляция видео с камеры андроид по webrtc допустим,и есть такая задача например летит карта при раздаче и чтоб ее можно было фиксировать в полете.При 60fps это почему то не получается при удаленной передаче а при локальной все ок вот и вопрос что может быть не так...
  3. Edgar

    Security vulnerabilities

    When we try to upload our app to GPlay we have this warning: Your app uses a faulty version of WebRTC that contains security vulnerabilities. We are using wcs-android-sdk-1.1.0.57-release
  4. pride

    RTSP KeyFrame

    Добрый день, могу ли я управлять количеством ключевых кадров в потоке RTSP (h264) c WCS? WebRTC -> RTSP -> Стороний приемник потока
  5. SuperYegorius

    WebRTC - RTCPeerConnection.onconnectionstatechange выстреливает RTCPeerConnection.connectionState = 'disconnected' без какой либо причины

    Я работаю над браузерным WebRTC приложением для видео конференций. На моей локальной машине все работает отлично, но когда я пытаюсь затестить приложение в реальный условиях на нескольких компах через интернет RTCPeerConnection.onconnectionstatechange выстреливает...
  6. N

    failed to get media devices

    устройство Xiaomi Redmi Note 5 браузер MiuiBrowser 13.19.2 На странице Media Devices появляется ошибка Failed to get media devices, доступы к камере и микрофону для браузера есть, подскажите, пожалуйста в чем может быть проблема?
  7. hyuk

    Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?

    Hi, Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?
  8. L

    Access WebRTC stream using simple URL format

    Hi We are trying to configure an external application to pull a stream from the WCS server, but the only format accepted from the external application is: wss://mystream.ngrok.io/audiostream Where audiostream is the unique stream name Is there a way to configure the WCS server to be able to...
  9. M

    Нет исходящего аудио-потока в Chrome

    Приветствую! Есть небольшой проект на основе примера Conference, на двух участников. Один из них с телефона, передаётся видео и аудио, второй с вэбки, передаётся только аудио. С телефоном всё хорошо, видео/аудио воспроизводится на вэбке. В обратную же сторону в Firefox звук с микрофона есть и...
  10. yeprem

    Video loading issue

    Hello Sometimes video is never loaded and we see this attached picture. Please help me fix this issue.
  11. sangsoo

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Hello When the phone is rotated (left 90 degrees) in Safari on iPhone (iOS16), the phone cam looks distorted. A right 90 degree rotation is normal. - https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html ----- My WCS Version info-----...
  12. K

    If the network is disconnected during video transmission

    Hi, During video transmission, data may not come to the server due to unexpected circumstances such as the network. At this time, when I try find_all with restapi, the stream seems to disappear after about 60 seconds. Is that right ? If yes, is there any way to reduce that time?
  13. R

    Script error when we're streaming multiple cameras

    We are getting following error : Uncaught TypeError: Cannot read properties of null (reading 'currentTime') at t.<anonymous> (flashphoner.js:13277:140560) at n.emit (flashphoner.js:13272:221258) at n.trigger (flashphoner.js:13277:115555) at e.value (flashphoner.js:13277:119656)
  14. hyuk

    The ROOM_EVENT.PUBLISHED event occurred, but the video cannot be played.

    Hi, It may be a slightly vague question. I tested it on two flahphoner servers, but the results are wrong. Server A - 5.2.795 WCS, coturn server Server B - 5.2.945 WCS, coturn server When the "ROOM_EVENT.PUBLISHED" event occurs on the video receiving side, the participant's stream is played...
  15. hyuk

    Classification of participant's transmission type

    Hi, I am using the conference room api. Currently, it is divided into a participant who transmits video and a participant who transmits only audio. Participants who transmit only video are displayed on the screen and those who only transmit audio are hidden from the screen. To distinguish...
  16. P

    Мерцание в начале трансляции

    Доброго времени суток. В начале сессии трансляции на нашем ресурсе у ведущего и слушателя мерцает изображение. После обновления страницы всё работает нормально. Можете помочь с локализацией и/или устранением проблемы? Логи с fp-origin прикрепляю.
  17. P

    Asterisk with flashphoner simultaneous extention call not working and outbound call ring tone not playing

    Hello, We are using flashphoner with asterisk freepbx. We have two majer problem: 1. When extentions try to call eachother over flashphoner 2 or more simultaneous connection can't establish. Just one call can establish and others get not extention avaliable response. We tried similar scenario...
  18. DeanSLR

    Playing an RTSP stream via webRTC in local network

    Hello, I have the following topology: RTSP Stream1 | RTSP Stream2 | ----------> Server + WCS ----------> Client (Browser) RTSP Stream3 | RTSP Stream4 | I'm able to establish a connection to the WCS in the browser and view the stream when i'm on localhost. but in the LAN from another computer I...
  19. S

    Flashphoner.init() multiple times

    Hi! Using WebSDK, I use this init in "play live video" function: Flashphoner.init({ preferredMediaProviders:["MSE","WebRTC"] }); Then I've got another function to "stream live video" started by: Flashphoner.init(); Well, if I "stream live video" and then "play live video", the play video...
  20. A

    Звук на трансляции при выполнении inject/startup

    Проблема в том, что при запуске прямой трансляции с камеры (Android SDK) + параллельном запуске трансляции экрана смартфона, после inject/startup потока трансляции экрана в поток с основной камеры звук начинает очень сильно прерываться. Подскажите, inject/startup что со звуком делает?
Top