Create test harness and start porting segment parser
Create a qunit test to verify the flv header. Start work on parsing the m2ts packets. The test harness is using a hard-coded Uint8Array which is the first segment of the "bipbop" video. Currently the segment parser is consuming bytes and passing them off to the internal packet parsing function but that isn't yet implemented.
Showing
10 changed files
with
695 additions
and
11 deletions
src/aac-stream.js
0 → 100644
src/flv-tag.js
0 → 100644
src/h264-stream.js
0 → 100644
src/segment-parser.js
0 → 100644
test/tsSegment.js
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment