screen sharing

  1. A

    Некорректно работает трансляция экрана

    Некорректно работает трансляция экрана. При трансляции экрана на некоторых устройствах у трансляции отображается неправильное соотношение сторон, например Samsung a53
  2. S

    Layout cropped in screen share (while sharing browser tab)

    Hello, I am using custom layout e.g 2_participants.desktopmix ************************************************************ <?xml version="1.0" encoding="utf-8"?> <body> <row height="50%" align="INLINE_VERTICAL_CENTER"> <div width="1col" height="100%" align="INLINE_HORIZONTAL_CENTER">...
  3. KaranBhansali91

    Enforce Video framerate constraint

    Hi, We want framerate to be enforced at 60 fps in the screenshare using canvas streaming. The recorded video details shows 14 fps on the flashphoner constraints: { video: { width: 1280, height: 720, frameRate: 60, }, } Regards
  4. P

    macOS Safari 16.1 Screen Sharing not working

    Hello, for some reason the demo sample provided with WCS no longer works for screen sharing with macOS Safari 16.1 for Ventura 13.0. All other browsers work fine. Thanks, P
  5. S

    Not able to record camera and share simultaneously real time

    Hi, we want to record camera and screen share simultaneously. We want to avoid mixer because that take post processing time while re-encoding the final mixer.mp4 file Is there any other way to achieve that ? e.g draw screen share and camera on canvas and publish that final video Thanks, Shri...
  6. M

    Трансляция экрана телефона в браузер

    Добрый день! мне необходимо транслировать экран телефона на сайте, причем делать это необходимо и на андроиде и на айфон телефоне. Как мне сделать такое с помощью web call servera?
  7. McSeemZ

    не включается функционал Screen share на Safari

    Добрый день. При попытке запустить screen share в консоли Safari появляется ошибка. В Хроме ошибки не возникает 12:14:10 WARN core - TypeError: Type error getDisplayMedia ...дальше в трейсе ссылки на webpack сборку promiseReactionJob Судя по коду, это соответствует функции...
  8. A

    RPSystemBroadcastPickerView

    Добрый день, не могли бы вы подсказать по BroadcastUploadExtension'у, необходимо отлавливать момент нажатия на кнопку "начать вещание" и закрытие самого элемента где находится кнопка "начать вещание"? То есть нужно отслеживать момент что вещание началось еще до того как запустился сам extension...
  9. D

    Problem Running Screen Sharing Example

    I am trying to run the screen-sharing demo locally on a Mac. For some reason, when I click the "connect" button, it doesn't do anything. But when running your demo, from your site, it does work. In the browser debugger, I see this: Which is here in screen-sharing.js: Why might this be...
  10. root

    Трансляция экрана телефона

    Добрый день, нам необходимо транслировать экран телефона в браузер, какая будет задержка?
  11. Daniil_Denisov

    Изменение качества у desktop stream

    Здравствуйте. Мы отслеживаем качества канала с помощью подписки на CONNECTION_QUALITY.UPDATE. Когда у пользователя приходит несколько раз качество BAD мы хотим снижаем качество канала с помощью перезапуска стрима. То есть останавливаем текущий стрим, запускаем новый с более плохим качеством. Но...
  12. S

    Screen Share and Video on Flashphoner Conference Feature

    Hi, We are working on a use case where Screen Share and Webcam video both need to be shared, how we can do that in a Conference and at a time we are only able to add two people to a conference is there any way to increase the person limit ? can each joined user share camera and screen both at...
  13. AshokM

    streaming of "conference with screen share"

    Greetings, We are using flashphoner WCS for our application where one of our usecase is streaming of conference content along with screen sharing Details : for example : The stream is of 5 people conferencing along with 1 person among them sharing the screen ( 1 screen share and 5 persons...
  14. 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"...
  15. 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"...
  16. B

    Demo Room WebRTC as RTMP re-publishing

    Hi guys, Can someone help me ? I am looking for a room with 2 (with cam) or more participants and with screen sharing and re-transmitting to RTMP. Thanks a lot,
  17. Prodamus

    Не работает захват экрана в Safari 14

    Добрый день. По инструкции пытаемся сделать захват экрана в safari 14, однако при старте получаем ошибку InvalidAccessError: getDisplayMedia must be called from a user gesture handler Подскажите, пожалуйста, в какую сторону копать.
  18. sabb

    screen delay

    Hi, How can we best relay an existing rtmp stream using flashphoner We tried doing through screen sharing or rtmp relay, the challenge is screen sharing for video is lagging - tried different setups like 320 x 240 or 640 x 480 with 30 or 60 fps Relay takes conversion of ffmpeg for right...
  19. G

    Procedure to implement Screen Sharing in Conference Room - Android

    Hi, Please let us know the procedure to implement Screen Share feature in Conference Room for Android. Thank you in advance.
  20. G

    How to do screen sharing in Conference (Room) - Android

    Hi, Good day!!! Please let us know how to implement screen sharing while in conference(room). Any sample code link will be very helpful. Thank you in advance.
Top