Skip to content

Commit 5141dde

Browse files
Merge pull request #85 from GyeongHoKim/feature/error-handle
fix #83 Previously, Yellowstone would throw with error if the RTSP connection failed when first Connecting to the RTSP server With this change, Yellowstone now emits an "error" event if the RTSP connection fails after the initial connection. Roger's ToDo - add into the TLS code
2 parents 623bddf + ebbbfab commit 5141dde

5 files changed

Lines changed: 24 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ node_modules
2929
# Debug files
3030
debug
3131
.DS_Store
32+
33+
# IDE settings
34+
.idea
35+
.vscode

dist/RTSPClient.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/RTSPClient.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)