yellowstone icon indicating copy to clipboard operation
yellowstone copied to clipboard

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

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

Hello, I'm having issues streaming multiple video feeds with multiple clients, the first connection always works and is able to receive video. All subsequent clients get stuck at the connection...

Hello, I'm having issues with using yellowstone with my DVR. For some weird reason the RTSP server on my DVR tends to crash randomly which causes any active connection to...

When I need to close the client, I call the close method, but the program reports an error. ![image](https://user-images.githubusercontent.com/1815046/222907565-6541acdc-6ecf-448b-a504-44547a833cce.png)

Hi, I'm facing some issues in the playback with ONVIF client, and i want if it's possible to give me the steps to bring the play back properly into my...

Bumps [braces](https://github.com/micromatch/braces) from 1.8.5 to 3.0.2. Changelog Sourced from braces's changelog. Release history All notable changes to this project will be documented in this file. The format is based on...

dependencies

Bumps [json5](https://github.com/json5/json5) from 0.5.1 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

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.4.0 to 4.2.12. Release notes Sourced from marked's releases. v4.2.12 4.2.12 (2023-01-14) Sorry for all of the quick releases. We were testing out different ways to build...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

## Description node.js that using RTSPClient crashes when ECONNRESET of RTSPServer because it does not handles that error. fixed RTSPClient.ts 1. emit "error" event to handle errors after connection(including ECONNRESET...