de-id / live-streaming-demo

Use D-ID's live streaming API to stream a talking presenter
MIT License
166 stars 147 forks source link

Add logging with timing information #16

Closed juberti closed 8 months ago

juberti commented 1 year ago

Hi, this adds log statements showing the time it takes for the sample client to start playing video after the Start button is clicked, allowing the latency mentioned in #15 to be measured.

juberti commented 1 year ago

@orgoro, any interest in this PR?

orgoro commented 9 months ago

Why did you use the on track interval?

I think the performance is available in the network inspect of the browser is enough

orgoro commented 8 months ago

We are adding timing breakdown information in the websocket notification API

Will be added to this repo later