Code Monkey home page Code Monkey logo

liveserver's Introduction

feature:

rtmp/hls live server for windows, double click to run,don't need config.

run and quit:

double click bin/liveserver.bat to run,press ctrl-c to quit.

use:

default:
1、rtmp publish:rtmp://127.0.0.1/live/[streamname]
2、rtmp play:rtmp://127.0.0.1/live/[streamname]
3、hls play:http://127.0.0.1/hls/[streamname].m3u8
4、live stat;http://127.0.0.1/stat
custom:
1、config file:/usr/local/nginx/conf/nginx.conf

Depand:

1、use open source project:cygwin nginx-1.6.2 nginx-rtmp-module-1.1.4 (all project use origin code)
2、nginx's configure param:--with-http_dav_module --with-http_flv_module --with-http_stub_status_module --without-http_scgi_module --without-http_uwsgi_module --without-http_gz ip_module --without-http_ssi_module --without-http_proxy_module --without-http_memcached_module --without-http_empty_gif_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-pcre=$PWD/../pcre-8.36 --add-module=$PWD/../nginx-rtmp-module-master

Why make it:

I want a live server with one command or double click to run. 
Rtmplite has the feature with pool compatibility. This liveserver
with double click to run and needn't config. It has good 
compatibility and support 64 clients. it's efficiency is poor 
than linux server but enough for personal application.

Site:

www.github.com/langsim/liveserver

liveserver's People

Watchers

 avatar  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.