Skip to content

mumahack/ecast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi. This is project eCast.

We provide emergency broadcasting aimed towards news agencies.

This is a hackathon project and will never be finished.

Installation

RTMP Server

https://www.atlantic.net/community/howto/install-rtmp-ubuntu-14-04/

nginx.conf

rtmp {
        server {
                listen 1935;
                chunk_size 4096;
                application live {
                        live on;

                        # record                   
                        record all;
                        record_path /tmp/av;
                }
        }
}

sudo /usr/local/nginx/sbin/nginx -s reload
sudo nano /usr/local/nginx/conf/nginx.conf
node app.js

Start server

Firstly install dependencies

npm install

start server

npm start

About

ecast @ Futurelab Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 52.8%
  • Objective-C 35.2%
  • HTML 5.1%
  • CSS 3.7%
  • JavaScript 2.9%
  • Ruby 0.3%