Stream is a simple OBS-like application for video capture.
To install Stream, follow these steps:
- Clone the repository:
git clone https://github.com/Horiodino/stream.git
- Navigate to the project directory:
cd stream
- Install the dependencies:
sudo pacman -S base-devel xorgproto libx11 libxinerama libxext libxcomposite ffmpeg
To start using Stream, run the following commands:
make
./obs-capture
Sample: https://x.com/OdinHoli/status/1865014966870511838/video/2
Currently it does not have a graceful shutdown. You will need to review the code yourself and make the appropriate calls for recording and converting.