VOD HLS

Max

Administrator
Staff member
Hello,

Playback as HLS cannot be started for VOD URL, but VOD stream with a local name can be started using REST method vod/startup
Code:
rest-api/vod/startup
{
 "uri":"vod-live://fileName.mp4",
 "localStreamName": "streamName"
}
Then that local stream name can be used for playback as HLS.
 
Top