From 13e55cbfaebfa6b1a1c8cab51ea24c747aeb1638 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 16 Jan 2017 12:09:25 +0100 Subject: [PATCH] Add stream to FAQ --- FAQ.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/FAQ.md b/FAQ.md index af5eb54..5600add 100644 --- a/FAQ.md +++ b/FAQ.md @@ -80,3 +80,25 @@ You can work around this by adding this to your `config.yml` file: ```yaml uglyUrls: true ``` + +## How do I enable streaming videos through the server? + +You need to add this to your `config.yml` file: + +```yaml +stream: true +``` + +Note that this can use a lot of ressources on your server. + +## I want to download M3U videos + +You need to enable streaming (see above). + +## The downloaded videos have a strange name like `videoplayback.mp4` + +Alltube can rename videos automatically if you enable streaming (see above). + +## I want to download a video that isn't available in my country + +If the video is available in the server's country, you can download it if you enable streaming (see above).