jb-alvarado
|
6c9eb99d80
|
override config only ones
|
2022-05-10 17:45:09 +02:00 |
|
jb-alvarado
|
dda7abfa23
|
test playlist change at mindnight and at six
|
2022-05-10 11:27:33 +02:00 |
|
jb-alvarado
|
8fcd331c70
|
change unit order
|
2022-05-10 11:26:50 +02:00 |
|
jb-alvarado
|
855a9f9a54
|
fix encoder_term
|
2022-05-10 11:26:18 +02:00 |
|
jb-alvarado
|
01f5449446
|
add tollerance to next_start on last clip
|
2022-05-10 11:26:01 +02:00 |
|
jb-alvarado
|
f530a5d989
|
out source macros, start with tests
|
2022-05-09 22:24:48 +02:00 |
|
jb-alvarado
|
3190aecda0
|
cleanup
|
2022-05-09 15:28:28 +02:00 |
|
jb-alvarado
|
4cd6b885ff
|
remove str/string conversions in vectors, log ingest url with match
|
2022-05-09 15:16:40 +02:00 |
|
jb-alvarado
|
83a8684d8e
|
update simplelog, fix overlay filter on missing files
|
2022-05-07 22:17:58 +02:00 |
|
jb-alvarado
|
98881eda9d
|
add live ingest switch to hls mode
|
2022-05-02 22:49:41 +02:00 |
|
jb-alvarado
|
42ec3ef9f9
|
format code with cargo fmt, update packages
|
2022-05-01 00:08:12 +02:00 |
|
jb-alvarado
|
2534059ae5
|
clean code with clippy
|
2022-04-29 15:46:23 +02:00 |
|
jb-alvarado
|
b898b4cab1
|
experimental log rotate by date
|
2022-04-29 10:20:53 +02:00 |
|
jb-alvarado
|
a105e236fa
|
add code documentation
|
2022-04-28 21:45:12 +02:00 |
|
jb-alvarado
|
0c15c41d9a
|
spelling
|
2022-04-28 17:55:35 +02:00 |
|
jb-alvarado
|
17ee86afc1
|
start with documentations
|
2022-04-28 17:54:55 +02:00 |
|
jb-alvarado
|
03bb49c0b8
|
make channel optional
|
2022-04-27 21:48:51 +02:00 |
|
jb-alvarado
|
a52a0fa399
|
use fetch_add
|
2022-04-27 17:17:39 +02:00 |
|
jb-alvarado
|
a50e195dca
|
Switch from some Mutex to Atomics
|
2022-04-27 17:01:36 +02:00 |
|
jb-alvarado
|
13c20846e3
|
cleanup
|
2022-04-27 14:33:13 +02:00 |
|
jb-alvarado
|
9fb120dabe
|
test standard threads instead of tokio
|
2022-04-26 13:47:52 +02:00 |
|
jb-alvarado
|
372c3ba773
|
replace std sleep with tokio sleep
this makes it more easy to shutdown a async task
|
2022-04-21 11:18:10 +02:00 |
|
jb-alvarado
|
40e49b442d
|
change usage line, update
|
2022-04-19 17:44:14 +02:00 |
|
jb-alvarado
|
0c2ee7726b
|
switch from try_recv to try_iter
|
2022-04-18 20:47:17 +02:00 |
|
jb-alvarado
|
f3eb5da16f
|
better write out, then drop
|
2022-04-18 14:36:54 +02:00 |
|
jb-alvarado
|
790e22a50d
|
change sync_channel to crossbeam-channel
flush channel after switching
|
2022-04-18 13:31:43 +02:00 |
|
jb-alvarado
|
423c8f996f
|
from extension
|
2022-04-14 21:41:59 +02:00 |
|
jb-alvarado
|
68564256ff
|
change channel size and add info about it
too small value for sync_channel size increases CPU load, large values leave packets in queue which creates artifacts
|
2022-04-14 21:24:42 +02:00 |
|
jb-alvarado
|
2eb8f51139
|
check if storage path exists
|
2022-04-14 21:24:02 +02:00 |
|
jb-alvarado
|
11c577aff5
|
add simple playlist generator
|
2022-04-14 11:50:29 +02:00 |
|
jb-alvarado
|
614aa7851c
|
work on playlist generator
|
2022-04-13 17:40:47 +02:00 |
|
jb-alvarado
|
558ef25ab3
|
add debian and rhel packages
|
2022-04-12 21:39:53 +02:00 |
|
jb-alvarado
|
2b0e867439
|
better recipient validation
|
2022-04-12 12:28:31 +02:00 |
|
jb-alvarado
|
f2cc26ebfb
|
cleanup
|
2022-04-11 22:12:39 +02:00 |
|
jb-alvarado
|
ca52f8bf94
|
remove process_control and replace it with std Child
|
2022-04-11 21:37:41 +02:00 |
|
jb-alvarado
|
ee96742c2c
|
fix folder watch
|
2022-04-11 17:47:43 +02:00 |
|
jb-alvarado
|
f0ebfb710c
|
make category optional
|
2022-04-10 22:05:19 +02:00 |
|
jb-alvarado
|
7bcd344d6d
|
fix reset status on new day, better error messsages for rpc
|
2022-04-08 15:13:42 +02:00 |
|
jb-alvarado
|
15a74155f6
|
fix time shift from forward and backward jumping, optimize code
|
2022-04-08 12:18:29 +02:00 |
|
jb-alvarado
|
7b616743f6
|
fix live ingest
|
2022-04-07 17:57:13 +02:00 |
|
jb-alvarado
|
1bb910d3da
|
add controller functions: next, back, reset
|
2022-04-07 17:44:46 +02:00 |
|
jb-alvarado
|
21d656131b
|
no global PlayoutStatus
|
2022-04-07 15:01:09 +02:00 |
|
jb-alvarado
|
c239e952b8
|
work on process status control
|
2022-04-06 22:29:46 +02:00 |
|
jb-alvarado
|
f1e92181d5
|
work on status file, split process control
|
2022-04-06 18:10:57 +02:00 |
|
jb-alvarado
|
0fb2f10658
|
set default for ad
|
2022-04-06 18:10:23 +02:00 |
|
jb-alvarado
|
e33f5a1b5a
|
continue work on json rpc server
|
2022-04-06 15:53:27 +02:00 |
|
jb-alvarado
|
8a68c9bd86
|
work on json rpc server
|
2022-04-05 17:07:34 +02:00 |
|
jb-alvarado
|
e454dcee56
|
get last and next node also in folder mode
|
2022-04-05 09:28:23 +02:00 |
|
jb-alvarado
|
ba49e9baa9
|
Merge branch 'main' of github.com:jb-alvarado/ffplayout-rs
|
2022-04-04 11:39:23 +02:00 |
|
jb-alvarado
|
1a81445b65
|
add info
|
2022-04-04 11:39:21 +02:00 |
|