Questions tagged [screensharing]

266 questions
3
votes
2 answers

Is screen sharing possible in cordova?

I am using opentok for video chat and screen sharing. It works perfectly for me on a browser. However my application also run natively using cordova. There is a cordova-plugin for opentok which supports video calls but not screen sharing. I want…
Aniket
  • 4,926
  • 12
  • 41
  • 54
3
votes
2 answers

Microsoft supporting ORTC or WebRTC?

After reading multiple articles, I am left confused whether Microsoft will follow WebRTC standard or will follow its cu-rtc successor O-RTC ? Also Opera states its support for WebRTC for versions 18+, but i do not see support for…
cosmoloc
  • 2,884
  • 5
  • 29
  • 48
3
votes
1 answer

Enabling AllShare Cast in an Android App

I'm developing a very simple application where I have a button .. OnClicking that button the screen of my mobile phone should be shared with my Smart Samsung TV. The question now is how can I enable AllShare Cast feature onClicking that…
Alice
  • 117
  • 5
  • 16
3
votes
1 answer

How to share screen of one android device with other through WIFI?

In my Android application one Mob Phone will share the desktop screen with other Mob Phone both connected to the same network. So how it is possible to view all the files of One Mob phone from other Mob Phone through WIFI? is there any socket…
Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
3
votes
0 answers

Screen sharing between iPhone devices

Can I share the screen of one iOS device with another iOS device from app ? Is it possible to implement above functionality using iOS SDK ? Does apple allow this type of app ? If anyone know about this , kindly let me know. thanks in advance.
Nitin
  • 241
  • 2
  • 11
2
votes
1 answer

Entire screen sharing Media Stream getDiplayMedia()

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 the entire screen, like not giving him the option…
2
votes
1 answer

Programatically enable Screen Sharing and Remote Login on macOS Big Sur?

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 machine: # Enable screensharing for remote…
monterey
  • 21
  • 1
  • 3
2
votes
0 answers

Working demo for screensharing in react-native-webrtc

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.toURL() was throwing an exception and it reads as…
2
votes
2 answers

Differentiate between screen share track and camera track in a normal webrtc

Is there any way to differentiate between screen share track and camera track in a webrtc video call? I am able to add both video tracks(camera as well as screen share track) using proper negotiation event.But,I cannot differentiate these 2 tracks…
Kanhaiya
  • 359
  • 2
  • 11
2
votes
1 answer

Problem with dragging files on Pygame screen

My project deals with sharing screen of one computer on another, similar to TeamViewer. I use Python with Pygame to show the screen share, as my GUI. One of my features is dragging a file/directory on the screen share to send this file or the…
Yuval
  • 108
  • 6
2
votes
2 answers

Annotate in Microsoft teams

as we all working remotely these days, I have an issue with drawing on the screen when someone shares the screen with teams Microsoft. I found some ideas that I can use zoomIt, is there anything else for helping me to draw in the screen sharing.
2
votes
1 answer

OpenTok iOS SDK 2.18.1 screen share quality issue

We are using ReplayKit to get CMSSampleBuffers and forward them to OTVideoCaptureConsumer and after resizing ReplayKit buffers into a 1280x720 or 1024x768 buffer, we get a screen share feed, but it always becomes blurry. After making sure we…
2
votes
1 answer

Streaming music over WebRTC cutting in and out

We would like to be able to play music in another tab (say YouTube, Spotify, Soundcloud, etc) and then stream that over a WebRTC connection to other peers. We are doing this through the screenshare and it's mostly working, but the music will…
Leo
  • 21
  • 3
2
votes
1 answer

Node.js webRTC screen shareing

I have got problem with webRTC screen sharing. When one person shares his screen another person can`t see shared screen stream, and asks him for again sharing screen.I am useing node.js express server with socket.io. I am useing Google chrome. It…
Sahak Sahakyan
  • 101
  • 1
  • 9
2
votes
0 answers

getDisplayMedia (get the list of available options)

I'm trying to get the list of available stream sources which are shown on native chrome pickup screen, when calling getDisplayMedia. Is there an callback which returns an array of available options, I want to customize this native pickup…
sd Born
  • 61
  • 5