Replies: 1 comment 2 replies
-
Based on the information given, it seems that the network speed between Origin and Edge is slow. It seems that the data is constantly piling up in the queue because the actual data being sent is less than the amount of data that the origin needs to send. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a central origin server connected to several edge servers spread across the world.
The video streams from origin to edge are using OVT.
I use WEBRTC and LLHLS on the edge server to play video realtime.
Issue:
Over time the video on the edge server is played at a slower speed, but also delayed. Its sometimes delayed by several minutes! I also noticed the origin server is having increased memory allocation (More than 2GB instead of nominal 320MB) on the ovenmediaengine process. Why is this drifting?
Question: Is this a bug? Or Is there a way to force the delay of the OVT stream to be max x seconds OR set the max size to buffer?
My workaround: I add a memory limit above 2 GB, and let ovenmediaengine crash + restart. This forces the stream to restart and the problem is gone until it occurs at a later moment again.
origin_server.txt
edge_server.txt
Beta Was this translation helpful? Give feedback.
All reactions