Commit Graph

1245 Commits

Author SHA1 Message Date
jb-alvarado
6f9afc6e17
Merge branch 'ffplayout:master' into master 2022-08-30 22:50:49 +02:00
jb-alvarado
8a50d16c8d
Create CONTRIBUTING.md 2022-08-30 22:48:40 +02:00
jb-alvarado
043841878c
Merge branch 'ffplayout:master' into master 2022-08-30 21:56:45 +02:00
jb-alvarado
3c712b00eb support custom filters, #183 2022-08-30 17:15:29 +02:00
jb-alvarado
d5864d03af
Update preview_stream.md 2022-08-30 11:51:04 +02:00
jb-alvarado
f3bf833dc9 calculate fps from string, #183 2022-08-30 11:17:35 +02:00
jb-alvarado
bdc65ad6a4
Update ffplayout.conf 2022-08-30 09:09:32 +02:00
jb-alvarado
a83f81bef2 support animated logo, #183 2022-08-29 22:24:09 +02:00
jb-alvarado
1e501ccf72
Merge pull request #181 from jb-alvarado/master
fix combination of folder mode and HLS output
2022-08-26 11:44:02 +02:00
jb-alvarado
1f27cc6b51
Merge branch 'ffplayout:master' into master 2022-08-26 11:30:05 +02:00
jb-alvarado
0a9441fd9b fix combination of folder mode and HLS output
- fix #180
- exclude files from hls output path
2022-08-26 11:29:02 +02:00
jb-alvarado
6dfddb84a8 cleanup 2022-08-19 13:45:51 +02:00
jb-alvarado
c4350cd64f build always the frontend 2022-08-19 13:45:35 +02:00
jb-alvarado
0b80be1c45
Merge pull request #179 from jb-alvarado/master
update frontend, change playlist update response
2022-08-19 13:40:08 +02:00
jb-alvarado
bff1797733 update frontend, change playlist update response
- fix advertisement checkbox, add audio to source
- response playlist update message, instead of generic write success
2022-08-19 13:37:06 +02:00
jb-alvarado
d1ca6168b3
Merge pull request #178 from jb-alvarado/master
stop program when config from argument is not found
2022-08-19 10:31:41 +02:00
jb-alvarado
9e0f3ed63c update packages 2022-08-19 10:14:37 +02:00
jb-alvarado
811861a460 better info and error messages 2022-08-19 10:02:39 +02:00
jb-alvarado
f45e469217 stop program when config from argument is not found 2022-08-19 09:40:50 +02:00
jb-alvarado
c0fe0aea38
Merge pull request #177 from jb-alvarado/master 2022-08-19 06:57:04 +02:00
jb-alvarado
416c0f48f0 cleanup 2022-08-18 22:32:14 +02:00
jb-alvarado
e82b460e87 fix bug when clip length is less then one frame - so we skip clips when they less then one second. 2022-08-18 22:28:05 +02:00
jb-alvarado
351f36c183 make sudo recommend 2022-08-18 15:44:19 +02:00
jb-alvarado
22efcea64f
Merge pull request #176 from jb-alvarado/master
fix playlist switch, when total_delta < threshold
2022-08-15 14:41:11 +02:00
jb-alvarado
449268dfe0 fix playlist switch, when total_delta < threshold
- update packages
- cleanup code with new clippy
- add fake_time cmd arg for debugging
- add ignore_chapters only to file source
2022-08-15 14:27:41 +02:00
jb-alvarado
e5840f2ff8 typo and update description 2022-08-12 10:32:00 +02:00
jb-alvarado
f2fc5a5263 remove debug info about total time remaining 2022-08-11 16:00:56 +02:00
jb-alvarado
ca57ea50d0
Update FUNDING.yml 2022-08-10 15:51:30 +02:00
jb-alvarado
c622c6783e
Update FUNDING.yml 2022-08-10 15:48:45 +02:00
jb-alvarado
4ee6c46f87
Update FUNDING.yml 2022-08-10 15:44:51 +02:00
jb-alvarado
7e88e6001f
Merge pull request #175 from jb-alvarado/master
fix drawtext, status file in home dir (fallback to temp)
2022-08-10 11:34:54 +02:00
jb-alvarado
e8b626599e import env on non windows systems 2022-08-10 10:36:15 +02:00
jb-alvarado
5de3ce2fb1 flatten rpc text sender, use home dir (with fallback to temp) for status file, 2022-08-10 10:07:10 +02:00
jb-alvarado
fb12d98020 use two ports for zmq for HLS mode, fix filter chain from ingest filter, fix drawtext position from hls ingest server 2022-08-09 18:04:25 +02:00
jb-alvarado
cf9f397a6b
Merge pull request #172 from jb-alvarado/master
fix non existing category, use filler clip from config, support image input
2022-08-08 12:30:14 +02:00
jb-alvarado
1f42fce994 fmt 2022-08-08 11:53:48 +02:00
jb-alvarado
6c4089974a add ignore_chapters to ffmpeg dec process to skip error message: Referenced QT chapter track not found 2022-08-08 11:38:57 +02:00
jb-alvarado
c1af2fba03 update file-rotate and other packages 2022-08-08 11:21:24 +02:00
jb-alvarado
6a4bf45a05 update subproject 2022-08-08 09:44:51 +02:00
jb-alvarado
eb47c31135 prepare for version 0.14.0
- use chrono 0.4.20
- remove exit from kill_all function
- add exit statement to rpc error catcher
- typo in readme
- add infos about image and audio source
2022-08-07 18:00:20 +02:00
jb-alvarado
5cd3d2d446
Update bug_report.md 2022-08-07 16:48:45 +02:00
jb-alvarado
70d58e74c2
Merge branch 'ffplayout:master' into master 2022-08-07 16:39:51 +02:00
jb-alvarado
fc43a1dca8 support separate audio (#113), convert to string instead of String::from() 2022-07-31 22:03:15 +02:00
jb-alvarado
c41cb4396f use image extension 2022-07-30 23:04:32 +02:00
jb-alvarado
77b2feef95 close program, when rpc port is used already 2022-07-30 23:04:03 +02:00
jb-alvarado
79fe17cf65 support image source, usefull for #113 2022-07-29 16:03:53 +02:00
jb-alvarado
88254226f7 reorganize filler code, better ffprobe log, no stream_loop when duration is long enough 2022-07-29 12:56:55 +02:00
jb-alvarado
baf10cfdda default when category is net set, use filler_clip from config instead of a dummy clip 2022-07-29 12:28:34 +02:00
jb-alvarado
6e008f66bb
Merge pull request #171 from jb-alvarado/master
remove postrm -> breaks updates
2022-07-28 15:22:38 +02:00
jb-alvarado
b57f078f8a remove postrm -> breaks updates 2022-07-28 15:21:57 +02:00