yellowstone icon indicating copy to clipboard operation
yellowstone copied to clipboard

:mount_fuji: The RTP/RTSP client for Node.js.

Results 19 yellowstone issues
Sort by recently updated
recently updated
newest added

Dear @mbullington, In this pull request, I did: - Add Onvif backchannel processing for audio 2 way feature - Add example - Build to js file on dist folder Please...

Hello, I'm trying to use yellowstone to get the video stream from a password protected endpoint. Any time I try to paly it always errors out with a 455 (Method...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Is it possible to use an ONVIF audio backchannel with this library? Having a glance through the code, doesn't seem like it's currently supported, and would be great to have....

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The server tries to send the RTP packets via UDP to the announced ports, but they never reach the client. **Fix:** ![image](https://user-images.githubusercontent.com/4547445/64253405-8abaa600-cf1d-11e9-8b71-620374430e3a.png) Its just a POC but it works.

Hello! I ran a 15 min test of this library and got this error: ``` Stream Test: New WebSocket Connection (1 total) ./node_modules/yellowstone/dist/RTSPClient.js:425 speed=0.886x throw new Error("Bug in RTSP data...

Hello, great library. Wondering if I'm doing something wrong, when I pull the lib from NPM the sendAudioBackchannel functionality is not available - I need to download source and integrate...