Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug with the MP4 parser #5

Merged
merged 1 commit into from
Sep 24, 2013
Merged

Conversation

bilthon
Copy link
Contributor

@bilthon bilthon commented Sep 20, 2013

  • Fixed a bug that prevented the parser to correctly parse MP4 files with the "wide" atom.
  • Appended some extra carriage return characters at the end of the RTSP headers. These were missing.

This might have to be split in two commits, but since they are small changes I just bundled them together.

…th the "wide" atom.

Appended some extra carriage return characters at the end of the RTSP headers. These were missing.
@fyhertz
Copy link
Owner

fyhertz commented Sep 23, 2013

Thank you very much ! I will review and merge your patch soon :)

@bilthon
Copy link
Contributor Author

bilthon commented Sep 24, 2013

I'm not so sure about the RTSP headers modifications in this commit, but the "wide" atom fix is necessary. It's just a simple modification for the parser to accept an atom that has nothing in its body (like only the wide atom does, I suppose).

fyhertz pushed a commit that referenced this pull request Sep 24, 2013
 Fixed a bug with the MP4 parser, and a bug in the RTSP client
@fyhertz fyhertz merged commit 7a25dbe into fyhertz:master Sep 24, 2013
@fyhertz
Copy link
Owner

fyhertz commented Sep 24, 2013

Merged !
You're right about for the missing \r\n in the RTSP client.

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants