rtsp-streaming-server icon indicating copy to clipboard operation
rtsp-streaming-server copied to clipboard

Lightweight RTSP/RTP streaming media server written in Javascript

Results 25 rtsp-streaming-server issues
Sort by recently updated
recently updated
newest added

Hi, On a basic server implementation, I can't get a VLC client to connect to the server, and the server crashes (Windows). Server code: ``` const RtspServer = require('rtsp-streaming-server').default; const...

I am trying to use this in NodeJS application. But getting the following error when trying to play the stream from VLC. the ffmpeg command also mentioned in the README...

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Hi, I have tried to used this project by deploying it inside a docker-container but so far, it simply does not work (what I'm doing here is forwarding the stream...

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together. Removes `simple-git` Updates `lint-staged` from 8.2.1 to 13.1.0 Release notes Sourced from...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

When ffmpeg sends announce to rtsp-streaming-server for the first time everything works fine. But if the network dies because of whatever reason, it seems like rtsp-streaming-server doesn't unmount - So...

If I publish using ffmpeg to the publish port, it works fine. If I publish using gstreamer rtspclientsink to the publish port, I get "503 service unavailable" on the publisher...

### When importing from an other package, I can't install my project with a NODE_ENV="production" (aka not installing dev deps) **Log :** npm ERR! code 1 npm ERR! git dep...