api:iptv:app:channel_stop
Table of Contents
API : IPTV : App : Channel stop
Introduction
This request is used by the iOS/Android apps and web clients to inform the system that playback has ended.
It is used when live, start-over or play-from-time playback is stopped on the device playing the stream.
Request
| URL | https://api.telecomx.dk/iptv/app/channel/CHANNEL_ID/stop | ||
|---|---|---|---|
| Method | GET | ||
| Params | CHANNEL_ID | Id | Id of the channel playback has stopped on. |
| Query | token | String | Session token. |
Query examples
https://api.telecomx.dk/iptv/app/channel/12345678901234567890ABCD/stop
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | channel | Channel not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/app/channel_stop.txt · Last modified: 2017/01/18 12:51 by Per Møller