For example the initializeSegmentation function no longer returns an array of tracks with their own buffer but instead returns an object with a single buffer. The docs and demos still use the old method and it's not evident how to pass this data to a mediaSource's source buffers.
Trying to append the buffer to every track results in generic errors.
Ref:
For example the
initializeSegmentationfunction no longer returns an array of tracks with their own buffer but instead returns an object with a single buffer. The docs and demos still use the old method and it's not evident how to pass this data to a mediaSource's source buffers.Trying to append the buffer to every track results in generic errors.
Ref: