Questions tagged [screencast]

Screencast is the act of recording the content of the screen to a video, often containing audio.

Screencast is the act of recording the content of the screen to a video, often containing audio.

The term screencast compares with the related term ; whereas screenshot generates a single picture of a computer screen, a screencast is essentially a movie of the changes over time that a user sees on a computer screen, enhanced with audio narration.

75 questions
1
vote
1 answer

Puppeteer Page.Screencast click on page

I'm using the screencast from CDP to transmit the screen of the Puppeteer page to my website and I want to add a new function, where you click on the transmission the click on the page happens too. The screencast code and socket connections are all…
Kronox
  • 13
  • 1
  • 2
1
vote
0 answers

In existing iOS app i need to integrate screen casting feature to all Smart TV

I have video streaming App so, In existing iOS app i need to integrate screen casting feature to all Smart TV and devices like Chromecast, Roku, Amazon Fire TV, XBOX, Samsung TV, Vizio TV, Sony TV, LG TV etc, So how can achieve this within my app
1
vote
1 answer

How to start gnome's built in screen recorder via command line?

How to start gnome's built in screen recorder via command line? I have gone through this post the command I am using is gdbus call --session --dest org.gnome.Shell.Screencast --object-path /org/gnome/Shell/Screencast --method…
PRATAP
  • 127
  • 3
  • 17
1
vote
1 answer

Powershell screencasting via ADB

I wrote this powershell script with the intent of creating a GUI where I can see my android screen casted to my computer. The script creates a form, where a timer should update a picturebox with an image that it pulls from adb. The script also…
sh7411usa
  • 196
  • 1
  • 13
1
vote
0 answers

Screencast Devtools Chrome

I am using devtools to debug Ionic 3 applications. I do not know what happens, but it does not allow me to touch my application through Screencast, I do not know if it is due to Ionic update, my smartphone (Android) or Google Chrome. The fact is…
1
vote
1 answer

Using SharpAVI to record the screen, why is the .avi file playing back as if its sped up when I increase the FPS?

I'm working on a project where I need to record the desktop during an event started by the user. I found this code which has been really helpful, since I am new to C#. However, when I increase the FPS in the Recorder Params in main, the outputted…
zach
  • 61
  • 1
  • 6
1
vote
1 answer

Is it possible to cast UWP app to another display (like Screen casting)?

In screen casting, entire screen will display in selected wireless display device. My idea is to cast the app(UWP),instead of entire screen. i.e On clicking the 'cast' button in UWP application, the app will cast to selected wireless display device…
sumith
  • 23
  • 4
1
vote
0 answers

How to improve performance on screencasts with audio using GStreamer?

I try to write a GStreamer pipeline to capture the screen, put a box on the corner capturing the webcam and record audio (all at the same time). If I hit Ctrl+C to stop after ten seconds, for example, I realize I only record about 2 seconds of…
1
vote
1 answer

How to reduce CPU consumption by using avconv and pipe it to avplay?

See FINAL EDIT. I need to capture the second monitor and show in main display in a small window. I don't need quality, but performance. So, the (working) command to capture second monitor of 1280x1024 and show it in a 640x480 window at 15fps and…
Mario Mey
  • 1,582
  • 3
  • 13
  • 13
1
vote
0 answers

"Invalid control category: android.media.intent.category.LIVE_VIDEO"

Has anyone seen this in logcat before ? My code: MediaRouteChooserDialogFragment pickerDlg = MediaRouteDialogFactory.getDefault().onCreateChooserDialogFragment(); // Create a route selector for the type of routes your app…
kellogs
  • 2,837
  • 3
  • 38
  • 51
1
vote
1 answer

best screencasting api for web browser

I'm trying to add screencasting ability to my website. is there any API for screencasting on browser?
1
vote
0 answers

Create RD Session remotely

I'm trying to develop a project for customer support. It needs two-way screen sharing to be implemented. I tried using third party tools like team viewer, joinme, loginme, etc, but all of them installs an exe on client machine.How can i invoke a…
1
vote
1 answer

Howto: Save screencast to video file ChromeOS?

Two Chrome apps/extensions have caught my eye on the webstore: Screencastify Snagit I am aware of chrome.desktopCapture and how I can use getUserMedia() to capture a live stream of a user's desktop. Example: navigator.webkitGetUserMedia({ …
1
vote
1 answer

Publish app for Chromecast without a receiver application

As stated in Google cast Developer Guide, I need a sender application and a receiver application in order to publish an app for Chromecast. My app uses Presentation class to show contents on Chromecast when the device is mirrored to the Chromecast.…
Hemanth
  • 2,717
  • 2
  • 21
  • 29
1
vote
1 answer

Multiple screencapturing with Chrome ScreenCastify

I want to use Chrome Screen castify to caputure multiple windows/tabs simultaneuosly. Can somebody help.