it('has the ssrcs', function() {
    return readJsonAsset('ssrcs.json').then((ssrcs) => {
      expect(mapToObject(video.ssrcs)).to.eql(ssrcs);
    });
  });