ffplayout/docs/README.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

2022-05-17 15:29:20 -04:00
**ffplayout-engine Documentation**
================
### **[For Developer](/docs/developer.md)**
Learn how to setup a developer environment and to cross compile for different platforms.
2022-07-26 07:44:11 -04:00
### **[Install](/docs/install.md)**
How to install ffplayout with API and frontend.
2022-05-17 15:29:20 -04:00
### **[Folder Mode](/docs/folder_mode.md)**
Learn more about playing the content of a folder.
### **[Live Ingest](/docs/live_ingest.md)**
Using live ingest to inject a live stream.
### **[Output Modes](/docs/output.md)**
The different output modes.
### **[Playlist Generation](/docs/playlist_gen.md)**
Generate playlists based on template.
### **[Multi Audio Tracks](/docs/multi_audio.md)**
Output multiple audio tracks.
### **[Custom Filter](/docs/custom_filters.md)**
Apply self defined audio/video filters.
2022-05-17 15:29:20 -04:00
### **[Preview Stream](/docs/preview_stream.md)**
Setup and use a preview stream.
2022-07-02 17:02:06 -04:00
### **[Remote Sources](/docs/remote_source.md)**
2022-05-17 15:29:20 -04:00
Use of remote sources, like https://example.org/video.mp4
2022-07-02 17:02:06 -04:00
### **[ffplayout API](/docs/api.md)**
2022-07-02 17:02:06 -04:00
Control the engine, playlist and config with a ~REST API
2023-07-25 15:39:03 -04:00
### **[Stream Copy](/docs/stream_copy.md)**
Copy audio and or video stream
### **[Advanced Settings](/docs/advanced_settings.md)**