-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix non-fast-start files demuxer bug #86
Conversation
examples/demuxer_isom.exs
Outdated
if Enum.all?([:sink_video, :sink_audio], &(&1 in state.children_with_eos)), | ||
if Enum.all?([:sink_audio], &(&1 in state.children_with_eos)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my oversight, was testing for audio only files and forgot to revert
lib/membrane_mp4/track.ex
Outdated
} | ||
|
||
{:mp4a, map} | ||
# end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover
211b563
to
665d36b
Compare
optimize_for_non_fast_start?
set tofalse
would crash