webrtc

  1. C

    Вопросы по реализации решения

    Добрый день. Мы столкнулись с некоторыми вопросами, на которые не смогли получить ответ из документации и понять как работает всё под капотом. Наше приложение передаёт входящий поток(rtmp - obs или webrtc - браузер) на origin и в данный момент отдаёт на сайте по webrtc(low latency) и hls...
  2. Mik

    Проблема записи с телефона Samsung

    Ещё раз добрый день Клиент пишет (вернее пытается) сделать запись с телефона samsung. Браузер chrome. Пробовали wi-fi и сотовую связь. В обоих вариантах получаем Failed by ICE timeout. Полный лог прилагаю.
  3. Mik

    Перестали работать iOS клиенты

    Добрый день Есть подозрение, что прошлое некое обновление IOS клиентов, после чего они (практически все) перестали писать видео. Помогите, пожалуйста, с разбором логов (прилагаю).
  4. M

    JS SDK - Playback doesn't work until cache is cleared

    Hi! Some of my customers are not getting the stream to work until they open it in a new private tab or clear their browser cache. The issue is coming and going, so it might be working first and then not work the second time they open the stream. Only a small portion of viewers are having this...
  5. T

    Video freezing after a few hour

    Just did a long run testing, after viewing video for a few hour, the video was freezing on both windows chrome and edge on same PC from 17 different rtsp cameras. If i using /rest-api/stream/find_all to check, all the session and rtsp are still connecting, if i stop the session without pubishing...
  6. T

    Video not smooth or stopped on iOS

    Tested on https://server4.teleeye.link:8444/admin/demo.html on safari on iOS -> Embed player: rtsp://59.152.233.142:554/vid01 The video can started, but sometime it is stopped and not smooth, but no problem on the chrome on MS Windows at the same time. What could the problem? Thanks
  7. prateek_sharma

    Reference Error :browser is not defined

    sharbtn.onclick = startSharing(); function startSharing() { var session = Flashphoner.getSessions()[0]; var constraints = { video: {} }; constraints.video.type = "screen"; constraints.video.withoutExtension = true; session.createStream({ name:"desktop"...
  8. Nir Familier

    Getting Error in some cases

    I have some users , that are getting this exception when connecting to Flashphoner server, and the camera cant stream. In some other cases there is no problem. Can you please explain why they are getting this exception?
  9. S

    Issue With Screen Share

    Hi guys, we are doing Screen Sharing & Live Stream using Flashphoner Webcall Server, while Live Stream working fine we have few queries regarding Screen Sharing - 1. can we switch video source, once a session got established 2. is it possible to switch between "Webcam Feed & Screen Feed"...
  10. P

    WebRTC:VP8 player loader keeps spinning

    Hi We have an issue with the VP8 codec that is not present in 5.2.940 but seems to have started from 5.2.944 (maybe even 5.2.942) and newer. Unfortunately, it is a bit difficult to reproduce. It helps leaving out H264 in the flashphoner.properties file codecs list and then starting and stopping...
  11. dex35

    Запуск стрима, если отсутствует камера

    Здравствуйте. Подскажите, можно ли запускать стрим, если у человека отсутствует камера, но в наличии микрофон? Пробовал указывать в constraints только audio - видео в итоге не у кого не запускается, используем roomApi.
  12. T

    Buffering on webrtc?

    The config as below: Video Cam->RTSP->WCS->WebRTC->Browser, Is it possible to add some buffering of about 0.25s to 0.5s delay, so that the video can be smoother on network jittering, and i don't mine the delay within about 1 seconds. Thanks
  13. ksko

    Delay after aging

    I'm testing aging, and I checked it 16 hours later, and there's a delay of about 8 seconds. Browser : Chrome 90.0.4430.72 Test app : "Player" in the demo The left one started 16 hours ago, and the right one just started. Is there anything I can look for to solve the problem?
  14. J

    replaying WEBRTC stream with video tag in HTML5

    He are seeing error in replaying webrtc stream with below video tag: <div id="videoFrameContainer"> <video id='fp_embed_player'...
  15. evgeniy.mukhin

    Прерывание трансляции

    Добрый день. В продолжение темы Прерывание-трансляции-на-origin прикреплю отчет и ссылку на архив с tcpdump, содержимым iptables и отчетами с серверов edge и origin
  16. Nir Familier

    Webm configuration

    Hi, I need to send streaming videos as webm and not mp4. How do i set the server/client to save stream and save as webm files.
  17. M

    4k resolution possible on desktop between 2 users?

    Hello! I am sure this question was already asked but the forum search feature does not allow search expressions with 3 or less letters. And I do not know other expressions like "4k" or "uhd". ;) Anyway, a friend and mine would like to have a video chat on our Windows computers in a 4k...
  18. H

    High Latency

    I installed Flasphoner on an Ubuntu server and tried some streams. Sadly we have a latency of 4-5 seconds. The server, the camera and the client are in the same network. If I call the camera via VLC from the client, the latency is around 1 second. Do you have any idea, where the problem could...
  19. R

    Понимание bitrate

    Мы пытались в соседней теме спросить про битрейт , но видимо из за того , что вопросов в одной теме задаешь много вы отвечаете только на те, что касаются темы, поэтому будем создавать разные посты. Constrains bitrate вы сказали мы используем правильно , но он не работает. Скажите если мы делаем...
  20. R

    android sdk игнорирует параметр bitrate

    Задаем параметр битрейт в android sdk в логах видим, что игнорирует "bitrate":0,"minBitrate":0,"maxBitrate":0,"quality":0,"history":false,"gop":0,"fps":0,"audioBitrate":0, Скажите что мы делаем не так? и чем bitrate отличается от audioBitrate и какой нам задавать, если у нас только аудио? и...
Top