Table of Contents

API : IPTV : App : Status

Introduction

This request is used by the iOS/Android apps and web clients to report the current position in the media being played from archive or recordings. This information can later be used to resume playback from the current position.

Request

URL https://api.telecomx.dk/iptv/app/status/EPG_ID
Method GET
Params EPG_ID Id Id of the program being shown. For live streams, the Id is the base channel ID.
Query token String Session token.
position Number Playback position in seconds.
profile String Id of DRM profile

Query example

https://api.telecomx.dk/iptv/app/status/7_46rtg37tg3tyfg?token=123456780123456780ABCD&position=2305

Response

JSON object
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
404 program Program not found
422 position Invalid position
403 access_denied Insufficient access level
500 internal_error <Unspecified>