Commit Graph

97 Commits

Author SHA1 Message Date
jb-alvarado
d206967975 Merge branch 'main' of github.com:ffplayout/ffplayout-rs 2022-03-17 19:57:10 +01:00
jb-alvarado
3880a21c23 add compiler optimization, update packages, update version 2022-03-17 11:01:12 +01:00
jb-alvarado
c1644899da add option to enable/disable timestamps in logging 2022-03-17 10:27:07 +01:00
jb-alvarado
89ba67cbbe update Readme 2022-03-17 10:26:25 +01:00
jb-alvarado
3cbd966c7d add systemd service 2022-03-17 10:26:11 +01:00
jb-alvarado
1724af1358 cleanup 2022-03-16 20:57:48 +01:00
jb-alvarado
f6649b1ddc cleanup 2022-03-16 20:56:20 +01:00
jb-alvarado
6644271baf use tokio runtime gobally, add validation thread 2022-03-16 20:12:12 +01:00
jb-alvarado
555978aa12 add line break 2022-03-16 13:19:42 +01:00
jb-alvarado
dc4337581e add generic drawtext, add loudnorm, read config from same path, fix src in Media::new() 2022-03-16 13:18:53 +01:00
jb-alvarado
8f3300f925 wrong Task name 2022-03-16 10:38:16 +01:00
jb-alvarado
e80f2c93d9 start with text filter 2022-03-15 16:52:36 +01:00
jb-alvarado
4c045a778f add info about static compiling 2022-03-15 16:16:35 +01:00
jb-alvarado
12e41735eb sort 2022-03-15 16:15:57 +01:00
jb-alvarado
5b3090d601 run mail sending in thread 2022-03-15 16:15:42 +01:00
jb-alvarado
0518286a04 move config to global config 2022-03-13 22:19:59 +01:00
jb-alvarado
37dd5a695c move config to global config. 2022-03-13 22:18:53 +01:00
jb-alvarado
8c55d20ed2 add mailer 2022-03-12 22:18:49 +01:00
jb-alvarado
756992e55e cleanup, logging 2022-03-11 18:09:52 +01:00
jb-alvarado
47808f9bf7 add logging to ffmpeg stderr 2022-03-11 17:49:24 +01:00
jb-alvarado
072bb54e98 fix case, when init is short before start time 2022-03-11 09:50:11 +01:00
jb-alvarado
8ba2a67b02 take first clip, even we we are before start time 2022-03-11 09:33:48 +01:00
jb-alvarado
71aa43116e update info 2022-03-10 20:37:30 +01:00
jb-alvarado
20797a4360 split output into separate files, create streaming output 2022-03-10 19:50:05 +01:00
jb-alvarado
f67a8b0d0e fix cases releated to playlist change 2022-03-10 15:04:15 +01:00
jb-alvarado
131909e7b9 update 2022-03-10 15:03:25 +01:00
jb-alvarado
574fe2278f rename package 2022-03-08 21:22:31 +01:00
jb-alvarado
27fb996090 add some infos 2022-03-08 21:22:22 +01:00
jb-alvarado
397d18ef41 cleanup 2022-03-08 21:22:14 +01:00
jb-alvarado
c5a4db035e fix case when playlist is to short on init 2022-03-08 15:15:07 +01:00
jb-alvarado
39d42f5734 fix case when playlist is to long 2022-03-08 13:51:53 +01:00
jb-alvarado
de76c551b1 work on case when playlist is longer 2022-03-07 17:59:09 +01:00
jb-alvarado
0253b9d605 work on case when playlist is to long 2022-03-06 21:01:04 +01:00
jb-alvarado
330973f19e add short argument 2022-03-05 22:07:01 +01:00
jb-alvarado
0d6590d719 get start seconds from config, fix case when playlist not exists at start time 2022-03-05 21:58:49 +01:00
jb-alvarado
82a9def158 fix 3 cases:
1. when playlist is to short, fill with dummy
2. when next playlist not exists
3. when in the middle of playling the current playlist disappeare
2022-03-04 11:45:30 +01:00
jb-alvarado
bffd296ddc change init behavior
When init time is after last clip, the old behavior was not able to cache this.
2022-03-03 17:53:26 +01:00
jb-alvarado
d0aea7d05d fix filtering, also for dummy 2022-03-02 21:46:16 +01:00
jb-alvarado
934fd289cb WIP Playlist error handling. Filtering is broken. 2022-03-02 18:14:21 +01:00
jb-alvarado
bc69300a1c start working on init and end handling from playlist. Cleanup 2022-03-01 21:13:25 +01:00
jb-alvarado
7993cf3f1d sync check returns true or false,
To led the main function handle out of sync. Delta gives also total delta. Cleanup...
2022-03-01 21:12:16 +01:00
jb-alvarado
41ee75dae8 mute printing 2022-03-01 21:08:57 +01:00
jb-alvarado
80c16af683 check for ads 2022-03-01 21:08:44 +01:00
jb-alvarado
9d02bb8afd cleanup 2022-03-01 21:08:14 +01:00
jb-alvarado
67bfa3af15 correct starting and ending from processes and threads 2022-03-01 21:07:54 +01:00
jb-alvarado
f34099d230 get last and next ad from node 2022-03-01 21:07:12 +01:00
jb-alvarado
82ac85a176 cleanup 2022-03-01 21:06:42 +01:00
jb-alvarado
ffcb66a8d1 more example 2022-03-01 21:06:06 +01:00
jb-alvarado
2ee7d00865 add logging 2022-02-28 18:09:09 +01:00
jb-alvarado
fcd82f8021 working folder watch 2022-02-28 18:01:45 +01:00