Giter Club home page Giter Club logo

cliveserver's Introduction

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.

cliveserver's People

Contributors

rainfly123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.