Commit Graph

113 Commits

Author SHA1 Message Date
jb-alvarado
c8ca4588d1 fix address 2024-01-02 00:51:11 +01:00
jb-alvarado
104f0556ce update doc 2023-11-24 08:13:44 +01:00
jb-alvarado
c9e75563df change method to get free ram 2023-11-16 12:47:21 +01:00
jb-alvarado
0df34e2bd7 update packages 2023-11-08 08:40:48 +01:00
jb-alvarado
b4cde6e12c embed static files from frontend in ffpapi, add db path argument 2023-10-31 23:43:33 +01:00
jb-alvarado
1eba39078e
Merge branch 'ffplayout:master' into master 2023-10-30 23:15:41 +01:00
jb-alvarado
14a86fedbc no auth for file route, get config from channel id, (revert to old state) 2023-10-30 23:03:53 +01:00
jb-alvarado
0b6670d39e
Update install.md 2023-10-30 17:06:13 +00:00
jb-alvarado
67d6b656a5
Update install.md 2023-10-05 21:21:34 +02:00
jb-alvarado
36526a15c7 make paths optional 2023-09-12 20:29:29 +02:00
jb-alvarado
0c51f8303c generate playlists based on template, serialize paths to PathBuf 2023-09-05 14:46:32 +02:00
jb-alvarado
4b36813d05 more infos about copy mode 2023-07-26 09:37:22 +02:00
jb-alvarado
4b18d414b7 replace realtime filter with readrate parameter for hls mode 2023-07-25 22:36:42 +02:00
jb-alvarado
af8c08c319 update readme 2023-07-25 21:39:03 +02:00
jb-alvarado
6ca710ded6 simplify preview streaming example 2023-07-13 07:46:41 +02:00
jb-alvarado
535511f394 remove loudnorm filter 2023-04-10 20:28:06 +02:00
jb-alvarado
ca63549499
Merge pull request #281 from ffplayout/v0.17.0
V0.17.0
2023-03-01 21:27:50 +01:00
jb-alvarado
d9952c88fc update install instruction 2023-02-16 10:38:02 +01:00
jb-alvarado
830c748911
Update ingest_error.md 2023-02-06 12:32:41 +01:00
jb-alvarado
245c723bf6
Update ingest_error.md 2023-02-06 12:30:36 +01:00
jb-alvarado
c57d497dee
Create ingest_error.md 2023-02-06 12:23:44 +01:00
jb-alvarado
9da38e8bb2 fix route examples, fix #251 2022-12-22 13:45:56 +01:00
jb-alvarado
fe1c1e00d9
Update developer.md 2022-12-04 11:12:01 +01:00
jb-alvarado
8f84b70205 add /api in docs, fix #238 2022-11-16 15:57:32 +01:00
jb-alvarado
0d87baece7 fix range, when start_after is behind start_before 2022-11-14 07:57:43 +01:00
jb-alvarado
4faf8636f3 add endpoint 2022-11-13 21:24:21 +01:00
jb-alvarado
97c7576d72 update frontend packages 2022-11-09 09:52:31 +01:00
jb-alvarado
694c9f8c4b fix auth example, #232 2022-11-08 15:42:17 +01:00
jb-alvarado
2f8c2deebc more ignores, ignore errors on server, add info for srt ingest 2022-10-26 09:37:28 +02:00
jb-alvarado
23aedf3600
simplify prepare_output_cmd, use filters struct for stream encoder (#209) 2022-10-17 19:30:10 +02:00
jb-alvarado
06b5d6a227 support multi A/V HLS 2022-10-14 10:40:35 +02:00
jb-alvarado
713233ff1a add OutputMode enum, more work on multi audio tracks, more tests 2022-10-13 17:34:14 +02:00
jb-alvarado
480aeb0e91 use again only one filter chain 2022-10-06 18:05:36 +02:00
jb-alvarado
9c23bc322a update readme 2022-10-02 22:05:01 +02:00
jb-alvarado
cbc452f705 unify filter quotation 2022-09-07 11:39:53 +02:00
jb-alvarado
4fdb84614e add scale to filter example 2022-09-06 14:28:28 +02:00
jb-alvarado
dd161533e1 add quots 2022-09-06 14:17:51 +02:00
jb-alvarado
7e3626728c add complex example 2022-09-06 14:13:20 +02:00
jb-alvarado
09a31cd06b remove info about custom filter in output
It works not good together with desktop mode, so it is skipped at the moment.
2022-09-05 21:32:30 +02:00
jb-alvarado
a80f474de5 update readme 2022-09-05 17:35:12 +02:00
jb-alvarado
6ff34e0ddb replace timezone with utc offset 2022-09-04 17:07:16 +02:00
jb-alvarado
d48aa8e06f update readme 2022-09-01 17:43:50 +02:00
jb-alvarado
952cc6fcfc update readme 2022-08-31 21:22:15 +02:00
jb-alvarado
176cd0a9ce support custom filter in playlist 2022-08-31 21:15:50 +02:00
jb-alvarado
fbd752a9ee add feature custom filter 2022-08-31 16:37:17 +02:00
jb-alvarado
6fae130b4e add doc for custom filter, catch fatal error: Numerical result * 2022-08-31 09:49:49 +02:00
jb-alvarado
d5864d03af
Update preview_stream.md 2022-08-30 11:51:04 +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
18d130ed01 add man, update readme and build script 2022-07-28 10:46:55 +02:00
jb-alvarado
32454e41d6 v0.13.0
- update to chrono 0.4.20.rc.1
- preserve text filter in HLS mode when clips changes
- cross compile ffpapi for macOS
2022-07-27 17:58:56 +02:00