I'm trying to figure out the latency we have from our backend where we have the server to our frontend webapp displaying the video.
In the backend we add certain data to a specific frame after a user interaction (could be to the frame's metadata or even adding image data onto the frame itself) while in the frontend we would like to examine ALL the frames received for several seconds and find the specific frame.
My question is: Is there a way to do it using the WebRTCAdaptor interface?
That is, is there a way to obtain all frames before / after they're passed to the video element and examine them?
In my code I initialize a WebRTCAdaptor and pass to the param remoteVideoId an id of a video element on the page.
PS - I saw that you propose a solution for latency check using OCR (https://resources.antmedia.io/v1/docs/measuring-end-to-end-latency) however I would like to measure it directly. Also, I have a problem syncing the time between the client and the server.
Question
Erez Cohen
I'm trying to figure out the latency we have from our backend where we have the server to our frontend webapp displaying the video.
In the backend we add certain data to a specific frame after a user interaction (could be to the frame's metadata or even adding image data onto the frame itself) while in the frontend we would like to examine ALL the frames received for several seconds and find the specific frame.
My question is: Is there a way to do it using the WebRTCAdaptor interface?
That is, is there a way to obtain all frames before / after they're passed to the video element and examine them?
In my code I initialize a WebRTCAdaptor and pass to the param remoteVideoId an id of a video element on the page.
PS - I saw that you propose a solution for latency check using OCR (https://resources.antmedia.io/v1/docs/measuring-end-to-end-latency) however I would like to measure it directly. Also, I have a problem syncing the time between the client and the server.
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Aug 1
1
Aug 2
1
Aug 5
1
Top Posters For This Question
Erez Cohen 2 posts
mekya 1 post
Popular Days
Aug 1 2022
1 post
Aug 2 2022
1 post
Aug 5 2022
1 post
2 answers to this question
Recommended Posts