Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rtmp server not responding #404

Closed
wants to merge 3 commits into from
Closed

fix: rtmp server not responding #404

wants to merge 3 commits into from

Commits on Feb 1, 2021

  1. quick update to .gitignore

    l1ghtsword committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4fda768 View commit details
    Browse the repository at this point in the history
  2. non-functional - starter framework for Docker

    Still unable to connect
    l1ghtsword committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0e2aa2c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Fixed docker image - added streaming functionality to Docker

    - Added Nginx-rtmp service
    - Scraped the running config from Anthony's `/docs/nginx` folder and modified it for docker
    - changed localhost refferences for nodetube service to `"nodetube:3000"`
    - added `./recordings` for when recording is on - Off by default
    - added `./config/nginx/nginx.conf` file which is passed directly to the nginx service on `docker-compose up`
    
    * Need to update readme.MD
    * Need change prod and dev environments for docker
    * Need to provide non-docker friendly nginx config template (can be modified though, its heavily commented)
    l1ghtsword committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ee759e8 View commit details
    Browse the repository at this point in the history