Wowza Community

CupertinoTag on smil with API Rest

Good morning, I tried to search al around the whole site and on documentation but I have not found how create a smil file with APi rest containing cupertinoTAG parameter.

Using the command /v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/smilfiles/{smilfileName} , I obtain a standard smil as the following one:

<?xml version="1.0" encoding="UTF-8"?>

On the video tag I need to add following tags:

But I don’t know what I must set to the API rest in order to obtain them. The structure I use is the following:

{ “restURI”: “http://xxx.xxx.xxx.xxx:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications/vod/smilfiles/vod_test_max”, “smilStreams”: [{ “systemLanguage”: “en”, “src”: “myfile_750.mp4”, “systemBitrate”: “50000”, “type”: “video”, “audioBitrate”: “44100”, “videoBitrate”: “750000”, “restURI”: “http://xxx.xxx.xxx.xxx:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications/vod/smilfiles/vod_test_max”, “width”: “640”, “height”: “360” }, { “systemLanguage”: “en”, “src”: “myfile_1100.mp4”, “systemBitrate”: “50000”, “type”: “video”, “audioBitrate”: “44100”, “videoBitrate”: “1100000”, “cupertinoTag.AUDIO” : “aac”, “restURI”: “http://xxx.xxx.xxx.xxx:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications/vod/smilfiles/vod_test_max”, “width”: “640”, “height”: “360” }] }

Is there the possibility to ad “something” on my structure in order to obtain cupertinoTag entries?

Best regards and thanks.

Massimo Rosciano.

Hello @Massimo Rosciano

This forum is called “Hire a Consultant”, and meant for inquiries for paid support from authorized (external) consultants. If you’re looking for support from Wowza, you may post your question in https://www.wowza.com/community/spaces/31/wowza-streaming-engine-support-forums.html, or join the Slack community (https://www.wowza.com/slack)