1. After receiving the multiplex video stream, the client parses description information of multiplexed video streams in ‘fovm’, to obtain manner information in the multiplex video stream.
2. The client determines, based on the information about the multiplexing manner, a multiplexing manner of data of each viewport. If the multiplexing manner is head-to-tail splicing, the client parses offset information and data volume information, and sends the data of each viewport to a decoder. If the multiplexing manner is sample interleaving, the client parses offset and data volume information of each sample, and sends each sample to a corresponding decoder.
Description Manner 5:
aligned(8) class FOVMuxBox extends FullBox(‘fovm’, version, flag) {
unsigned int(16) FOVCount;
unsigned int(32) first_offset;
unsigned int(32) source_w;
unsigned int(32) source_h;
for(i=1; i<=FOVCount; i++)