Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AtnNn/twitch-stream
Helper scripts for live coding on Twitch
https://github.com/AtnNn/twitch-stream
live-coding streaming twitch
Last synced: 26 days ago
JSON representation
Helper scripts for live coding on Twitch
- Host: GitHub
- URL: https://github.com/AtnNn/twitch-stream
- Owner: AtnNn
- Created: 2016-02-26T08:21:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T17:09:07.000Z (about 4 years ago)
- Last Synced: 2024-11-15T22:43:47.144Z (27 days ago)
- Topics: live-coding, streaming, twitch
- Language: Shell
- Homepage:
- Size: 357 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twitch-dev - AtnNn/twitch-stream - Helper scripts for live coding on Twitch. (Libraries / Shell)
README
# Helper scripts for live coding on Twitch
- Show all keys being pressed
- Webcam inset with optional filtering
- Can capture both microphone and audio out
- Dynamic text overlay
- Video settings tuned for code![Screen grab of my stream](sample.png)
Watch me on https://www.twitch.tv/choongmoo
# Requirements
* Linux
* FFmpeg
* osd\_cat
* SWI-Prolog
* Xnee
* This repositoryOn Ubuntu:
```
apt-get install ffmpeg xosd-bin swi-prolog xnee git
git clone https://github.com/AtnNn/twitch-stream
cd twitch-stream
```# Usage
* Adjust the "Manual settings" in [`stream.sh`](stream.sh).
* Place your Twitch stream key in the `key.secret` file.
* Run `./showkeys.sh` to display the keys being pressed.
* Run `./stream.sh` to start streaming.