Skip to content

Instantly share code, notes, and snippets.

View softartslabs's full-sized avatar

Minsu Kim softartslabs

View GitHub Profile
@softartslabs
softartslabs / Untitled-1
Last active July 13, 2018 08:33
HelloWorld
helloworld
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2"
KEY="blablabla"
while true ; do
avconv -ar 44100 -ac 2 -f s16le -i /dev/zero -f video4linux2 -s 640x480 -r 20 -i /dev/video0 -f flv "$YOUTUBE_URL/$KEY"
sleep 3
done
@softartslabs
softartslabs / README-Template.md
Created August 14, 2018 09:25 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites