Add info about feature/stream branch in FAQ

This commit is contained in:
Pierre Rudloff 2016-10-10 17:05:36 +02:00
parent a4eb9ba2fe
commit 4276a3b553
1 changed files with 10 additions and 0 deletions

10
FAQ.md
View File

@ -45,3 +45,13 @@ Create a dyno with the following buildpacks:
* `https://github.com/heroku/heroku-buildpack-nodejs`
Then push the code to Heroku and it should work out of the box.
## Why can't I download videos from some websites (e.g. Dailymotion)
Some websites generate an unique video URL for each IP address. When using Alltube, the URL is generated for our server's IP address and your computer is not allowed to use it.
There are two known workarounds:
* You can run Alltube locally on your computer.
* You can use the experimental `feature/stream` branch which streams the video through the server in order to bypass IP restrictions.
Please note that this can use a lot of resources on the server (which is why we won't enable it on alltubedownload.net).