1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #821, print mdat and udat

This commit is contained in:
winlin 2017-06-03 19:00:19 +08:00
parent beae090d67
commit 8cc3ab2fa2
3 changed files with 92 additions and 9 deletions

View file

@ -61,7 +61,7 @@ int parse(std::string mp4_file, bool verbose)
SrsSimpleStream* stream = new SrsSimpleStream();
SrsAutoFree(SrsSimpleStream, stream);
fprintf(stderr, "\n");
fprintf(stderr, "\n%s\n", mp4_file.c_str());
while (true) {
SrsMp4Box* box = NULL;
SrsAutoFree(SrsMp4Box, box);