Skip to content
View SynetaxSwoon's full-sized avatar

Block or report SynetaxSwoon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SynetaxSwoon/README.md

GT-nginx-RTMP-Streaming-Server

The primary purpose of this project involves providing a streaming interface for GT students to utilize in order to decrease reliance on delayed twitch.tv servers and provide a communal setting for student to student streaming interaction.

Building

Install packages for building nginx

$ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev

Download nginx tarball

$ wget http://nginx.org/download/nginx-1.7.0.tar.gz

Download rtmp module for nginx

$ wget https://github.com/arut/nginx-rtmp-module/archive/master.zip

Extract both downloads

$ tar -zxvf nginx-1.7.0.tar.gz  
$ unzip master.zip  
$ cd nginx-1.7.0

Build nginx

$ ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master  
$ make  
$ sudo make install

Running

Replace the directories and their contents within /usr/local/nginx with the directories from this repository.

Run nginx, typically installed to /usr/local/nginx/sbin/nginx

To run nginx

$ sudo /usr/local/nginx/sbin/nginx

To stop nginx

$ sudo /usr/local/nginx/sbin/nginx -s stop

Pinned Loading

  1. integrations integrations Public

    CEEMDAN_LSTM is a Python project for decomposition-integration forecasting models based on EMD methods and LSTM.

    CSS

  2. solid-hunters solid-hunters Public

    bXSS is a utility which can be used by bug hunters and organizations to identify Blind Cross-Site Scripting.

    JavaScript

  3. SynetaxSwoon SynetaxSwoon Public

    JavaScript

  4. zhebReal zhebReal Public

    They allow a process to create a virtual usb host controller. Real or virtual usb devices can be "plugged" into this controller.

    Python

  5. xAzure xAzure Public

    Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

    HTML