ffplayout/docs
2024-04-26 13:54:33 +02:00
..
advanced_settings.md fix ad checker and right logo fade, adjust overlay filter for easier HW support 2024-04-18 16:09:49 +02:00
api.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
custom_filters.md Update custom_filters.md 2024-03-18 12:30:29 +01:00
developer.md add macos cross build 2024-04-26 13:54:33 +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 embed static files from frontend in ffpapi, add db path argument 2023-10-31 23:43:33 +01: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 use again only one filter chain 2022-10-06 18:05:36 +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