java.lang.ArrayIndexOutOfBoundsException: 6
See attached log for full details. Most likely, line 1090 in StreamParserTS:
if (pes_packet.length < 6)
should be changed to
if (pes_packet.length < 7)
Log
Log in to post a comment.
Log