ffplayout/docs
2024-09-30 17:56:48 +02:00
..
images update paths 2024-09-24 13:54:28 +02:00
advanced_settings.md remove ffpapi references 2024-06-12 10:16:00 +02:00
api.md fix log path, update api doc 2024-07-01 07:36:32 +02:00
closed_captions.md 0.24.0-beta5 2024-09-27 11:34:52 +02:00
custom_filters.md Update custom_filters.md 2024-03-18 12:30:29 +01:00
developer.md provide environment variable to use vtt options 2024-09-27 11:55:01 +02:00
folder_mode.md add some more docs 2022-04-14 16:13:38 +02:00
ingest_error.md Update ingest_error.md 2023-02-06 12:32:41 +01:00
install.md unify init process, simplify argument names and model values 2024-09-30 17:56:48 +02:00
live_ingest.md more ignores, ignore errors on server, add info for srt ingest 2022-10-26 09:37:28 +02:00
multi_audio.md simplify prepare_output_cmd, use filters struct for stream encoder (#209) 2022-10-17 19:30:10 +02:00
output.md Update output.md 2024-09-03 15:38:26 +02:00
playlist_gen.md make paths optional 2023-09-12 20:29:29 +02:00
preview_stream.md simplify preview streaming example 2023-07-13 07:46:41 +02:00
README.md add doc for advanced settings, add separate fade filter for audio, support advanced parameter for stream mode 2024-04-11 12:19:45 +02:00
remote_source.md add some more docs 2022-04-14 16:13:38 +02:00
stream_copy.md more infos about copy mode 2023-07-26 09:37:22 +02:00

ffplayout-engine Documentation

For Developer

Learn how to setup a developer environment and to cross compile for different platforms.

Install

How to install ffplayout with API and frontend.

Folder Mode

Learn more about playing the content of a folder.

Live Ingest

Using live ingest to inject a live stream.

Output Modes

The different output modes.

Playlist Generation

Generate playlists based on template.

Multi Audio Tracks

Output multiple audio tracks.

Custom Filter

Apply self defined audio/video filters.

Preview Stream

Setup and use a preview stream.

Remote Sources

Use of remote sources, like https://example.org/video.mp4

ffplayout API

Control the engine, playlist and config with a ~REST API

Stream Copy

Copy audio and or video stream

Advanced Settings