mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Update
This commit is contained in:
parent
0e3fa24329
commit
4e95a0e94c
369 changed files with 16946 additions and 89882 deletions
2
node_modules/mux.js/lib/flv/coalesce-stream.js
generated
vendored
2
node_modules/mux.js/lib/flv/coalesce-stream.js
generated
vendored
|
@ -35,7 +35,7 @@ var CoalesceStream = function(options) {
|
|||
this.push = function(output) {
|
||||
// buffer incoming captions until the associated video segment
|
||||
// finishes
|
||||
if (output.text) {
|
||||
if (output.content || output.text) {
|
||||
return this.pendingCaptions.push(output);
|
||||
}
|
||||
// buffer incoming id3 tags until the final flush
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue