Update Streaming Config Docs
This commit is contained in:
parent
1930a81ce2
commit
920095f18e
@ -32,11 +32,16 @@ Here's the `main` section.
|
|||||||
|
|
||||||
* `method` can be set to `ffmpeg`, `vlc` or `direct`.
|
* `method` can be set to `ffmpeg`, `vlc` or `direct`.
|
||||||
* `bytes_per_read` determines how many bytes of the stream to read before sending the data to your client. Increasing this value may cause longer load times, and lowering it may effect `stuttering`.
|
* `bytes_per_read` determines how many bytes of the stream to read before sending the data to your client. Increasing this value may cause longer load times, and lowering it may effect `stuttering`.
|
||||||
|
* `origin_quality` can be set to high,medium,low for most variants. Variants that make use of m3u8 will Autoselect High for the direct method if not set. ffmpeg/vlc will determine the best stream on their own. Some Variants can allow alternative values.
|
||||||
|
* `transcode_quality` works with ffmpeg/vlc to use fHDHR for handling quality instead of the origin. Valid settings include: heavy,mobile,internet720,internet480,internet360,internet240
|
||||||
|
|
||||||
|
|
||||||
````
|
````
|
||||||
[streaming]
|
[streaming]
|
||||||
# method = direct
|
# method = direct
|
||||||
|
# bytes_per_read = 1152000
|
||||||
|
# origin_quality = None
|
||||||
|
# transcode_quality = None
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user