Losing the first seconds between Stream creation and Stream Prepared #2012
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
In OvenMediaEngine, when a Live item is scheduled, ScheduledChannel assumes that the target live channel may already be in progress and could be pulled from the middle. For this reason, it does not try to find the “beginning of the live channel.” In most cases, by the time a Live item is scheduled on a ScheduledChannel, the actual beginning of the live channel is already gone. After the live channel is pulled, streaming will start from the next available keyframe. This is not classified as an issue. If there are points that can be improved through discussion, it would be better to register them again. For now, I will move this to discussion. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im using oven media engine to manage my camera system and my workflow is:
Until now what i've detected is:
The video that im using to Test has a clock in the image and that clock is align with some metadata that im using to print the following logs.
In the original video the clock in the image starts at 2022-07-11 07:31:25
In the oven media llhls the clock in the image start at 2022-07-11 07:31:27 (+/- 2 seconds difference)
My Gstreamer app logs:
Oven Media Engine Logs:
My HLS configuration
In the documentation i can only create a stream via API if it is a RTSP pull stream which is not my case.
I'm asking your help to try to understand where the problem comes from and how can to solve it.
Beta Was this translation helpful? Give feedback.
All reactions