Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
update mux.js to v4.1.5 (#150)
Browse files Browse the repository at this point in the history
* Only flush PES packets from TS parsing front end when they are complete 
  * Complete is defined as any time PES_packet_length matches the data’s length OR is a video packets
  * Works around an issue with incomplete packets getting sent down the pipeline when the source has audio PES packets split between segments
  • Loading branch information
mjneil authored Jun 27, 2017
1 parent 96bb8fe commit abcf233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
"dependencies": {
"global": "^4.3.0",
"mux.js": "4.1.4",
"mux.js": "4.1.5",
"video.js": "^5.17.0",
"webworkify": "1.0.2"
},
Expand Down

0 comments on commit abcf233

Please sign in to comment.