1 Star 0 Fork 1

rain / cliveserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

cliveserver

This is a open source software, its objective is to remux input stream , as to support playback on multi-platform, for example , android platform, ios platform, windows platform. Its functionalities are similar to crtmpserver , but you will find cliveserver is very useful in reality, besides, cliveserver is for free completely. you could use it in your commerical software without any worry. Input and Output

The input format could be TS over TCP, FLV over TCP, output could be HLS segment, HDS segment Http+TS, Http+FLV and RTMP. If you want to use rtmp out, you should install nginx-rtmp-module, cliveserver just demux the input stream ,then send it out to nginx-rtmp server. If you want to user rtmp input, you should install rtmpdump firstly. About Config File

It's json format, but not strict compliance with the json's definition, "{
channels: [
{
channel_name: "cnc",
input_url: "tcp://127.0.0.1:9090",
output:["http://127.0.0.1:80/cnc_ts",
"http://127.0.0.1:80/cnc_flv"]
},
{
channel_name: "tvb",
input_url: "tcp://127.0.0.1:9090",
output:["http://127.0.0.1:80/tvb_ts",
"http://127.0.0.1:80/tvb_flv",
"http://127.0.0.1:80/tvb.m3u8"]
}
]
}" channels: is a list containing all of the channel, channel_name: is the channel's unique name , input_url: channel's input address , if protocol's tcp or udp , the cliveserver is the server side else cliveserver is the client side. output: channels's output protocol.

空文件

简介

tool for encapsulating input live stream, as to viewing on multi-platform 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rainfly123/cliveserver.git
git@gitee.com:rainfly123/cliveserver.git
rainfly123
cliveserver
cliveserver
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891