Android Video Streaming Latency Issue...

Raushan Kumar Choudhary raushankumar at tataelxsi.co.in
Tue Nov 17 05:59:04 PST 2015


We are able to stream video with 150ms latency in ipad and windows using the same pipeline but in android it is having problem.So can you let me know in android do we need to add something in pipeline.

Thanks,
Raushan

________________________________________
From: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Sent: Tuesday, November 17, 2015 7:25 PM
To: Raushan Kumar Choudhary; Discussion of the development of and with GStreamer
Subject: Re: Android Video Streaming Latency Issue...

Le mardi 17 novembre 2015 à 09:17 +0000, Raushan Kumar Choudhary a
écrit :
>   in 1st case video is smooth but the latency is around  5 to 10s but
>  In 2nd case we are having distorted video and latency is around 1s .
>   Can you please let us know which pipeline we should use so that we
> can get latency around 150ms and video playing should be smooth.

With pipeline 1, the receiver will introduce between 200 and 250ms
(depending on the videosink you are using). The encoding profile can
make things much worst. Assuming you have low latency coding (if you
don't know what that mean, you have to seriously study encoding
techniques for real time communication), that's what you should get.
This mean, you have to study your sender to make sure you coding is
appropriate for low latency, and the the sender does not introduce
random (10s) jitter.

Nicolas


More information about the gstreamer-devel mailing list