-
Notifications
You must be signed in to change notification settings - Fork 639
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
Multiple streams stopped generating new .ts files on the server #6486
Comments
@amarantmeida, @burak-58 |
Hi @oleul05, Thank you for the insight. It helped a lot to get basic understanding. My point is that it's likely overflowing the timestamps. 1073740 * 2000(assumption of key frame interval in milliseconds) = 2147480000. We can check if this problem happens due to the Ant Media Server. Cheers |
@mekya Good afternoon. |
@oleul05 Is this happening with all cameras or some particular cameras? |
@lastpeony We had 10 cameras running on one server. The issue occurred only when a camera's .ts file count exceeded 1,073,740. In our case, this happened with 6 cameras, which had been running continuously for around 26 days. The other 4 cameras were restarted during this period. |
Are they all the same camera models? I checked the server and found that we do have some protection for overflow cases. I suspect that the camera might be sending faulty values, which we have observed in some other instances. |
@lastpeony Yes, all the encoder are the same model. |
@burak-58, @lastpeony Are there any updates for this bug? |
@oleul05 Hi ole i sent you a test server ip through e mails on wednesday for us to debug this issue further. Could you please check your e mails/tickets? |
@lastpeony The issue was occurred in production environment and client was streaming from encoder. So is it really difficult for us to stream from those encoders. Could you please investigate from the log files or try to reproduce the same error from your side? |
@lastpeony, @burak-58 |
Short description
Observed that several streams stopped generating new .ts files on the server. The .m3u8 files have remained unchanged for over 16 hours.
In the antmedia-error.log file, we found the following error repeated approximately 62,137,440 times, causing the log file to grow to around 8GB:
Error: [hls @ 0x7f4470079f40] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 193273527510 >= 12606721920
Temp fix- Restarting the stream.
Environment
Steps to reproduce
Expected behavior
Stream should not stop generating .ts files
Actual behavior
__several streams stopped generating new .ts files on the server. The .m3u8 files have remained unchanged for over 16 hours. __
Logs
(https://drive.google.com/drive/folders/1TbL80vblMyNZXy02MCD1cgdT6Lzpzk5R)
Ask your questions on Ant Media Github Discussions
The text was updated successfully, but these errors were encountered: