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.