Skip to content

cnjack/livego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

livego

简单高效的直播服务器:

  • 安装和使用非常简单;
  • 纯 Golang 编写,性能高,跨平台;
  • 支持常用的传输协议、文件格式、编码格式;

supported transport protocol

  • RTMP
  • AMF
  • HLS
  • HTTP-FLV

supported layout

  • FLV
  • TS

supported coding formant

  • H264
  • AAC
  • MP3

build from resource

  1. pull the code git clone https://github.com/cnjack/livego.git
cd livego
export GOPATH=$(pwd):$GOPATH
cd src/app
go build

usage

thx

fork from gwuhaolin/livego

About

纯 Go 写的直播服务器

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%