Search the Community
Showing results for tags 'screen'.
-
i provide screen casting in my application and user can publish his screen on social platform but i am unable to manage the delay and quality of screen casting it shows very poor quality screencasting
-
Hello, everyone. In /LiveApp/conference.html sample there are three modes available: camera, screen and camera+screen. What is seem strange and inconvenient to me is the fact that we see permission prompt when we switching between screen and camera+screen modes (and vice versa) because in real life we're probably do not want to select other screen source when switching between these modes. So I wonder is there any possibility in WebRTCAdaptor to use previous stream and avoid prompting user for permission every time they switch between screen and camera+screen and back?
-
Broadcast camera and screen as separate streams/tracks
dmitry027 posted a question in SDK integration & APIs
Hello, everyone. Using JavaScript SDK, when we are broadcasting in "screen+camera" mode, both streams are combined into one on the client side and sent to the server as a single stream. Is there a way to broadcast camera and screen streams as a separate streams/tracks simultaneously?