Skip to content

Commit

Permalink
release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jun 1, 2024
1 parent d46bce7 commit e1b91b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- feat: added new option called `useNativeFFmpeg` to bypass the bundled version of ffmpeg
## 1.9.0 (2024-06-01)

- feat: added new option called `useNativeFFmpeg` to bypass the bundled version of ffmpeg (#262)
- fix: issue where the video was invisible (#202)

## 1.8.0 (2023-10-31)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtsp-relay",
"version": "1.8.0",
"version": "1.9.0",
"author": "Kyle Hensel",
"license": "MIT",
"description": "📽 Relay an RTSP stream through an existing express.js server",
Expand Down

0 comments on commit e1b91b5

Please sign in to comment.