Skip to content

Try to skip extended header in MetaBox.#111

Merged
alfg merged 2 commits intoalfg:masterfrom
w-flo:skip_extended_meta_header
Jul 29, 2023
Merged

Try to skip extended header in MetaBox.#111
alfg merged 2 commits intoalfg:masterfrom
w-flo:skip_extended_meta_header

Conversation

@w-flo
Copy link
Copy Markdown
Contributor

@w-flo w-flo commented Jun 29, 2023

Fixes #102


I've made sure cargo test still works, but I haven't looked into the tests to see if they actually cover this piece of code. So if they don't, more testing is needed.

Other than that, I've tested this with my mp4 files that were affected by #102 and it fixes the issue for me.

@w-flo
Copy link
Copy Markdown
Contributor Author

w-flo commented Jun 29, 2023

This conflicts with #95. I can probably change the logic in my PR a bit so they are compatible.

@w-flo w-flo force-pushed the skip_extended_meta_header branch from eb27e46 to 55ee392 Compare June 29, 2023 14:50
@w-flo
Copy link
Copy Markdown
Contributor Author

w-flo commented Jun 29, 2023

Pushed a new commit that should have better compatibility with the other PR

Edit: I suspect the "UdtaBox" in the return Err() path in the current release is a typo and me changing it to "MetaBox" is correct?

@alfg alfg merged commit d6c3864 into alfg:master Jul 29, 2023
pando-fredrik pushed a commit to pando-fredrik/mp4-rust that referenced this pull request May 13, 2024
Fixes alfg#102

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
pando-fredrik pushed a commit to pando-fredrik/mp4-rust that referenced this pull request May 13, 2024
Fixes alfg#102

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
pando-fredrik added a commit to pando-fredrik/mp4-rust that referenced this pull request May 13, 2024
* Add support for multiple trex boxes.

While it's common to construct a fMP4 file for a single track, it's
totally valid to have multiple tracks. This means you also need multiple
to support multiple trex boxes.

Untested.

* cargo fmt

* Add a missing write_box call for mvex.

* Ran clippy

* Fix more errors when serializing a mvex box.

udta is also broken but that can be fixed in another PR.

* Derive Default trait for DataType (alfg#100)

* fix clippy (rustc 1.71.0) (alfg#115)

* Allow Hdlr to be not the first in the Meta box (alfg#95)

While the spec says that the hdlr box should be the first one, not all
implementations follow that. Actually look over all boxes in Meta to
find Hdlr.

Also add a test for such weirdly-formatted box

Change the way unknown MetaBox is stored: store a list of boxes instead
of raw bytes

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Try to skip extended header in MetaBox. (alfg#111)

Fixes alfg#102

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Release 0.14.0 (alfg#117)

* Update Cargo.toml

* Update README.md

* Fix getting samples from movie fragments (alfg#106)

* Fix getting samples from movie fragments

* Add a function to the reader to read in fragments from a different reader

---------

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Export all boxes to allow more flexible use for writing (alfg#108)

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Fix some minor issues writing traf box (alfg#109)

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Fix writing SLConfigDescriptor (alfg#107)

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* Extract esds box from wave box (alfg#96)

* Extract esds from wave box

* Allow empty, multi-byte, and arbitrary NUL terminated strings

* Skip unsupported avc1 sub-boxes

* Fixed non-integer framerates

* Fixed bitrate calculation

* Fixed format issue

* Public read sample offset

* Fix lint warning.

---------

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

* hev1 box parser (alfg#101)

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>

---------

Co-authored-by: Luke Curley <kixelated@gmail.com>
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Co-authored-by: rolleifx <110799844+rolleifx@users.noreply.github.com>
Co-authored-by: ⭐️NINIKA⭐️ <DCNick3@users.noreply.github.com>
Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
Co-authored-by: w-flo <w-flo@users.noreply.github.com>
Co-authored-by: jensenn <neil.jensen@pluto.tv>
Co-authored-by: emkman99 <emkman99@users.noreply.github.com>
Co-authored-by: Andrey Tkachenko <andrey@aidev.ru>
jprochazk pushed a commit to jprochazk/mp4 that referenced this pull request Sep 18, 2024
Fixes alfg#102

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
CandleCandle pushed a commit to CandleCandle/mp4-rust that referenced this pull request May 7, 2025
Fixes alfg#102

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
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.

Error: BoxNotFound(hdlr): Not found hdlr

2 participants