-
Notifications
You must be signed in to change notification settings - Fork 636
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
Inconsistent programmingDateTime and duration in HLS m3u8 file #6506
Comments
Hi @oleul05
Then check HLS files. |
I've encountered the same problem and it causes the server to return wrong internal when asking This issue may be the same with that one mentioned above |
Hello @oleul05, How long into the streaming do you encounter this issue? Is it reproducible after a few minutes? Have you tested the problematic camera with non-integer GOP and frame rate values, such as 36/30? What were the GOP and FPS settings when you experienced the problem? When using integer GOP FPS ratio, like GOP: 30 FPS: 30 or GOP: 60 FPS: 30, do you still encounter this issue? We suspect that a non-integer GOP/ FPS ratio might be causing this problem. I am attempting to reproduce the issue with ffmpeg but haven't had success so far. |
@lastpeony We get this issue immediately after starting the stream. |
We conducted a test with @oleul05 using different GOP and FPS combinations. We were able to reproduce the issue on version 2.8, but could not replicate it on version 2.11.3. If you're experiencing this problem, please upgrade to version 2.11.3 (the latest as of today). |
I am closing this because didn't get response from @oleul05 and any further report with this scenario. |
Thank you for your continued support.
We are saving programDateTime and duration by parsing m3u8 playlist. For one camera we observed we got some future date and abnormal duration. For few .ts files I observed date is 30th June 2024 which is a future date. The files duration was 72,30 28 seconds which is strange to us.
I have attached a screenshot from MongoDB where we saved the information.
Note: In AMS setting, duration is set to 2 seconds, and most cameras are working fine.
Steps to reproduce
Expected behavior
programDateTime is current date and duration is 2 seconds.
Actual behavior
programDateTime is future date and duration is inconsistent.
The text was updated successfully, but these errors were encountered: