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>
This commit is contained in:
parent
8b252f858c
commit
4f9c5bc568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559772
@ -238,6 +238,7 @@
|
||||
SUBDIR += linux-c7-libv4l
|
||||
SUBDIR += linux-tsmuxer
|
||||
SUBDIR += linux_dvbwrapper-kmod
|
||||
SUBDIR += livego
|
||||
SUBDIR += lives
|
||||
SUBDIR += livestreamer
|
||||
SUBDIR += lsdvd
|
||||
|
49
multimedia/livego/Makefile
Normal file
49
multimedia/livego/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= livego
|
||||
DISTVERSION= 0.0.14
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= Live video streaming server in golang
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gwuhaolin
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
GH_TUPLE= \
|
||||
auth0:go-jwt-middleware:36081240882b:auth0_go_jwt_middleware/vendor/github.com/auth0/go-jwt-middleware \
|
||||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \
|
||||
fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
||||
go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
||||
go-redis:redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \
|
||||
go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
golang:sys:b09406accb47:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
||||
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
|
||||
konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
|
||||
kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \
|
||||
kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \
|
||||
magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
|
||||
mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
|
||||
patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \
|
||||
pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
|
||||
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
|
||||
satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \
|
||||
sirupsen:logrus:v1.5.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
||||
spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
|
||||
spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
|
||||
spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
|
||||
spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
|
||||
spf13:viper:v1.6.3:spf13_viper/vendor/github.com/spf13/viper \
|
||||
stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
57
multimedia/livego/distinfo
Normal file
57
multimedia/livego/distinfo
Normal file
@ -0,0 +1,57 @@
|
||||
TIMESTAMP = 1609109584
|
||||
SHA256 (gwuhaolin-livego-0.0.14_GH0.tar.gz) = 75977536065358bf25a2cca0a73d011e1f993df504e1a398e7950a5786d1d030
|
||||
SIZE (gwuhaolin-livego-0.0.14_GH0.tar.gz) = 74492
|
||||
SHA256 (auth0-go-jwt-middleware-36081240882b_GH0.tar.gz) = ab5a31dffaac4998b2c9544f80ab718c5bc12c046557c0cf00518d9fecf1d884
|
||||
SIZE (auth0-go-jwt-middleware-36081240882b_GH0.tar.gz) = 8211
|
||||
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
|
||||
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
|
||||
SHA256 (dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 197465ef53219f3aeb1a6940b70e16d288fe4e4108d4831b91ea101118440e63
|
||||
SIZE (dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 36960
|
||||
SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd
|
||||
SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139
|
||||
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
|
||||
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
|
||||
SHA256 (go-redis-redis-v7.2.0_GH0.tar.gz) = 9aa836b2ae3be6214a12efbce7cf54d234525396e51a4ebcdadc35942807958a
|
||||
SIZE (go-redis-redis-v7.2.0_GH0.tar.gz) = 101816
|
||||
SHA256 (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 9004c9709200d52ef6e5c69af3f71f3adb1a2b7e884ea7597f306bf54b1f007c
|
||||
SIZE (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 72209
|
||||
SHA256 (golang-sys-b09406accb47_GH0.tar.gz) = 732651ee709d3443e992f716796c5dac7cbc29a345a8ffe3fb80f505c93503d2
|
||||
SIZE (golang-sys-b09406accb47_GH0.tar.gz) = 1496780
|
||||
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
|
||||
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
|
||||
SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
|
||||
SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
|
||||
SHA256 (konsorten-go-windows-terminal-sequences-v1.0.1_GH0.tar.gz) = e36c5a5de388bf72db3037b47f025b09e574be8d0bc74b3e44c960cba0880e87
|
||||
SIZE (konsorten-go-windows-terminal-sequences-v1.0.1_GH0.tar.gz) = 1909
|
||||
SHA256 (kr-pretty-v0.1.0_GH0.tar.gz) = 3aeb5d90b719765781befb9f156d0d0b8e5a7aafbcf15321e9eabbd35df31358
|
||||
SIZE (kr-pretty-v0.1.0_GH0.tar.gz) = 8550
|
||||
SHA256 (kr-text-v0.1.0_GH0.tar.gz) = b67f2744020b25f9298153af0992db252d195edd7ca5afa3b19d6ac300c2d14e
|
||||
SIZE (kr-text-v0.1.0_GH0.tar.gz) = 8686
|
||||
SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd
|
||||
SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735
|
||||
SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
|
||||
SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
|
||||
SHA256 (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 3ab025f2f580f8818a5357db52596fef1b0ad5945816a022c8b805ba46dc93be
|
||||
SIZE (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 13572
|
||||
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
|
||||
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
|
||||
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (satori-go.uuid-v1.2.0_GH0.tar.gz) = 6f9d9549958252d7c5a5ed1cabeedeaab7a600ca0b888a3666cce4c3590aa5a7
|
||||
SIZE (satori-go.uuid-v1.2.0_GH0.tar.gz) = 8297
|
||||
SHA256 (sirupsen-logrus-v1.5.0_GH0.tar.gz) = b93c79fdb137a8c723bd096cf7cf1871e2c038e790d7f3cb5758e07bc2b836f3
|
||||
SIZE (sirupsen-logrus-v1.5.0_GH0.tar.gz) = 45329
|
||||
SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
|
||||
SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
|
||||
SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
|
||||
SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085
|
||||
SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d
|
||||
SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
|
||||
SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
|
||||
SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
|
||||
SHA256 (spf13-viper-v1.6.3_GH0.tar.gz) = a58703b5a80523d752d67ba1238473ec507e2f752268926f3a4fd79e3cb44e47
|
||||
SIZE (spf13-viper-v1.6.3_GH0.tar.gz) = 52318
|
||||
SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
|
||||
SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
|
||||
SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
|
||||
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
|
8
multimedia/livego/pkg-descr
Normal file
8
multimedia/livego/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user