LocalPullDestinationSettings interface

Configuration for the serving of segments and playlists directly from the Norsk Web Server Note: While this is both useful for local testing and for sitting behind a reverse caching proxy / CDN it is not expected that Norsk serve as the edge server in most scenarios

Signature:

export interface LocalPullDestinationSettings

Properties

Property Type Description

retentionPeriodSeconds

number

Informs the playlist generation how long segments will be retained for and informs the local web server how long to retain those segments

sessionId?

string

(Optional) Optionally supply a string that will be inserted into the path structure for segments published in this stream

This is useful for stream restarts or republishing when duplicate segment IDs would be generated causing problems with cacheing directives

type

"local"