Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
11
VApp/node_modules/mux.js/lib/flv/index.js
generated
vendored
Normal file
11
VApp/node_modules/mux.js/lib/flv/index.js
generated
vendored
Normal file
@ -0,0 +1,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')
|
||||
};
|
Reference in New Issue
Block a user