fflewddur / tivolibre

Java app and library for decoding TiVo files to standard MPEG files.
GNU General Public License v3.0
34 stars 4 forks source link

Large skips in decoded ts streams #19

Open ktgeek opened 8 years ago

ktgeek commented 8 years ago

This may be already covered by your other open issues, but I thought I'd open one from the end user perspective.

When decoding items off the tivo, and then transcoding them, large skips are occasionally introduced in the final file. (This is via an automated process I wrote. The code is at https://github.com/ktgeek/tivo2podcast ) The shows play fine on the tivo.

I suspect the large jumps are due to some of the decryption issues you've specified.

How can I help get more data for debugging?