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

ffmpeg: Application provided invalid, non monotonically increasing dts to muxer in stream 1: 93840 >= 93690 #71

Open
ouyh1111 opened this issue Nov 14, 2016 · 0 comments

Comments

@ouyh1111
Copy link

ouyh1111 commented Nov 14, 2016

In my case, I modify ffmpeg source code,wrap it as a service for transcode rtsp to hls;But log shows error:
ffmpeg: Application provided invalid, non monotonically increasing dts to muxer in stream 1: 93840 >= 93690
OnTaskStateChange, TaskId: 13, NewState: STATE_ERROR, ERROR: -8980(FE_interleaved_write_frame)

While i use the original ffmpeg command line,to do up thing.it was successful for trancoding rtsp to hls;
FFMPEG CLI :
$ /opt/pix/ffmpeg/ffmpeg -i rtsp://192.168.2.22:10554/23 -strict -2 -c:v libx264 -c:a aac -f hls index.m3u8

I really don't knwon why,Could anyone help me?

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