From: Jaroslav Kysela Date: Sun, 21 Oct 2018 08:41:37 +0000 (+0200) Subject: doc: add authentication type for playlist in url.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f841a351543ef3cb907a90d1fe090497999aa36;p=thirdparty%2Ftvheadend.git doc: add authentication type for playlist in url.md --- diff --git a/docs/markdown/url.md b/docs/markdown/url.md index 9265ce9f4..0a4f21511 100644 --- a/docs/markdown/url.md +++ b/docs/markdown/url.md @@ -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