it('caches the ssrcs data after it has been collated', function() {
    const ssrcs = video.ssrcs;
    expect(video.ssrcs).to.equal(ssrcs);
  });