add infos about hls output
This commit is contained in:
parent
3d76843ebc
commit
c4298267b5
21
README.md
21
README.md
@ -40,6 +40,7 @@ The main purpose of ffplayout is to provide a 24/7 broadcasting solution that pl
|
||||
- output:
|
||||
- **stream**
|
||||
- **desktop**
|
||||
- **HLS**
|
||||
|
||||
Requirements
|
||||
-----
|
||||
@ -105,6 +106,26 @@ But be careful with it, better test it multiple times!
|
||||
|
||||
More informations in [Wiki](https://github.com/ffplayout/ffplayout_engine/wiki/Remote-URL-Source)
|
||||
|
||||
HLS output
|
||||
-----
|
||||
|
||||
For outputting to HLS, output parameters should look like:
|
||||
|
||||
```yaml
|
||||
out:
|
||||
...
|
||||
|
||||
output_param: >-
|
||||
...
|
||||
|
||||
-flags +cgop
|
||||
-f hls
|
||||
-hls_time 6
|
||||
-hls_list_size 600
|
||||
-hls_flags append_list+delete_segments+omit_endlist+program_date_time
|
||||
-hls_segment_filename /var/www/html/live/stream-%09d.ts /var/www/html/live/stream.m3u8
|
||||
```
|
||||
|
||||
Installation
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user