1 Star 0 Fork 64

太阳底下乘凉 / aquila

forked from gozfree / aquila 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aquila.lua 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
gozfree 提交于 2018-12-23 16:05 . update rpc
aquila_global = {
videocap = {
type = "v4l2",
device = "/dev/video0",
format = "YUV422P",
width = 640,
height = 480,
},
audiocap = {
type = "alsa",
},
vencode = {
--type supported: mjpeg/x264
--type = "mjpeg",
type = "x264",
},
vdecode = {
type = "h264dec",
},
overlay = {
type = "timestamp",
offsetx = 0,
offsety = 0,
switch = "on",
},
playback = {
-- type supported sdl/snkfake
--type = "snkfake",
--format = "file",
type = "sdl",
--format = "rgb",
format = "yuv",
width = 640,
height = 480,
},
remotectrl = {
port = 54321,
},
upstream = {
type = "rtmp",
url = "rtmp://send3.douyu.com/live/5864578rN1HM8geH?wsSecret=a67935210b620acb5561bb7dfbe2e9fb&wsTime=5bdee212&wsSeek=off&wm=0&tw=0",
},
filters = {
"videocap",
"vencode",
"upstream",
"remotectrl",
},
graphs = {
{
source = "videocap",
sink = "vencode",
},
{
source = "vencode",
sink = "upstream",
},
},
}
return aquila_global
C
1
https://gitee.com/mfm/aquila.git
git@gitee.com:mfm/aquila.git
mfm
aquila
aquila
master

搜索帮助