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

Fragmented MP4 creation #65

Open
pmuvva opened this issue Nov 9, 2017 · 0 comments
Open

Fragmented MP4 creation #65

pmuvva opened this issue Nov 9, 2017 · 0 comments

Comments

@pmuvva
Copy link

pmuvva commented Nov 9, 2017

Hi,
I am able to create Normal MP4 file by passing "mp4"string to avFormatContextForOutputPath() in ffmpegwrapper.c file. It works fine but when I am setting fragmented MP4 by setting av_opt_set(outputFormatContext, "movflags", "empty_moov+default_base_moof+frag_keyframe+dash", 0);
I am getting below error
E/FFmpegWrapper: av_interleaved_write_frame video: 1 pkt: 1 size: 25945 error: Operation not permitted.
E/FFmpegWrapper: av_interleaved_write_frame video: 0 pkt: 1 size: 565 error: Operation not permitted .

Any help will be appreciated...

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