183 Commits

Author SHA1 Message Date
pybt
398ec1e449 check remote source video really exists 2022-05-30 23:46:24 +07:00
pybt
d2a89c66ab add source.rs 2022-05-30 20:18:04 +07:00
Piyaboot Thavilthirakul
c6603e3882
Merge branch 'ffplayout:master' into features/remote-source 2022-05-30 19:46:42 +07:00
pybt
ebcf828536 accept remote source 2022-05-30 19:42:32 +07:00
jb-alvarado
5b3d6d88f3 remove drop 2022-05-29 21:35:21 +02:00
jb-alvarado
4a87655316 reorder and cleanup 2022-05-25 22:13:52 +02:00
jb-alvarado
492085c9fd very basic ingest rtmp auth 2022-05-25 18:00:33 +02:00
jb-alvarado
520c9d4331 remove drop for process controller 2022-05-25 18:00:00 +02:00
jb-alvarado
ed5ab292e4 allow multiple recipients, fix program exit after mail sending 2022-05-25 14:54:16 +02:00
jb-alvarado
29eb0da70b move ffpc to branch for now 2022-05-23 16:29:55 +02:00
jb-alvarado
a42e267626 work on process controller 2022-05-18 17:34:46 +02:00
jb-alvarado
3b214d42fe remove some locks, replace loop in threads with while condition 2022-05-18 11:17:08 +02:00
jb-alvarado
d02cf98c60 lock only ones 2022-05-17 21:45:35 +02:00
jb-alvarado
536cceca78 lock only ones 2022-05-17 21:37:05 +02:00
jb-alvarado
48e06665ef add message to mail queue only it differs to old one 2022-05-17 11:31:32 +02:00
jb-alvarado
98cb1d875c send mails on program exit 2022-05-16 10:05:38 +02:00
jb-alvarado
71c971a6e6 change log level to warning 2022-05-15 21:15:32 +02:00
jb-alvarado
e408a89fd0 add some more infos to log 2022-05-15 19:27:25 +02:00
jb-alvarado
5f7fa0541b run kill_all when go out from loop 2022-05-15 19:26:57 +02:00
jb-alvarado
2902647200 remove some unstable unwarps, clode cleanup 2022-05-13 15:59:09 +02:00
jb-alvarado
52ce6197f0 cleanup imports, allow config path in assets 2022-05-13 12:17:50 +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
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