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

Support fragmented mp4s #401

Closed
Tracked by #394
jerzywilczek opened this issue Feb 21, 2024 · 0 comments
Closed
Tracked by #394

Support fragmented mp4s #401

jerzywilczek opened this issue Feb 21, 2024 · 0 comments
Assignees

Comments

@jerzywilczek
Copy link
Collaborator

jerzywilczek commented Feb 21, 2024

HLS uses fragmented mp4s (fMP4). We need to make sure we support these reasonably well.

While doing this, I encountered a problem in the library we use for mp4 parsing and demuxing, which I fixed: alfg/mp4-rust#136

I also found two problems with membrane's mp4 implementation, for which I filed bug reports:

The problem with this task is that it's hard to make sure fragmented mp4s are well supported. At this point, we should support mp4s produced by membrane, but I stumbled across some other fmp4s which do not work and I wasn't able to get them to work.

I think this task is more or less finished, and we should try fixing the mp4 libraries when we find a file that somebody wants to use which doesn't work.

More results of the research I did are in the description of this task: #406

@jerzywilczek jerzywilczek moved this to 📋 Backlog in LiveCompositor Feb 21, 2024
@jerzywilczek jerzywilczek mentioned this issue Feb 21, 2024
6 tasks
@jerzywilczek jerzywilczek self-assigned this Feb 21, 2024
@jerzywilczek jerzywilczek moved this from 📋 Backlog to 🏗 In progress in LiveCompositor Feb 21, 2024
@jerzywilczek jerzywilczek closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in LiveCompositor Mar 27, 2024
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

No branches or pull requests

1 participant