eroji / rtsp2mjpg

RTSP to MJPEG stream conversion using FFmpeg and FFserver
99 stars 41 forks source link

Past duration 0.979988 too large #15

Closed Rubeast closed 3 years ago

Rubeast commented 3 years ago

I really love this docker container and it was the missing piece in a project of mine. But it only keeps working for about a day. When I open the link after that, it page stays loading but nothing is displayed. When I check the logs I see this:

image

eroji commented 3 years ago

It's hard to say if that's the root cause of the container stopping after a day. There could be a variety of causes due to the nature of having to transcode video in realtime. However, those entries appears to be caused by ffmpeg. Maybe you can try tweaking the command using info here: https://stackoverflow.com/questions/30782771/what-does-past-duration-x-xxx-too-large-mean.