From 7f1e928befffed1423ff69722e443d21c131c0c1 Mon Sep 17 00:00:00 2001 From: Sebastian Himberger Date: Wed, 23 Nov 2016 11:26:16 +0100 Subject: [PATCH] Fixed renamed repo in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e16d0e..311f716 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Simple server that exposes a directory for video streaming via HTTP Live Streami *This project is cobbled together from all kinds of code I has lying around so it's pretty crappy all around. It also has some serious shortcomings.* ## Running it -*Important*: You need the ffmpeg and ffrpobe binaries in your PATH. The server will not start without them. You can find builds most operating systems at https://ffmpeg.org/download.html. +*Important*: You need the ffmpeg and ffrpobe binaries in your PATH. The server will not start without them. You can find builds most operating systems at https://ffmpeg.org/download.html. -1. Download the binary for your operating system from the releases page (https://github.com/shimberger/golang-hls/releases) +1. Download the binary for your operating system from the releases page (https://github.com/shimberger/gohls/releases) 2. Execute the command `gohls serve ` e.g. `gohls serve ~/Documents/Videos` to serve the videos located in `~/Documents/Videos`. 3. Visit the URL http://localhost:8080 to access the web interface ## Developing it -Just do a `go get /github.com/shimberger/golang-hls/...` in your GOPATH. Then change into the project directory and run the development server by executing `./scripts/run_dev` (sorry Windows users). You need gulp & npm to build the frontend. +Just do a `go get /github.com/shimberger/golhls/...` in your GOPATH. Then change into the project directory and run the development server by executing `./scripts/run_dev` (sorry Windows users). You need gulp & npm to build the frontend. ## License