liuxianwei / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

enhanced podcast files are not handled #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are several problems with handling of enhanced podcast files. The 
problems are encountered with even very simple examples. I have forked the 
mp4parser project at Github (https://github.com/gabe97330/mp4parser-fork) and 
made some changes that seem to address at least some of the problems but its 
still not totally right.

You can find a test file at 
https://github.com/gabe97330/mp4parser-fork/blob/master/isoparser/src/test/resou
rces/test-pod.m4a which will cause the viewer application to fail.

Original issue reported on code.google.com by gabe9733...@gmail.com on 16 Apr 2011 at 12:10

GoogleCodeExporter commented 9 years ago
Hi, I fixed the roundtrip test with your file. I never had a test file with a 
text track in it (subtitles in most cases). When I implemented the 
TextSampleEntry I didnt have the chance to test it (not testing = not working) 
Thank you for the file. 
If you want drop me a few lines and tell me what you are exactly developing. 
It's interesting what people do with the parser

Original comment by Sebastian.Annies on 17 Apr 2011 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by Sebastian.Annies on 17 Apr 2011 at 2:36