Questions tagged [screensharing]

266 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
  • 33,605
  • 61
  • 269
  • 439
23
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
  • 36,125
  • 23
  • 149
  • 210
14
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
  • 267
  • 1
  • 3
  • 17
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,849
  • 2
  • 20
  • 39
9
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
  • 91
  • 1
  • 3
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
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
  • 151
  • 1
  • 13
8
votes
6 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…
CodeCop
  • 1
  • 2
  • 15
  • 37
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
  • 435
  • 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
  • 724
  • 8
  • 19
8
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,706
  • 4
  • 18
  • 31
7
votes
1 answer

Using WebRTC to send an iOS devices’ screen capture using ReplayKit

We would like to use WebRTC to send an iOS devices’ screen capture using ReplayKit. The ReplayKit has a processSampleBuffer callback which gives CMSampleBuffer. But here is where we are stuck, we can’t seem to get the CMSampleBuffer to be sent to…
Niro
  • 91
  • 1
  • 4
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
  • 762
  • 8
  • 32
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
  • 583
  • 8
  • 24
7
votes
4 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
  • 7,066
  • 12
  • 47
  • 70
1
2 3
17 18