[mss] Add support of integer greater than 2^53
Created by: nicosang
Hi,
this PR has to add support of timeStamp greater than 2^53 by using BigInteger.js. As this support is only for mss streams, BigInteger.js has been added to mss package only.
Nico