forked from mrlt8/docker-wyze-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motion Events and Audio Fix (mrlt8#1006)
* audio latency mrlt8#388 * Motion Events * Log number of cams from API mrlt8#974 * Store and reuse s3 thumbnail from events mrlt8#970 * better error handling * Increase MTX_WRITEQUEUESIZE mrlt8#984 * MOTION_START for HA * limit login attempts * pass exceptions upstream * motion images for webhooks/ntfy in header * REST API motion endpoint * Additional audio codecs * keep stream alive if livestream enabled mrlt8#985 * Catch RuntimeError mrlt8#994 * assert bitrate value * refactor av_send_io_ctrl * Refactor API client and use battery from device_info * motion_ts endpoint * use .pipe instead of .wav for audio pipe * update frame size if not preferred_frame_size * Exclude battery cams from RTSP snapshots mrlt8#970 * revert changes * buffer mtx event data mrlt8#990 * Match all 11.x or newer firmware mrlt8#975 * MOTION_WEBHOOKS * clean * revert changes * Media MTX changes * ffmpeg v6 * Use ffmpeg-for-homebridge in QSV build mrlt8#736 * remove unneeded packages * don't return none * Adjust queue size and compression mrlt8#388 * Adjust sleep, queue, and fifo for lag * Catch other HTTPErrors for events * Revert "Adjust sleep, queue, and fifo for lag" * Update ffmpeg.py * Update tutk.py * adjust thread_queue_size mrlt8#388 * Add build date time * Update ffmpeg.py * Additional queue tweaks and fifo options mrlt8#388 * Catch RequestException in motion events * Update MediaMTX version from v1.1.0 to v1.1.1 (mrlt8#1007) (mrlt8#1008) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mrlt8 <[email protected]> * Fix ETag header for MediaMTX 1.1.1 * Don't use wallclock mrlt8#388 * remove asetpts * audio mrlt8#388 * Update ffmpeg.py * allow wallclock flag in FFMPEG_FLAGS mrlt8#388 * changelog * Update .env
- Loading branch information
Showing
31 changed files
with
669 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
VERSION=2.3.17 | ||
MTX_TAG=1.1.1 | ||
IOS_VERSION=16.5 | ||
IOS_VERSION=17.0.3 | ||
APP_VERSION=2.44.5.3 | ||
MTX_HLSVARIANT=fmp4 | ||
MTX_PROTOCOLS=tcp | ||
MTX_READTIMEOUT=20s | ||
MTX_LOGLEVEL=warn | ||
MTX_WEBRTCICEUDPMUXADDRESS=:8189 | ||
MTX_WRITEQUEUESIZE=1024 | ||
v3=mt0hBFxNQ4CQaWPjTonDk3mHaDEK2hhI | ||
SDK_KEY=AQAAAIZ44fijz5pURQiNw4xpEfV9ZysFH8LYBPDxiONQlbLKaDeb7n26TSOPSGHftbRVo25k3uz5of06iGNB4pSfmvsCvm/tTlmML6HKS0vVxZnzEuK95TPGEGt+aE15m6fjtRXQKnUav59VSRHwRj9Z1Kjm1ClfkSPUF5NfUvsb3IAbai0WlzZE1yYCtks7NFRMbTXUMq3bFtNhEERD/7oc504b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.