ffplayout/docs
2022-12-22 13:45:56 +01:00
..
api.md fix route examples, fix #251 2022-12-22 13:45:56 +01:00
custom_filters.md unify filter quotation 2022-09-07 11:39:53 +02:00
developer.md Update developer.md 2022-12-04 11:12:01 +01:00
folder_mode.md add some more docs 2022-04-14 16:13:38 +02:00
install.md prepare for version 0.14.0 2022-08-07 18:00:20 +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 use again only one filter chain 2022-10-06 18:05:36 +02:00
preview_stream.md update readme 2022-09-01 17:43:50 +02:00
README.md add OutputMode enum, more work on multi audio tracks, more tests 2022-10-13 17:34:14 +02:00
remote_source.md add some more docs 2022-04-14 16:13:38 +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.

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