nice message for common error
[playVideoOnDreamboxProxy.git] / README.rst
1 ***********************************
2 Play video on Dreambox proxy server
3 ***********************************
4 Server for the "Play video on Dreambox" android app.
5
6 Accepts an URL, runs ``youtube-dl`` on it to extract the video
7 URL and lets the Dreambox satellite receiver play this file.
8
9
10 =====
11 Usage
12 =====
13 Send the web site URL via POST to ``play.php``::
14
15     $ curl -XPOST --data http://example.org/page.htm\
16           -H 'Content-type: text/plain'\
17           http://proxy.example.org/play.php
18
19 =======
20 License
21 =======
22 This application is available under the AGPLv3 or later.