105 Commits

Author SHA1 Message Date
jb-alvarado
48a3714a18 fix case when playlist disappear 2023-07-25 11:58:25 +02:00
jb-alvarado
334f842d19 log level as cmd argument 2023-07-24 20:30:31 +02:00
jb-alvarado
72b390aba9 play longer filler clips 2023-07-24 16:57:07 +02:00
jb-alvarado
98d1d5d606 support filler folder 2023-07-23 21:25:35 +02:00
jb-alvarado
52d44e7a2a wait for task end 2023-07-20 07:44:18 +02:00
jb-alvarado
5bd1b23513 run task on clip change, #276 2023-07-19 21:45:15 +02:00
jb-alvarado
972567afa6 fix ffmpeg zombies in HLS mode 2023-07-19 07:33:49 +02:00
jb-alvarado
ac90dcb157 check if json rpc port is in use 2023-07-14 13:42:20 +02:00
jb-alvarado
40fd1c4751 debug log config path 2023-07-13 11:25:08 +02:00
jb-alvarado
83432ef673 don't log missing source when playlist is to short
add validate playlist option
2023-07-06 11:33:09 +02:00
jb-alvarado
6edee6714f
Merge branch 'master' into master 2023-06-25 17:26:05 +00:00
jb-alvarado
ec33cdb309 fix player control, fix #339 2023-06-25 19:17:52 +02:00
jb-alvarado
2b4fbff2dc change num_args to 1.. 2023-06-22 08:38:00 +02:00
jb-alvarado
7c398c5e55 add description, spelling 2023-06-20 10:51:32 +02:00
jb-alvarado
25e2ed7390 add doc strings 2023-06-20 08:40:11 +02:00
jb-alvarado
c02241ffe8 deserialize numbers to string 2023-06-19 21:56:41 +02:00
jb-alvarado
4a578e83ff set chrono features, cleanup, less logging 2023-06-19 20:48:50 +02:00
jb-alvarado
8eb5c2ba02 switch jsonrpc-http-server to tiny_http, update clap to next major version
The jsonrpc-http-server don't get any updates anymore and some libs are already unmaintained. Migration to the new jsonrpsee makes not so much sense, because its features are not needed. For our needs tiny_http is absolut enough.
2023-06-19 16:57:25 +02:00
jb-alvarado
5502c45420 cleanup and update docker files, migrate to notify 6.0 2023-06-18 00:43:23 +02:00
jb-alvarado
04e4f202fd
Revert "update docker images, migrate to notify 6.0" 2023-06-16 16:15:27 +00:00
jb-alvarado
08dc748b5f migrate to notify 6.0 2023-06-16 15:25:57 +02:00
jb-alvarado
d6baccf3a7 remove redundant clone 2023-06-11 21:07:31 +02:00
jb-alvarado
6338207fba update most importend config values on new channel 2023-05-15 15:25:15 +02:00
jb-alvarado
6cd092c30f try to create log path, if not exists. expose state file in config (important for multi channels) 2023-05-14 21:16:09 +02:00
jb-alvarado
d1ce475692 no regex match validation for scale filter 2023-04-12 22:24:42 +02:00
jb-alvarado
676d71e9b7 mark and scroll to current clip, show when ingest is running 2023-04-09 22:31:35 +02:00
jb-alvarado
b292cd00bf fix skip clip, when is to short 2023-03-10 10:01:45 +01:00
jb-alvarado
cfaa70891c check against more parameters, change error message 2023-03-08 17:24:50 +01:00
jb-alvarado
d073b862f5 support custom output parameters on desktop mode 2023-03-06 11:27:27 +01:00
jb-alvarado
6c5264ea5f rename kill with stop (we are not killing anybody...), stop engine over rpc. #268 2023-02-21 14:10:06 +01:00
jb-alvarado
3220610c3e remove drop 2023-02-20 22:13:38 +01:00
jb-alvarado
b4004d7d8b use async process::Command 2023-02-20 22:12:33 +01:00
jb-alvarado
0e2655ce24 change waring about clip length 2023-02-15 07:54:52 +01:00
jb-alvarado
c0740fc830 get correct error level from config, fix playlist tests 2023-02-09 11:09:54 +01:00
jb-alvarado
f508fbeee4 ignore question mark on stream name 2023-02-08 15:39:46 +01:00
jb-alvarado
c5308efa03 Merge branch 'nuxt3-frontend' of github.com:jb-alvarado/ffplayout-engine into nuxt3-frontend 2023-02-02 12:15:04 +01:00
jb-alvarado
537f664c06 fix v_in in custom filter, add audio only mode 2023-02-02 12:14:57 +01:00
jb-alvarado
255ced8ecb update packages, fix clippy warnings 2023-01-28 21:52:32 +01:00
jb-alvarado
e752a7a951 support path list for playlist generation, #258 2023-01-22 14:17:51 +01:00
jb-alvarado
f38882032f add optional ingest_level
- migrate to rust 1.66
- update packages
- set windows title in desktop mode
2022-12-17 22:08:22 +01:00
jb-alvarado
52856d3f09 get list of filters and libs, #201 #219 2022-11-27 21:11:40 +01:00
jb-alvarado
6149288d2f ignore muxed as a private data stream warning, validate channel count 2022-11-03 15:51:06 +01:00
jb-alvarado
70213b5d64 fix rust 1.65 clippy warnings, change version 2022-11-03 15:26:02 +01:00
jb-alvarado
76e26f0f70 escape characters in text filter 2022-10-30 10:14:05 +01:00
jb-alvarado
241d8ee3f6 print version in debug level 2022-10-26 16:53:23 +02:00
jb-alvarado
5b910d6e65 fix null output 2022-10-26 14:06:41 +02:00
jb-alvarado
2f8c2deebc more ignores, ignore errors on server, add info for srt ingest 2022-10-26 09:37:28 +02:00
jb-alvarado
17303aa8d5 simplify code 2022-10-25 15:05:10 +02:00
jb-alvarado
4b92c7efd2 add ignore, use ProcessUnit for error logging 2022-10-25 14:34:03 +02:00
jb-alvarado
d5356803d0 simplify code 2022-10-25 10:52:02 +02:00