diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-12-31 20:10:22 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-12-31 20:10:22 +0000 |
commit | 4f9c5bc56853c6c20c6553315687de226109ab5b (patch) | |
tree | baed0cafcc15ca9bef07799aa835e3c89837d0e3 /multimedia/Makefile | |
parent | 8b252f858c73d52432a3b0f6dd4113cfd60aea0a (diff) |
New port: multimedia/livego: Live video streaming server in golang
Simple and efficient live broadcast server:
* Very simple to install and use;
* Pure Golang, high performance, and cross-platform;
* Supports commonly used transmission protocols, file formats, and encoding
formats
WWW: https://github.com/gwuhaolin/livego
PR: 252223
Submitted by: Neel Chauhan <neel@neelc.org>
Notes
Notes:
svn path=/head/; revision=559772
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 35dc4b8ab538..6a9d58ebce85 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -238,6 +238,7 @@ SUBDIR += linux-c7-libv4l SUBDIR += linux-tsmuxer SUBDIR += linux_dvbwrapper-kmod + SUBDIR += livego SUBDIR += lives SUBDIR += livestreamer SUBDIR += lsdvd |