Giter Club home page Giter Club logo

rtsp-streamer's Introduction

RTSP-Streamer

This project contains a docker based example of using ffmpeg, node-rtsp-strem-es6, and jsmpeg to convert an RTSP stream and embed it in a web page.

To start the example (using nginx to serve the static components) you can run docker-compose up. This will bind the WS server to port 9300 and the nginx server to 9301. These ports as well as the RTSP stream url can be set in the docker-compose.yml file.

FAQ

Why doesn't my video stream work?

Currently the latest version of node-rtsp-streamer-es6 is using incorrect ffmpeg args per phoboslab/jsmpeg#149 (comment). There is an outstanding PR against node-rtsp-streamer-es6 to change this but in the meantime you can work around it by starting the containers, stopping them, manually editing node_modules/node-rtsp-stream-es6/src/mpeg1muxer.js and changing the line which spawns ffpmeg to:

this.stream = child_process.spawn("ffmpeg", ["-rtsp_transport", "tcp", "-i", this.url, '-f', 'mpegts', '-codec:v', 'mpeg1video', '-bf', '0', '-codec:a', 'mp2', '-r', '30', '-'], {

Note: The reason I didn't just do that as part of steram.sh or point to a branch on github it was mostly related to wanting to keep the docker image to a minimum anticipating that the PR will get merged.

rtsp-streamer's People

Contributors

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