Proportion value in QOS keeps increasing

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Proportion value in QOS keeps increasing

NarutoKun
This post was updated on .
Hello All,

would like to know if any of you have faced this strange issue.
While I am streaming video feeds consistently well at times I see choppy video. I have three cameras. Only one of them show the choppy video.

I am using same logic to form the GStreamer pipeline for each camera. I took a dive to collect QOS parameters of the BUS viz., running_time, stream_time, proportion, jitter, quality etc.

I have observed proportion value keeps increasing. From 0.11 to 0.599
Once I stop my code and re-run it camera feeds are streaming properly until 5-10mins.
Then again choppy video in one of the camera appears.
 
Could any one direct me to solve this issue.

APIs i used to collect above information are
1. gst_message_parse_qos(msg, live, running_time, stream_time, timestamp, duration);
2. gst_message_parse_qos_values(msg, jitter, proportion, quality);

Thank you for your time !!!