mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
11 lines
No EOL
255 B
JavaScript
11 lines
No EOL
255 B
JavaScript
/**
|
|
* 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')
|
|
}; |