mbrSet mbrset

Multi-bit rate data.

req=mbrSet[,text|xml[, *encoding*]][&fmt= *fmtType*]

encoding
UTF-8 | UTF-16 | UTF-16LE | UTF-16BE | ISO-8859-1
fmtType
f4m | m3u8

Returns a text or xml response which contains a list of URLs (and corresponding bit rates) which correspond to valid video entries in video set associated with net path id.

The previous requirement that a valid video entry contain a value for catalog::VideoBitRate has now been relaxed. The entry can containing a value for catalog::VideoBitRateor catalog::AudioBitRateor catalog::TotalStreamBitRate. Only one of these needs to be defined for the video entry to be valid. Note that the requirements for catalog::Path and a valid video file extension have not changed.

Responses are intended for consumption by Apple and Flash Streaming Servers and thus structurally conform to those specifications. URLs are generated using prefixes attribute::HttpAppleStreamingContext and attribute::HttpFlashStreamingContext.

m3u8 responses only contain mp4 files if any are present in the video set. If no mp4 files are present, then these responses only contain f4v files. If no mp4 files nor f4v files are present, then the response is empty.

f4m responses only contain f4v files if any are present in the video set. If no f4v files are present, then these responses only contain mp4 files. If no f4v files nor mp4 files are present, then the response is empty.

Bit rates that appear in f4m/m3u8 responses correspond to the values in catalog::TotalStreamBitRate (converted to appropriate units). If catalog::TotalStreamBitRate is not defined, the summation of catalog::VideoBitRate and catalog::AudioBitRate is used.

The HTTP response is cacheable with the TTL based on catalog::NonImgExpiration.

recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49