Ubuntu screen as "webcam"

6,763

Solution 1

There are several software that help you doing that. For example:

  1. http://www.ws4gl.org/ Webcam Studio for stream your video from different sources, also from desktop.
  2. http://recordmydesktop.sourceforge.net/about.php
  3. https://launchpad.net/kazam It seems pretty good.
  4. http://xvidcap.sourceforge.net/ I used that when i needed to make a video of my desktop

And for another list of available software check that post: http://ostatic.com/blog/six-top-screen-capture-tools-for-linux#intro

Hope that this help.

Solution 2

VLC should, in theory be able to take a video stream from your desktop- with "screen://" as your input option and output it to another streaming source. However whether if will work with the software you have in mind would depend on what that software is.

Share:
6,763

Related videos on Youtube

Thiago Belem
Author by

Thiago Belem

I have proficiency in creating applications using Ruby on Rails & ReactJS. Using Agile methodologies (XP & Kanban), and keeping my code 100% covered via TDD and BDD.

Updated on September 18, 2022

Comments

  • Thiago Belem
    Thiago Belem over 1 year

    I want to enable my screen as a video capture drive, so I can share (stream) my desktop screen instead my webcam.

    I'm using Mint 12 (based on Ubuntu).

  • Thiago Belem
    Thiago Belem over 12 years
    I don't want to "record my desktop", I want to get my screen and stream it as video input, like a webcam or other device on /dev/video
  • Ivan
    Ivan over 12 years
    Take a look at kazam (it is used to make screencast, and maybe you can stream it in some way, for example using a video streaming software that read from the video that you are recording). And try that software: ws4gl.org It is used to stream from different sources it says also from desktop.
  • mate.gvo
    mate.gvo over 3 years
    Hey Chicken Soup, thanks for your solution. I think it will work, but I am having issues with ioctl. Any idea how to solve this? [video4linux2,v4l2 @ 0x563e5f1d4ec0] ioctl(VIDIOC_G_FMT): Inappropriate ioctl for device Could not write header for output file #0 (incorrect codec parameters ?): Inappropriate ioctl for device Error initializing output stream 0:0 -- Conversion failed!
  • dǝɥɔS ʇoıןןƎ
    dǝɥɔS ʇoıןןƎ over 3 years
    @mate.gwozdz Does unix.stackexchange.com/questions/528400/… answer your question?
  • mate.gvo
    mate.gvo over 3 years
    soup Thank you for your help, I've just tried the answer, and keep having the same error. "Inappropriate ioctl for device. Could not write header for output file #0 (incorrect codec parameters ?): Inappropriate ioctl for device". Maybe something to do with virtual box machine
  • dǝɥɔS ʇoıןןƎ
    dǝɥɔS ʇoıןןƎ over 3 years
    That's a php error. Double check you're using the latest version of FFmpeg