Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 223 Bytes

jmp2ts

A pure java implementation of MPEG2TS parser and muxer. (Muxer not finished yet).

Also contains an Android project to demo its usage.

See src/main/java/com/wterry/jmpegts/Mp2tsExtractor.java for the parser API.