Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
Best practices
1 vote
0 replies
55 views

Animations and typing delayed (no WebRTC) I’m building a Remote desktop app for macOS, where the screen is captured, H.264 encoded, and streamed to a web client using SignalR. For some reasons I ...
Mohammad Aamir's user avatar
0 votes
1 answer
87 views

I'm using LiveKit Flutter SDK to implement screen sharing in my Flutter app. On Android 14 (SDK 34 and above), the app crashes every time I try to enable screen sharing with: await room!....
Ashish Tandon's user avatar
1 vote
1 answer
100 views

I'm using Azure Communication Services (ACS) in a React app to implement video calling and screen sharing. Calling and camera video functionality is working fine. But when I try to start screen ...
suraj karosia's user avatar
1 vote
0 answers
94 views

I am trying to create an electron app in which I want to share user desktop screen to a web app. The desktop user has to just give the permission of screen recording to the desktop app. The other user ...
Web Experts's user avatar
1 vote
2 answers
160 views

I am using the MyVideoSDKAppSample for zoom video calling and screen sharing, the video calling and screen sharing is working fine, the problem is occuring when i am trying to annotate on the view. ...
Shahzaib Qureshi's user avatar
0 votes
1 answer
73 views

I am using screen capture API to share a window on my Django application, but this API doesn't allow to set a specific screen. I only want to share a window of specific desktop application on my ...
Thanh Phú Võ's user avatar
0 votes
1 answer
201 views

I created a BroadcastUploadExtension. Afterwards, I opened the recording screen, but I did it by simulating clicking into the RPSystemBroadcastPickerView like this: let picker = ...
Ertürk Alan's user avatar
1 vote
0 answers
174 views

i want to show screen sharing ui (overlay widget) in my flutter app. here is steps. user click on screen share button need to show red border and dialog with options need this for all screen while ...
amit.flutter's user avatar
  • 1,191
1 vote
0 answers
99 views

I am working on agora web sdk (video calling) pure javascript. I integrated video calling and it is working. when remote users share the screen, not getting any screen-sharing status to update the UI. ...
Uday Chandra G's user avatar
0 votes
1 answer
127 views

I'm trying to write a very simple Screen-sharing code in C# over LAN. It seems to be working well and smoothly with a 100s delay besides the screen being cut in half (or at times 30% when I switch ...
Saad's user avatar
  • 1
0 votes
0 answers
439 views

I'm using the matrix package which is more useful for real-time communication, I've achieved audio calls, video calls, and sending real-time messages. Now that I tried to implement the screen while ...
Ruban's user avatar
  • 21
1 vote
1 answer
590 views

I've been searching the Screen Privacy issues in Android 14 version but couldn't find any open or closed issues related to the version 14. I wonder if anyone knows detailed information why in Android ...
Sardonic777's user avatar
1 vote
0 answers
278 views

I want to register my extension (1110) with credentials (username, password and domain) in the sip server using PjSip library over TCP transport type in android kotlin. I got a reference to do the SIP ...
RejiKumarRA's user avatar
1 vote
0 answers
262 views

Looking for ideas and advice on how to integrate an active application within power point presentation. Want we want to do is share a live application (like you can within a MS teams, Zoom, Google ...
Always Learning's user avatar
1 vote
0 answers
211 views

I use C# to make a screen sharing program, refer to this script SimpleRecorder. Utilizes Windows.Graphics.Capture and Windows.Media.Transcoding. This is the important part of the code of the Encoder ...
bigq's user avatar
  • 11
0 votes
1 answer
253 views

I am using flask app for screen sharing when I run the script it neither show screen sharing nor it gives any error but its does not stop loading, and shows nothing but white screen. It should have ...
Hassan Shehzad's user avatar
0 votes
0 answers
99 views

I don't know where to start looking for solution, so here it is. I need to hide the firefox popup when my page wants to screenshare and force screensharing of screen 1: I saw that i cannot do this in ...
Triterium's user avatar
1 vote
0 answers
498 views

This is not a bug but I am not getting proper documentation for the screen-sharing using the web-RTC. So, can please anyone help me with this implementation? If I get the documentation also it will ...
Sagar R Anghan's user avatar
0 votes
1 answer
778 views

I'm using mediaDevices.getDisplayMedia with config { audio : false, video : { displaySurface : "window" }} The Chrome popup appears then I select the tab I want to share but the stream is ...
Eric's user avatar
  • 10.7k
0 votes
0 answers
632 views

I am running a bunch of web tests remotely, with Screen on a Ubuntu machine, running Lighthouse on a Puppeteer browser instance. Current setup used to work very fine until 2022 November when I ran ...
Jin's user avatar
  • 304
0 votes
1 answer
97 views

I was integrated the video calling with room creations using Twilio npm package after that I got another requirement to implement screen sharing functionality the below code working fine for the web ...
Madhan Mohan P's user avatar
0 votes
1 answer
740 views

I developed a small Electron Dekstop application that handle's login on my webapp and then "load" the webapp through an Electron loadUrl(). We already implemented Jitsi meet in that webapp (...
jineb92's user avatar
  • 319
1 vote
1 answer
1k views

I am testing Agora features for a web app that already uses webRTC. Currently, it works with one separate track for audio and two video tracks: one for the camera and another for the screen share. ...
Breno Mattos's user avatar
0 votes
1 answer
726 views

I'm writing an Angular web app for VoIP communication that includes screen sharing using Azure Communication Services. When screen sharing is initiated in Microsoft Edge, the pop-up for selecting ...
Daniel Székely's user avatar
2 votes
2 answers
2k views

what do I need for screen sharing in app in Flutter? I don't know how to get this sharing screen and show it in widget and I'm looking for the answer. What steps should I take?
Yunnane's user avatar
  • 165
-1 votes
1 answer
102 views

I know this is a common question people ask but for days I have been researching and couldn't find a way that will help me. I'm developing a screen sharing program and using TCP to send the desktop ...
karan ugale's user avatar
2 votes
2 answers
2k views

Once a screen share is started by "navigator.mediaDevices.getDisplayMedia()" and confirmed by user, there is a posibility in each browser to stop a screen share (for example Chrome - see pic)...
user10099's user avatar
  • 1,437
0 votes
0 answers
191 views

I'm trying to create a room from android application using twilio sdk = implementation 'com.twilio:video-android:7.1.2' it's throwing an exception that: Unauthorized - you are not authenticated to ...
Jerry's user avatar
  • 3
0 votes
2 answers
813 views

We are trying to disable the microphone access for WebRTCClient class to use Receive-only Video & Audio for the display ReplayKit render Remote Video & Audio. The ReplayKit renders Remote ...
Rajan Patel's user avatar
1 vote
0 answers
221 views

I've written a small application in WPF that shows 2 windows. One, which is basically a transparent window with no borders, for sharing a part of my screenin MS Teams and one with some resizing ...
Paul Sinnema's user avatar
  • 2,852
0 votes
1 answer
1k views

I don't want a certain page of our website to be able to be screen shared in a meeting, how can I block screensharing of a page and replace it with a blank screen? I know services like Paramount+ do ...
Reece Atkinson's user avatar
0 votes
2 answers
334 views

I am capturing my screen in real-time and encoding them using the vp9 codec (using JNI). encoded frames are I-frame or P-frame. then I divide them into chunks (sub-frames) and send them to the network....
Nafiul Alam Fuji's user avatar
1 vote
0 answers
580 views

We can share the screen from android devices during a Jitsi meet. but If we are playing a video on screen, the sound/audio of the video is not shared with the participants. How can I implement this?
rajesh kar's user avatar
0 votes
0 answers
120 views

I was recently trying to make a screensharing website using JavaScript: the idea behind this is to watch movies together using my own VPS. The issue is when I share a window I get this "popup&...
Fabian's user avatar
  • 1
0 votes
0 answers
198 views

I am currently using another company's implementation for WebRTC video conferencing and it is integrated into our web app via an iframe. We would like to make the integration more seamless and provide ...
Drod's user avatar
  • 43
0 votes
0 answers
81 views

I have a problem related to Android and OpenVido. I connect from a computer and an Android tablet to a OpenVido Server. I would like to share my screen from the computer to the tablet. The first time ...
Toby's user avatar
  • 1
3 votes
1 answer
1k views

I get sharing screen by using mediaDevices.getDisplayMedia() and it work well on Chrome and Safari < 15. But when I try it on Safari 15, I hit the bug: invalidAccessError: getdisplaymedia must be ...
Dat Dang's user avatar
  • 150
0 votes
1 answer
192 views

When i build the libvpx examples project "simple_encoder", I found a phenomenon,the demo need to call the vpx_codec_encode function 23 times to get the first frame of data.This is ...
Jack's user avatar
  • 170
0 votes
1 answer
337 views

Is it possible to edit the warning message that pops up when we start screen sharing in Android? The message is different for different OS devices. For OS 10 - Image for message shown in OS 10
Ajay Mohan's user avatar
1 vote
0 answers
273 views

I am working on a project that requires me to stream screen between two android devices over wifi-direct. so is it possible to just grab android screen stream and then perform processing/sharing with ...
Khader Khudair's user avatar
5 votes
0 answers
965 views

Generally, with a webcam, if a browser tab, or a desktop app is using the webcam, other sources cannot use that webcam until the first app stops. In a similar way is it possible to detect if there is ...
Umut's user avatar
  • 131
1 vote
1 answer
869 views

I need to start a broadcast for screen sharing and having the callbacks when a user start or stop streaming. But when I enabled the video my camera is algo turn on, is there a way to use screen ...
Andres Salazar's user avatar
3 votes
1 answer
3k views

I want to let the user share his screen, I use getDisplayMedia() to let the user start sharing and it let him choose entire screen or chrome … etc. so my question is: can I let the user always choose ...
fahmawiFloki's user avatar
-1 votes
2 answers
165 views

I setup Jenkin on Mac-server and able to do build locally for both iOS and Android source code. I am facing issue while accessing the Jenkin's on remote machine(Same Mac server) from home. Mac-Server ...
Amit's user avatar
  • 717
3 votes
1 answer
9k views

I'm looking for a way to programatically enable Screen Sharing and Remote Login on macOS to help with automated provisioning of new machines. I'm running the following code in a .sh script on the new ...
monterey's user avatar
0 votes
1 answer
333 views

There are a few online courses that I would like to watch with friends, meaning that I want to play the videos on my computer and share the streaming content real-time with a couple of people. I am ...
iknowmagic's user avatar
2 votes
0 answers
291 views

Can anybody share a working demo for screensharing in react-native-webrtc? I was trying to implement the same but I was not able to display the displayStream into the remote peers. The displayStream....
Shahanija's user avatar
0 votes
1 answer
991 views

I've successfully ran and built the ScreenShare example code written by Agora: https://github.com/AgoraIO/API-Examples/tree/master/iOS/APIExample/Examples/Advanced/ScreenShare However, when I use the ...
William Tan's user avatar
0 votes
0 answers
92 views

I am trying to transfer a video streaming from one browser to another with WebRTC and socket.io. It works just fine in the same network. No image is getting through across different ones. I use socket-...
Anton Platonov's user avatar
1 vote
1 answer
747 views

I've implemented the agora sdk 3.0 for video calls. now I'm trying to get screen sharing to work, but I keep getting the error provided in the picture below (Join failed: NO_AUTHORIZED). Picture of ...
Mhd Omar Bahra's user avatar

1
2 3 4 5 6