VOD to Live Stream

sumitmitra25

New Member
USE CASE : where user will schedule a VOD content for Live Streaming.

we are doing post request to this endpoint with following payload:
Example endpoint (https://testwss.streamm.io:8444/rest-api/vod/startup)
----> /rest-api/vod/startup

Payload :
{
"uri":"vod-live://s3/s3bucket/s3filename",
"localStreamName": "vod-2-aws"
}
all the S3 credentials are set on the Flashphoner.properties and WCS EC2 instance and S3 storage are in the same region. File is also in same region.

Still we are not able to start vod to live streaming use case.
 
Top