> On Dec 2, 2023, at 5:19 AM, Ayik Ahmet wrote:
>
> Hello, thank you for responses they helped me a lot. However I came up with a
> new question. I would like to get number of clients.
The way I’d do this is not by looking at RTCP ’transmission statistics'
(because they’re not always reliabl
determine status if RTPSink.
Thanks In Advance
Ozgur Ayik
From: live-devel on behalf of Ross
Finlayson
Sent: Thursday, November 30, 2023 11:46 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Getting jitter value
> On Nov 30, 2
> On Nov 30, 2023, at 11:27 PM, Ayik Ahmet wrote:
>
> Hello, I want to get jitter from my RTPSink, but I cant get
> RTPTransmissionStatsDB by using
>
> RTPTransmissionStatsDB& transmissionStatsDB() const { return
> *fTransmissionStatsDB; }
>
> because RTPTransmissionStatsDB doesnot have an
Hello, I want to get jitter from my RTPSink, but I cant get
RTPTransmissionStatsDB by using
RTPTransmissionStatsDB& transmissionStatsDB() const { return
*fTransmissionStatsDB; }
because RTPTransmissionStatsDB doesnot have any contructor. How can I obtain
this class instance to get jitter?
Ozg