yourcast-streamer

command module
v0.0.0-...-a73d9ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2017 License: MIT Imports: 7 Imported by: 0

README

yourcast-streamer

It's youtube restreamer written in Go.

Prerequisites

  1. Go
  2. Make
  3. Glide

Installation

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/yourcast-streamer
cd yourcast-streamer
make depends
make

Or golang way

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/yourcast-streamer
cd yourcast-streamer
go get -v
go build -v
go install

Configure

GLOBAL OPTIONS:
   --download_limit value   (default: 100) [$RESTREAMER_DOWNLOAD_LIMIT]
   --rtmp_server_url value  (default: "rtmp://localhost/hls") [$RESTREAMER_RTMP_ROOT_SERVER_URL]
   --log_level value        (default: "debug") [$RESTREAMER_LOG_LEVEL]
   --web_ui_url value       (default: "http://localhost:8000") [$RESTREAMER_WEB_UI_URL]
   --ffmpeg_path value      (default: "/usr/local/bin/ffmpeg") [$RESTREAMER_FFMPEG_PATH]
   --http_bind_addr value   (default: ":8080") [$RESTREAMER_HTTP_BIND_ADDR]
   --youtube_api_key value  (default: "Aiza...") [$RESTREAMER_YOUTUBE_API_KEY]
   --root_path value        (default: "./storage") [$RESTREAMER_FILE_ROOT_PATH]
   --disable_streaming       [$RESTREAMER_DISABLE_STREAMING]
   --help, -h               show help
   --version, -v            print the version   

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL