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

geomuxpp is unintentionally skipping the MP4 FTYP header #614

Open
spiderkeys opened this issue Jan 11, 2017 · 0 comments
Open

geomuxpp is unintentionally skipping the MP4 FTYP header #614

spiderkeys opened this issue Jan 11, 2017 · 0 comments
Assignees
Labels

Comments

@spiderkeys
Copy link

In the step where we write the stream header information, we are unintentionally dropping the FTYP container of the stream because of an error in the conditional logic that handles compositing the ZMQ multipart message ("i", FTYP, MOOV) resulting in a message that is instead ("i", MOOV). This doesn't impact live streaming, and the browsers can also seem to play the MP4 files without the FTYP box, so this isn't immediately impacting anything, but should be corrected for pickier media players.

Since geomuxpp is being replaced by geoserve (currently in active development) and is non-critical, this bug will be fixed in geoserve.

@spiderkeys spiderkeys self-assigned this Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant