From c71e921997e49751b9c7d7bb7738c239c1366db7 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Fri, 1 Apr 2022 14:26:02 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef60b8a3..fee1fdf0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Attention: Version 4.0 will be the last release in Python -After that the code base will be changed to Rust and a new version shema will be used. +After that the code base will be changed to Rust. ----- From 8ff27e25936ac160decc2bb8253344edf28539bf Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Sun, 3 Apr 2022 11:16:07 +0200 Subject: [PATCH 2/3] Update INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 614535f7..6c5a442b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -6,7 +6,7 @@ Here are a description on how to install *ffplayout engine* on a standard Linux Requirements ----- -- python version 3.6+ +- python version 3.7+ - **ffmpeg v4.2+** and **ffprobe** Installation From f4c0e9fa015c83e20aecc05fcc5bbf6319cc668b Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Tue, 5 Apr 2022 11:56:12 +0200 Subject: [PATCH 3/3] Update ffplayout.yml --- ffplayout.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ffplayout.yml b/ffplayout.yml index a01fdcb2..aca105de 100644 --- a/ffplayout.yml +++ b/ffplayout.yml @@ -62,7 +62,8 @@ processing: ingest: helptext: Works not with direct hls output, it always needs full processing! Run a server for a ingest stream. This stream will override the normal streaming until is done. - There is no authentication, this is up to you. The recommend way is to set address to localhost, stream to a local server with authentication and from there stream to this app. + There is no authentication, this is up to you. The recommend way is to set address + to localhost, stream to a local server with authentication and from there stream to this app. enable: false input_param: -f live_flv -listen 1 -i rtmp://localhost:1936/live/stream @@ -110,7 +111,7 @@ text: out: helptext: The final playout compression. Set the settings to your needs. - 'mode' has the standard options 'desktop', 'hls', 'live_switch', 'stream'. Self made + 'mode' has the standard options 'desktop', 'hls', 'stream'. Self made outputs can be define, by adding script in output folder with an 'output' function inside. 'preview' works only in streaming output and creates a separate preview stream. mode: 'stream'