http://domain/appname/stream.m3u8. There are two types of time shifting:Parameter | Description | Required | Example |
txTimeshift | Whether to enable the new time shifting feature (<code>on</code>: Enable). | Yes | txTimeshift=on |
tsStart | The time-shift start time must be at least 30 seconds earlier than the current time, and the interval between tsStart and tsEnd cannot be less than one TS segment duration and cannot exceed 6 hours. | Yes | tsStart=20121010010101 |
tsEnd | The time-shift end time, the interval between tsStart and tsEnd cannot be less than one TS segment duration and cannot be more than 6 hours. | Yes | tsEnd=20121010010102 |
tsFormat | The format of tsStart and tsEnd is {timeformat}_{unit}_{zone}Valid values of timeformat unix - unix timestamp. If you use this format, you don’t need to specify zone human - Human-readable time, such as “20121010010101”. Valid values of unit:s. s indicates second. zone:Time zones are divided into Eastern, Western, and Central Time Zones (Zero Time Zone). The value range for the Eastern Time Zone is 1 to 12 The value range for the Western Time Zone is -12 to -1. | Yes | tsFormat=unix_s tsFormat=human_s_8 |
tsCodecname | For a transcoded stream, set this parameter to the ID of the transcoding template. For original streams or watermarked streams, leave out this parameter. | No | tsCodecname=hd |
http://example.domain.com/live/stream.m3u8?txTimeshift=on&tsFormat=unix_s&tsStart=1675302995&tsEnd=1675303025&tsCodecname=test
http://example.domain.com/live/stream.m3u8?txTimeshift=on&tsFormat=human_s_8&tsStart=20230202095635&tsEnd=20230202095705&tsCodecname=test
Parameter | Description | Required | Example |
txTimeshift | Whether to enable the new time shifting feature ( on: Enable). | Yes | txTimeshift=on |
tsDelay | The number of seconds to delay the playback by. | Yes | tsDelay=30 indicates that playback will start from 30 seconds ago. |
tsCodecname | For a transcoded stream, set this parameter to the ID of the transcoding template. | No | tsCodecname=2000 |
http:://example.domain.com/live/stream.m3u8?txTimeshift=on&tsDelay=30&tsCodecname=test
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback