index.js 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * mux.js * * Copyright (c) Brightcove * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE */ module.exports = { tag: require('./flv-tag'), Transmuxer: require('./transmuxer'), getFlvHeader: require('./flv-header') };