Questions tagged [screensharing]
266 questions
7
votes
0 answers
How to programmatically share Android device's screen with another via wifi? (not screenshot)
i must write an app that shares my android device's screen with anothers.(not screenshot)
I searched on the internet a lot but i didnt find an answer.
Is it possible? Does android let us to do that?
How can i do that?

Esin Levent
- 71
- 2
6
votes
1 answer
Screen sharing and tem viewer in android to android
I want to implement screen sharing functionality in my app like we use team viewer.
I search a lot for third party tool.
One tool i have worked is opentok(Tolkblox). But it want give exact facility like Team viewer and its sample example is also not…

Amee Joshi
- 115
- 7
6
votes
0 answers
Janus Webrtc screen sharing without Chrome plugin and only with server Janus Gateway extension installed
Is there any way to implement client screen sharing functionality using webrtc without mandatory installation of any extension as Hangoutdo? Why hangout never ask to install any extension to do screen sharing?

Akshay Rathore
- 819
- 1
- 9
- 23
5
votes
0 answers
Detect / Block Screen sharing by mac app : Swift
I want to check screen sharing is enable by another app like TeamViewer or any remote connect app. And disable all the screen sharing and screen recording when my mac app is launch. In iOS UIScreen.isCaptured property is provided but for mac os apps…

Krunal Nagvadia
- 1,083
- 2
- 12
- 33
5
votes
4 answers
How to get Agora io Screen sharing cancel event?
I am using agora io for video calling and screen sharing. screen share is working fine. But problem is when I cancel the screen share then stream is not displaying. But join is still active. I need to catch the cancel event of screen sharing. I have…

CodeLover
- 151
- 1
- 7
5
votes
1 answer
Trouble setting up screen sharing on Fedora 27 Desktop
I'm running Fedora 27 Desktop edition with GNOME. I've tried instructions from all over the web, but haven't found anything that lets me set up sharing my screen with a remote user. Can anyone help me with this?
Thank you very much in advance for…

jazcap53
- 381
- 5
- 17
5
votes
1 answer
Getting "ScreenCaptureError" in Chrome using Kurento Media Server
I'm trying to share my screen with Kurento WebRtc server. But getting this error:
NavigatorUserMediaError {name: "ScreenCaptureError", message: "", constraintName: ""}
There is no errors in Firefox with same code.
Constraints using for webrtc:
…

morozRed
- 176
- 4
- 14
5
votes
1 answer
Screen sharing in native Android application using webrtc
I searched many documents but didn't find any exact solution for my problem. I want to implement audio call and screen sharing in Android native application using webrtc without using any third party sdk.
I found one demo example i.e apprtc but it…

Reema
- 51
- 1
- 5
5
votes
2 answers
Screen sharing in iOS app?
I want share my application iPad screen with other devices which are running the same application.
More detail: My application is a meeting application. Now I want that those who are the participants of that particular meeting can my screen when I…

Archana Chaurasia
- 1,396
- 3
- 19
- 35
5
votes
2 answers
Writing screensharing plugin/driver
I have been using OpenTok for developing a webapp that can broadcast a stream to upto 2500 subscribers. OpenTok handles most of the work for you, but it doesn't allow screensharing - which is critical for my webapp. To enable screensharing, I'm…

Anant Jain
- 76
- 7
4
votes
0 answers
How to disable entire screen sharing and allow only application window and browser tabs sharing in BigBlueButton?
Using BigBlueButton for online classroom I want to allow moderators to share their browser tabs or a particular application but not entire screen. When we tap on the screen sharing button from BigBlueButton Html5Client demo then we got three…

Afsar edrisy
- 1,985
- 12
- 28
4
votes
1 answer
Screen blinking while screencasting | ArchLinux and Manjaro
When you try share screen or use screen recorder in Arch Linux or Manjaro, the screen is blinking like in here: https://i.stack.imgur.com/nvi4F.jpg
How to solve?

btd1337
- 2,616
- 2
- 16
- 25
4
votes
2 answers
Attempted to start an invalid broadcast session in live broadcasting using replaykit ios
I'm currently working on live screen broadcasting app which allows the user's to share their screen on Youtube, Facebook, Mobcrush like apps. Everything is working fine but sometimes broadcast automatically getting stopped and throwing below error,…

Vikram Chaudhary
- 580
- 4
- 14
4
votes
2 answers
Memory management in storing Image buffer with hash in screen sharing program
Edit:
I am not getting enough response for this question may be i am not able to explain properly. Let i try to explain background to this question.
Every screen sharing program there are two parties. Server and Viewer.
Server
Role of server …

Azar Shaikh
- 445
- 9
- 26
4
votes
0 answers
how to check if the device is being accessed remotely in android using Java ? or javascript for cordova?
I have an android app in which I just wanna check if the device is being operated remotely or not? such as via TeamViewer or any desk app or even if any screen sharing is ongoing
This is because I don't want someone to use my application remotely…

MSD
- 437
- 6
- 18