Commit Graph

695 Commits

Author SHA1 Message Date
jb-alvarado
519339f593
Merge pull request #118 from ffplayout/master
update
2022-04-14 15:03:00 +02:00
jb-alvarado
f4c0e9fa01
Update ffplayout.yml 2022-04-05 11:56:12 +02:00
jb-alvarado
8ff27e2593
Update INSTALL.md 2022-04-03 11:16:07 +02:00
jb-alvarado
c71e921997
Update README.md 2022-04-01 14:26:02 +02:00
jb-alvarado
aa1d886ae7 better live ingest handling 2022-03-24 14:06:57 +01:00
jb-alvarado
aec6b7e34a
Update README.md 2022-03-24 10:11:30 +01:00
jb-alvarado
961562886c Merge branch 'master' of github.com:ffplayout/ffplayout_engine 2022-03-21 20:51:39 +01:00
jb-alvarado
44b33b7bcc revert to string instead of list 2022-03-21 20:51:36 +01:00
jb-alvarado
b18e2511c3 Info about the project closure 2022-03-17 11:16:16 +01:00
jb-alvarado
654f54e176
Update README.md 2022-03-10 21:22:54 +01:00
jb-alvarado
cc6a46dae1 remove shlex 2022-03-09 08:50:37 +01:00
jb-alvarado
4c2ab4a891 convert list to list of strings, #62 2022-03-08 20:19:28 +01:00
jb-alvarado
6cce9b0fd7 unify config 2022-02-23 15:53:57 +01:00
jb-alvarado
49c8d4dcc1 fix var name 2022-02-13 16:01:50 +01:00
jb-alvarado
8ebaa7cdfe move mode to pre processing 2022-02-13 15:58:37 +01:00
jb-alvarado
4c695d0a20 ingest server can't start after program init 2022-02-12 20:54:13 +01:00
jb-alvarado
7babb1aff8 ingest server in external file
Makes it possible to use the ingest server in almost every output module. The ingest function can also be init after running the playout, with sighub.
2022-02-12 20:34:22 +01:00
jb-alvarado
99271d2bdb sync looped playlist with time, when playlist start and length is set 2022-02-06 17:26:31 +01:00
jb-alvarado
4c759aaec5 fix tests 2022-02-06 12:19:05 +01:00
jb-alvarado
3f5fba8d48 loop playlist config option, #112 2022-02-06 12:08:03 +01:00
jb-alvarado
16c9dcb6cc remove string replace 2022-02-06 12:06:58 +01:00
jb-alvarado
e4ea4ad0ac fix filtering and mapping 2022-02-03 21:59:13 +01:00
jb-alvarado
68e7f1ba69 preset faster, add zerolatency 2022-02-03 21:58:32 +01:00
jb-alvarado
83821d3061 prevent fals positive 2022-02-03 21:57:45 +01:00
jb-alvarado
455159a699 no lower third when zmq is missing 2022-01-28 07:56:25 +01:00
jb-alvarado
35c779a758 sort import 2022-01-27 22:24:32 +01:00
jb-alvarado
2632fd2c73 add split filter only when other filters exits 2022-01-27 22:23:28 +01:00
jb-alvarado
da55ad4c42 cleanup, log error when output mode not exist 2022-01-27 22:22:59 +01:00
jb-alvarado
0ed767267c spelling 2022-01-27 22:01:27 +01:00
jb-alvarado
5852267a39 simplify output, remove metadata, add preview stream 2022-01-27 21:57:43 +01:00
jb-alvarado
c620307d00
Update README.md 2022-01-27 13:39:39 +01:00
jb-alvarado
c4edae3817
Update README.md 2022-01-26 12:34:17 +01:00
jb-alvarado
ae427b948b Modularize play mode, so it is possible to create a custom video source generator. 2022-01-26 12:03:59 +01:00
jb-alvarado
fa66320fe0 adapt tests to new version 4.0.0 2022-01-26 12:01:00 +01:00
jb-alvarado
c3d5d6909f rename and add paramter, more generic terminate function 2022-01-26 11:53:09 +01:00
jb-alvarado
5a6bb3bac7 remove spaces 2022-01-26 11:51:37 +01:00
jb-alvarado
7cf52fe995 update description to newes config version, prepare for version 4.0.0 2022-01-26 11:51:01 +01:00
jb-alvarado
bdaed3a399 update paramters, features, desciption, prepare for version 4.0.0 2022-01-26 11:50:15 +01:00
jb-alvarado
de08d72f8c simplify output selection 2022-01-26 11:48:18 +01:00
jb-alvarado
84d2b5623c remove separate hls_output, add play.mode, spelling and cleanup 2022-01-26 11:47:00 +01:00
jb-alvarado
e31ec5b544
Update README.md 2022-01-25 20:37:22 +01:00
jb-alvarado
e9f565ed60 make ingest input more generic, add correct filtering to server 2022-01-24 21:34:02 +01:00
jonathan
bf02aeaae7 remove encoder/decoder log, add experimental ingest stream (#1, #65, #96, #110), add readme to output. 2022-01-24 17:40:31 +01:00
jonathan
a639e3722f Revert "remove encoder/decoder log, add experimental ingest stream, add readme to output."
This reverts commit 8eeecd096c.
2022-01-24 17:34:02 +01:00
jonathan
8eeecd096c remove encoder/decoder log, add experimental ingest stream, add readme to output. 2022-01-24 17:29:36 +01:00
jonathan
92b40d523d add debug message for fixing duration 2022-01-17 12:02:16 +01:00
jonathan
c4ad50a714 duration as float 2022-01-17 11:03:05 +01:00
jonathan
89ced6f746 rearrange 2022-01-17 10:56:42 +01:00
jonathan
ed4c9fa698 duration to float, threshold to delta, real duration in node 2022-01-17 10:54:38 +01:00
jb-alvarado
6d11aa5802 fix spelling 2022-01-15 19:38:01 +01:00