构建Myntra的视频平台:第3部分

This article is the 3rd one in the series ‘Building Myntra’s Video Platform’. In case you haven’t read the first and second parts, you may want to read the same for better context.

本文是系列文章“构建Myntra的视频平台”的第三篇。如果您还没有阅读第一和第二部分,建议您阅读以获得更好的背景。

In this article we will dwell a bit more on the WebRTC side.

在本文中,我们将更详细地讨论WebRTC方面。

WebRTC enables two way communication between multiple people, typically less than 1000. The cost of running WebRTC for a very large number of users is very high. The lag / latency is less, running in less than a second, can run in a few ms too.

WebRTC实现了多人之间的双向通信,通常少于1000人。对于非常大量的用户来说,运行WebRTC的成本非常高。延迟/延迟较低,运行时间少于一秒,也可以在几毫秒内运行。

One of the questions which people generally have in their mind around WebRTC is whether is it the only solution which enables such communication? The answer is no. It is possible to build custom solutions too. As per How Zoom’s web client avoids using WebRTC (DataChannel Update) — webrtcHacks, Zoom initially used Websockets and WebAssembly to transfer and decode media initially and later moved to WebRTC Datachannel as of 2019 but still doesn’t use the complete WebRTC stack. There are many other options too.

人们普遍对WebRTC有一个问题,那就是它是否是唯一能实现这种通信的解决方案?答案是否定的。也可以构建自定义解决方案。根据How Zoom’s web client avoids using WebRTC (DataChannel Update) — webrtcHacks,Zoom最初使用Websockets和WebAssembly来传输和解码媒体,后来在2019年转向WebRTC Datachannel,但仍未使用完整的WebRTC堆栈。还有许多其他选择。

However, using WebRTC has many advantages the most important ones being

然而,使用WebRTC有许多优势,其中最重要的是

  • Its an Open Source software
  • 这是一个开源软件
  • It is Free
  • 它是免费的
  • It has support of Large developer community
  • 有大型开发者社区的支持
  • Its an end-to end platform and is device independent
  • 它是一个端到端平台,且与设备无关

Some of the most popular firms & products using / have used WebRTC in some form or the other include

一些最受欢迎的公司和产品在某种程度上使用了WebRTC,包括

  • Google (Meet, Duo, Hangouts)
  • Google(Meet,Duo,Hangouts)
  • Meta (Facebook Messenger, Instagram Live, WhatsApp)
  • Meta(Facebook Messenger,Instagram Live,WhatsApp)
  • Microsoft (Teams)
  • Microsoft (Teams)
  • Amazon (Chime)
  • Amazon (Chime)
  • Cisco (WebEx)
  • Cisco (WebEx...
开通本站会员,查看完整译文。

首页 - Wiki
Copyright © 2011-2024 iteam. Current version is 2.125.0. UTC+08:00, 2024-05-03 15:20
浙ICP备14020137号-1 $访客地图$