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
rest-api/vod/startup
{
"uri":"vod-live://fileName.mp4",
"localStreamName": "streamName"
}
Then that local stream name can be used for playback as HLS.