cta-wave / device-playback-task-force

9 stars 0 forks source link

use of the playout parameter unclear #67

Closed jpiesing closed 1 year ago

jpiesing commented 4 years ago

A parameter "playout" is used to define which CMAF track to use as the source for the each fragment to append to the Source Buffer. For example, in 8.10.3

playout[i]: Provides the CMAF track number for every fragment position i=1,...,N. This value shall be between 1and K.

I can't find a definition of what playout[i] is initialised to.

Am I missing something?

jpiesing commented 4 years ago

If playout [i] can be initialised to random number within the specified range then what's written at the moment is fine (although it would be good to be explicit that it could be initialised to random numbers). If some intelligence is needed, e.g. stepping through from 1 to K incrementing by +1 and then by -1 then this certainly needs to be written down.

haudiobe commented 2 years ago

Accepted, v1.0.8 already includes some improvements and links to the tests. Further improvement will be done.

gitwjr commented 1 year ago

Jan 31, 2023: Implemented. Close.