Hi All,
I am using wowza REST api for creating .smil file.
[POST Method] http://localhost:8087/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/smilfiles/{smilfileName}
But I need to create the .smil file under subfolder of content folder. subfolder can vary for different .smil file creation. I want to pass subfolder info as a parameter. What’s the way I can do that.
And if I need to go through ABR, then I need to create .smil for for each video source file? Like if I upload 5 video source files I have to create 5 .smil files?
Thanks in advance