User Tools

Site Tools


api:iptv:app:recording_stop

API : IPTV : App : Recording 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 playback of a program recorded by the user is stopped on the device playing the stream.

Request

URL https://api.telecomx.dk/iptv/app/recording/EPG_ID/stop
Method GET
Params EPG_ID Id Id of the program playback has stopped for.
Query token String Session token.
position Number Position at which playback stopped in seconds.
profile ObjectId ID of the user profile to play the recording for, defaults to first user profile.

Query examples

https://api.telecomx.dk/iptv/app/recording/7_346rgvty2efbefe3/stop?token=1234567890ABCD1234567890
https://api.telecomx.dk/iptv/app/recording/7_346rgvty2efbefe3/stop?token=1234567890ABCD1234567890&profile=6234567890ABCD1234567890
https://api.telecomx.dk/iptv/app/recording/7_346rgvty2efbefe3/stop?position=6467

Response

JSON Object
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
404 program Program not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/app/recording_stop.txt · Last modified: 2022/09/02 13:27 by Joakim Andersen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki