Real-Dev-Squad / website-www

Staging Site ➡ https://staging-www.realdevsquad.com/
https://www.realdevsquad.com/
MIT License
45 stars 126 forks source link

Delay while live streaming #361

Open satyam73 opened 1 year ago

satyam73 commented 1 year ago

In live screen share we want that there should be delay in stream for live screen share.

User Story

When user's join the twitter space there is some delay from twitter's end for listeners so we will have to implement something, so the stream will also get delay for sometime as in twitter. So both will be in sync for the listeners.

Example - Suppose presenter is presenting the screen which consists of 10 presentation and twitter delay of about 6ms.

vikhyat187 commented 1 year ago
satyam73 commented 1 year ago
  • How do we know about the delay?
  • Is there a way to check if delay exists?

1 We have to delay the stream for particular time to sync with Twitter spaces audio, we will be measuring delay for the same.

  1. There is a feature called HLS(HTTP Live Streaming) which has some delay we will look into this.