Conversation
Amélioration Page santé + configuration camera Freebox
Update camera.displayVideo.php
[RTSP] Convert H265 to H264: H265 not supported by hls.js
Add forceReturnLineAfter for info cmd
Ajout de la fonction backupExclude afin d'alléger les sauvegardes Jeedom.
Update camera.html
Add backupExclude
User restrict
Update camera.class.php
Add device Reolink TrackMix
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
masterhasn't been updated since January 2024, whilebetahas accumulated over two years of fixes and new devices. The main trigger for this catch-up is thecronDailyfix: the plugin's daily cleanup task (stopping stale HLS streams, rotating the local access key) has silently never run since it was introduced, because the method was misnamedcronDaylyinstead ofcronDaily, so Jeedom's core scheduler never found it.This PR also fixes another long-standing bug: ONVIF PTZ zoom-out always zoomed in instead, due to a reference to an undefined
$logicalIdvariable in the command dispatch.Alongside those two fixes, this PR brings
masterup to date with everything merged onbetasince January 2024: new camera support (Reolink TrackMix, Ubiquiti G5 Turret Ultra), an H265-to-H264 conversion option, a fix for the video recordings access bug, and widget line-break handling improvements. The plugin now requires Jeedom core >= 4.3.1.CI was also modernized to use the canonical
jeedom/workflowsreusable workflow, replacing several outdated individual lint jobs and adding PHP 8.0/8.2 coverage.