Questions tagged [screensharing]

220 questions
31
votes
6 answers

Screen sharing with WebRTC?

We're exploring WebRTC but have seen conflicting information on what is possible and supported today. With WebRTC, is it possible to recreate a screen sharing service similar to join.me or WebEx where: You can share a portion of the screen You can…
Crashalot
  • 31,452
  • 56
  • 235
  • 393
22
votes
2 answers

Screen sharing between Raspberry PI and Mac OSx

I want to use the Screen Sharing OSx built-in App to manipulate the actual X session open in my Raspberry PI. Just to be clear I want to see in my VNC session the same image the Raspberry is sending through the HDMI. So I can move the mouse in my…
fguillen
  • 29,929
  • 17
  • 114
  • 172
12
votes
4 answers

Is it possible broadcast audio with screensharing with WebRTC

is it possible broadcast audio with screensharing with WebRTC? Simple calling getUserMedia with audio: true fails by permission denied error. Is there any workeround which could be used to broadcast audio also? Will be audio implemented beside…
Ivo Pavlik
  • 237
  • 1
  • 3
  • 14
11
votes
3 answers

Screen Capture and Sharing in Android 5.0

There is a mention about Screen capture and Sharing api in Android 5.0 at: Android 5.0 APIs There its mentioned about MediaProjectionDemo class in the ApiDemos. I could not find it anywhere to download. Where can I find it? Are they yet to publish…
arjoan
  • 1,819
  • 1
  • 20
  • 38
10
votes
5 answers

Screen sharing in python

Hi I'm stuck and I did not find anything helpful on the internet. I'm trying to make a screen-sharing program in python. The problem is that I can't send the screen in at least 24 fps, because when I take a screenshot with PIL (ImageGrab), something…
CSch of x
  • 616
  • 1
  • 7
  • 24
8
votes
3 answers

Add Screen Sharing to my web app?

I have to make a web application that imitates Skype. I am using php, javascript, html and css to do this. I am allowed to use open-sourced libraries and other libraries. I need to implement a screen sharing feature. How do I do this? My research…
Mandeep Singh
  • 161
  • 1
  • 2
  • 7
8
votes
2 answers

How to custom WebRTC video source?

Does someone know how to change WebRTC (https://cocoapods.org/pods/libjingle_peerconnection) video source? I am working on an screen sharing app. At the moment, I retrieve the rendered frames in real-time in CVPixelBuffer. Does someone know how I…
Eric Kevin
  • 81
  • 1
  • 3
8
votes
3 answers

Accomplish screen sharing using WebRTC

I need to implement screen sharing using WebRTC. I know that WebRTC supports sharing of tab content but I need to share the whole screen. A solution I am thinking of is to frequently take screenshots and using WebRTC data channel transfer the image…
mkd156
  • 405
  • 3
  • 5
  • 16
8
votes
1 answer

Google hangout desktop application flow

I am creating a screensharing application that would work in a similar manner like Google Hangout Screen Shares, and I'd like to know how the Google Talk plugin (used for Screen Shares) spawns child processes and uses a dynamic port range. I am…
Hitesh Joshi
  • 715
  • 8
  • 18
7
votes
2 answers

Real-time screensharing to Java app (localhost)

I am looking for a way to add an overlay to a running Windows game, like OBS (a game streaming application, used for Twitch). I though about using the Robot class to take 25/30 screenshots every seconds and display them, but I'm not sure that's the…
Val
  • 722
  • 8
  • 29
7
votes
1 answer

Webrtc app not working on local host?

I am using a WebRTC demo application for screen sharing. The demo works perfectly fine but when I try to run the same code in localhost or my own remote server, the code doesn't run. Any ideas on how can I fix this issue?
kartik
  • 543
  • 7
  • 21
7
votes
3 answers

how to stop screen sharing using WebRTC?

I'm using getUserMedia to get access to screen sharing. When user clicks a stop button, I want to stop screen sharing. According to MediaStream API, the stop() function should be called to stop sharing. But when I do so, I find the Chrome bar…
Ovilia
  • 6,691
  • 11
  • 40
  • 67
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?
7
votes
1 answer

How to implement screens sharing for web application?

Prologue. I wanted to ask, how to create solution for desktop screen sharing on web, but then found out that there are a lot of such questions. And that task is quite complicated to answer it in couple of strings. So I spent some time trying to find…
dim1902
  • 1,546
  • 4
  • 15
  • 29
6
votes
0 answers

Is screen-sharing possible in react-native?

I'm working on making an application to share screen using react-native. I didn't found much lead in this quest, still I'm sharing what I found. From an article I learned to develop a screen shot application…
Sharad Gaur
  • 131
  • 11
1
2 3
14 15