Questions tagged [desktop-sharing]
30 questions
6
votes
3 answers
Screen Sharing on webRTC
Is it possible to capture desktop screen sharing through webRTC.. As we know that it just captures the screen on the browser tab but is it possible to capture the whole desktop screen like navigating through files on computer or opening and viewing…

Talib Shabbir Hussain
- 243
- 1
- 4
- 13
5
votes
2 answers
How do I write my own desktop sharing application in java?
Hello I want write my own desktop sharing application in Java.
The application should have some very default features:
Capture screen;
Allow a remote connected user to click / edit fields.
I was thinking to use Java Robot class for mouse…

Andrei Ciobanu
- 12,500
- 24
- 85
- 118
4
votes
3 answers
Find the differences between two images for screen sharing apps
Hi I'm writing a client/server remote viewer (desktop sharing) application where screenshots of the desktop are sent across the network over a socket. I'd like to reduce the size of the transfer by getting the difference between the two images and…

Thomas
- 33,544
- 126
- 357
- 626
3
votes
0 answers
Requested device not found chromeMediaSource: 'desktop'
I am trying to create a web application which can share the desktop with the system audio using webrtc from chrome browser and if I set the constraints :
const constraints = {
audio: {
mandatory: {
chromeMediaSource: 'desktop'
}
},
video:…

Ebram
- 1,042
- 1
- 13
- 26
2
votes
0 answers
Openmeetings screenshare, share particular window
I am using openmeetings.
Everything is working fine. But, I need some changes in screenshare and screenrecording features. Here are my requirements.
I need to record videos irrespective of sharing screen. I have two scenarios:
1) When screenshare is…

anilCSE
- 2,461
- 3
- 23
- 29
2
votes
4 answers
C# desktop sharing using Windows Desktop Sharing API
I have written a simple C# application for desktop sharing using Windows desktop sharing API
http://msdn.microsoft.com/en-us/library/bb968809.aspx
http://blogs.msdn.com/b/rds/archive/2007/03/08/windows-desktop-sharing-api.aspx
Most of my…

partyelite
- 822
- 1
- 15
- 26
2
votes
1 answer
How to share selective windows using Windows Desktop Sharing API
I am using Windows Desktop Sharing API to write a desktop sharing application.
The ultimate goal of mine is to share the complete desktop except few windows. I am able to get the windows from ApplicationFilter.Windows and also able to make the…

Fahim
- 81
- 7
1
vote
1 answer
RDPSession ConnectToClient Terminating Unexpectedly
I have successfully created a desktop sharing solution where an RDPViewer connects to an RDPSession. That's all working beautifully. Now, however, I'm trying to get the opposite to work: using the RDPViewer's StartReverseConnectListener method, and…

basiphobe
- 590
- 6
- 12
1
vote
0 answers
SkypeForBusiness Desktop Sharing on UCMA 5.0
I have a UCMA 4.0 program, handles IM calls supports Application Sharing. It always worked fine for me on Lync 2013 conversations.
Recently I upgraded my program to UCMA 5.0, using Skype for Business instead of Lync 2013.
Strangely, since I did,…

Tali B.
- 125
- 1
- 11
1
vote
0 answers
Frame buffer and application window
I see some of the desktop sharing applications do not show their own application window to the remote viewer. How this is achieved? How do they manage their application window not to be part of frame buffer what they send out?

Ram Shankar
- 11
- 1
1
vote
2 answers
p2p audioconferencing and desktop sharing in java
I am going to submit a proposal of project in university..
Overview
I am going to make a project in which multiple participants can join a meeting and meeting organizer share his desktop with all participants.
participants can access organizers…

Usama
- 465
- 5
- 9
1
vote
1 answer
is it possible RDPSession outside the network?
I am able to create an application for screen sharing using RDPsession within the network, but is it possible outside the network?
or any other way to connect between host and viewer outside the network other than rdpsession?
Any hint or help will…

Dotnet
- 299
- 1
- 4
- 18
1
vote
4 answers
Development on two computers
I would like to have a desktop PC and a laptop available for development. I am using XAMPP on the desktop which I use as my main workstation, however I'd like to just change location and be able to continue working on the laptop. It seems that it is…

urok93
- 537
- 3
- 7
- 25
0
votes
1 answer
Remote desktop control using web application
We are planning to develop remote desktop sharing feature in out web application (written in Java) where one user will be able to connect other users desktop with full access.
I don't want to use applications like team-viewer. It has to be some kind…

TechCoze
- 491
- 5
- 15
0
votes
1 answer
Share MY desktop and stream it to Silverlight/FLV?
I'd like clients to see my desktop through a web app. They just need to see a real-time view of my desktop, they need not "interact" with it.
In line with it, perhaps also a webcam/voice stream to go with it.
So my website will contain the…

A.B. User
- 443
- 1
- 8
- 20