Commit Graph

1109 Commits

Author SHA1 Message Date
jb-alvarado
6da197002c
Merge pull request #122 from jb-alvarado/master
no global static config
2022-05-12 21:26:56 +02:00
jb-alvarado
e1283d2711
Merge branch 'ffplayout:master' into master 2022-05-12 21:23:37 +02:00
jb-alvarado
738a280589 Merge branch 'master' of github.com:jb-alvarado/ffplayout-engine 2022-05-12 21:18:41 +02:00
jb-alvarado
cb0850a624 switch back from global config to local config 2022-05-12 21:17:26 +02:00
jb-alvarado
52f7d97ca6 fix date string, simple FileRotate object 2022-05-12 17:57:15 +02:00
jb-alvarado
4b0a3f5b1a update 2022-05-12 17:56:11 +02:00
jb-alvarado
2a17bd4690 change file-rotate repo 2022-05-12 07:57:45 +02:00
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
cd81b79d63 updates 2022-05-09 17:34:34 +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
6f66cc5533
Merge pull request #121 from jb-alvarado/master
updates and optimizations
2022-05-07 22:28:39 +02:00
jb-alvarado
83a8684d8e update simplelog, fix overlay filter on missing files 2022-05-07 22:17:58 +02:00
jb-alvarado
d062e14349
Update rust.yml 2022-05-07 22:13:13 +02:00
jb-alvarado
b163594249
Update rust.yml 2022-05-07 22:08:52 +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
b48c553ced start after mount 2022-04-29 11:06:55 +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
8f1dae6550
Merge pull request #120 from jb-alvarado/master
Optimize CPU and Ram usage
2022-04-27 17:25:53 +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
2d561400ab
Merge pull request #119 from jb-alvarado/master
change to crossbeam channel
2022-04-19 22:23:23 +02:00
jb-alvarado
797a52eebc
Merge branch 'ffplayout:master' into master 2022-04-19 20:20:41 +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
c33ceda4eb default of rpc 2022-04-14 21:23:51 +02:00
jb-alvarado
a0031c2c1d
Update bug_report.md 2022-04-14 17:55:21 +02:00
jb-alvarado
894a1d386b rename repo 2022-04-14 17:18:32 +02:00
jb-alvarado
59e5b9fee7 add LICENSE 2022-04-14 17:10:59 +02:00
jb-alvarado
d0a58661f9
Update README.md 2022-04-14 16:51:32 +02:00
jb-alvarado
54692435d0 migrate to Rust 2022-04-14 16:50:25 +02:00