1. 程式人生 > >FFmpeg音視訊核心技術精講

FFmpeg音視訊核心技術精講

你將學到什麼

在這一步中,您將瞭解如何:

  • 使用在Node.js上執行的Socket.IO執行WebRTC信令服務
  • 使用該服務在對等體之間交換WebRTC元資料。

此步驟的完整版本位於step-05資料夾中。

替換HTML和JavaScript

用記憶體的內容替換 index.html中的內容:

<!DOCTYPE html>
<html>

<head>

  <title>Realtime communication with WebRTC</title>

  <link rel="stylesheet" href="/css/main.css" />

</head>

<body>

  <h1>Realtime communication with WebRTC</h1>

  <div id="videos">
    <video id="localVideo" autoplay muted></video>
    <video id="remoteVideo" autoplay></video>
  </div>

  <script src="/socket.io/socket.io.js"></script>
  <script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
  <script src="js/main.js"></script>
  
</body>

</html>

學習要趁早,點滴記錄,學習就是進步!

不要到處找了,抓緊提升自己。

對於學習有困難不知道如何提升自己可以加 Q群:702101215

下載地址:版權保護,不再提供網路下載地址。

http://www.pplsunny.top