You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: