P Petro O. Bochan Member May 5, 2020 #1 Hello, there are examples on how to play VOD content through iOS/Android/Web platforms. Is VOD HLS supported?
Hello, there are examples on how to play VOD content through iOS/Android/Web platforms. Is VOD HLS supported?
Max Administrator Staff member May 5, 2020 #2 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.
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.