Commit Graph

41 Commits (a15fe04ace16b066808eb2ba4c832e6bdfe704f1)

Author SHA1 Message Date
Moe 0b8facffeb Add timelapse frame creation check
- runs 10 seconds after next expected frame creation
2023-01-21 17:10:21 -08:00
Moe 9f68578c5f fix event recording audio selection 2023-01-07 18:29:02 -08:00
Moe ffd50c1d1f parse input_maps in builder 2022-12-09 15:42:14 -08:00
Moe 4f523cce92 parse stream_channels in builder 2022-12-08 08:45:48 -08:00
Moe e7951d2fa3 Fix Motion detector video filter addition 2022-12-03 08:05:02 -08:00
Moe 9ce24bfd3c Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2022-09-24 14:23:55 -07:00
Moe b992e536ba minor cleanup 2022-09-24 14:19:25 -07:00
Katie Roberts 5d727f0ac0 Update libs/ffmpeg/builders.js 2022-09-12 23:36:24 +00:00
Katie Roberts b13297bdfb Update libs/ffmpeg/builders.js 2022-09-12 23:29:56 +00:00
Katie Roberts b387fc0042 Update libs/ffmpeg/builders.js 2022-09-11 23:36:05 +00:00
Katie Roberts ce224b4a1a Update libs/ffmpeg/builders.js 2022-09-11 23:22:12 +00:00
Katie Roberts 2388b31fd6 Update libs/ffmpeg/builders.js 2022-09-11 23:15:14 +00:00
Katie Roberts c012a85856 Update libs/ffmpeg/builders.js 2022-09-11 23:12:55 +00:00
Katie Roberts 91503ff9c5 Update libs/ffmpeg/builders.js 2022-09-11 22:53:54 +00:00
Katie Roberts 777d56bc3c Update libs/ffmpeg/builders.js, libs/events/utils.js 2022-09-11 04:13:49 +00:00
Moe 344fa858c9 Remove HLS List Size in favor of Buffer Time from Event
monitorConfig.details.detector_buffer_hls_list_size is now deprecated. It will be automatically calculated based on the Buffer Time from Event that is provided.
2022-06-30 18:07:40 -07:00
Moe a7c707980b add discont_start for low bandwidth clients viewing hls 2022-04-29 10:48:11 -07:00
kitty99 cefe3eeb0d Update libs/ffmpeg/builders.js 2022-01-30 02:09:58 +00:00
Moe 3cf38a7843 Substream can now be used for On-Demand Live Stream on Dashboard 2021-12-06 15:45:25 -08:00
Moe b2eab1573b Merge branch 'dev' into 'dashboard-v3'
Critical Changes from Dev into Dash v3

See merge request Shinobi-Systems/Shinobi!342
2021-11-15 18:20:07 +00:00
Moe 40b4669d01 Add Modular method to add Stream Types, Remove Integrated H.265 Support
- H.265 Support must now be added by user intervention via a Custom Auto Load Module. You can install the module easily by using the zip link in the Super User panel's Custom Auto Load manager.
Repository : https://gitlab.com/moeiscool/shinobi-h265-support
Zip Link : https://gitlab.com/moeiscool/shinobi-h265-support/-/archive/main/shinobi-h265-support-main.zip

Why? the library libde265.js is great but it is not a proper fit for the application. Moving onward it will be nice to allow new stream types to be easily added as well as get ready to try a different H.265 library for our web viewing pleasure.
2021-11-05 15:59:42 -07:00
Moe 569545fbfd fix for issue #339 2021-10-03 13:04:34 -07:00
Moe daa8f12e95 substream keep alive, cleaning livegrid, substream options in mon settings 2021-09-24 00:06:48 -07:00
Moe 950cfbc53c substream display in UI and auto switch when substream toggled 2021-09-22 21:13:22 -07:00
Moe 0452eb02cb framework to spawn substream process
- currently no UI handler
2021-09-20 21:58:26 -07:00
Moe 7de8363a59 fix wallclock timestamp toggler 2021-06-09 12:58:11 -07:00
Moe 7a8d0e7dca minor cleaning 2021-05-22 09:25:29 -07:00
Moe ff60df27d4 ffmpeg.js : change crf to q:v 2021-04-27 08:28:59 -07:00
Moe 04ec802951 fix detector fps when using motion first for object detect 2021-04-09 12:08:37 -07:00
Moe 3401a6bec9 Fix Monitor Config Field Updater, Fix duplicated flags in detector output 2021-04-05 12:41:56 -07:00
Moe ad27f9ee2f fix detector buffer custom flag build 2021-03-29 12:06:33 -07:00
Moe Alam dd733b0cb7 fix JPEG API/Mode 2021-01-30 06:37:36 -08:00
Moe Alam a92fdea98a fix event-based recording audio codec "auto" option 2021-01-27 08:21:44 -08:00
Moe Alam 599ec9c8c1 remove `+frag_keyframe+empty_moov` from recorded videos 2021-01-19 09:41:11 -08:00
Moe Alam dbfd6616d3 ffmpeg : change recording movflags to its own flag 2021-01-08 15:22:00 -08:00
Moe Alam 88a60a50aa fix Stream Channel output 2020-12-16 09:01:54 -08:00
Moe Alam f04faf80db fix timestamp builder function 2020-12-10 07:44:22 -08:00
Moe Alam 74a699698b fix timelapse resolution, add resolution option for Traditional Recording 2020-12-04 06:53:59 -08:00
Moe Alam dbc5526831 fix ReferenceError: streamFlags is not defined 2020-11-29 18:09:28 -08:00
Moe Alam b7c507cb78 add missing fs to ffmpeg/builders.js 2020-11-24 09:10:56 -08:00
Moe Alam f6bb25d091 clean up ffmpeg.js and use of ffprobe 2020-11-16 18:08:24 -08:00