Skip to content

Commit

Permalink
doc: add authentication type for playlist in url.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed Oct 21, 2018
1 parent a260ce5 commit 7f841a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/markdown/url.md
Expand Up @@ -15,14 +15,20 @@ playlist | Playlist type, can be *xspf* or *m3u*

**Example:** `http://127.0.0.1:9981/play/stream/channelname/Life?playlist=xspf`

### /playlist[/TYPE][/WHAT][/IDENTIFIER]
### /playlist[/AUTH][/TYPE][/WHAT][/IDENTIFIER]

Return the m3u playlist in Enigma2 format. By default (if the rest of path
is ommitted), an redirection answer will be sent where /channels remainder
is used.

TYPE | Playlist type
--------------|----------------------------------------
--------------|------------------------------------------------------------
*empty* | default - HTTP authentication
ticket | temporary ticket valid for 5 minutes
auth | pernament code which must be enabled in the password table

TYPE | Playlist type
--------------|------------------------------------------------------------
*empty* | M3U
e2 | Enigma2
satip | M3U using SAT>IP extensions
Expand Down

0 comments on commit 7f841a3

Please sign in to comment.