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.
| 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. |
https://api.telecomx.dk/iptv/app/channel/12345678901234567890ABCD/stop
| JSON Object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | channel | Channel not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |