Yass Tsai
  • Blog
  • Tags
Yass Tsai

  • Blog
  • Tags
[實作篇]WebRTC APIs - RTCDataChannel ( transfer file / data )

學習目標 運用 RTCDataChannel 在 peers 間傳遞文檔(File data) > 附上完整程式碼 實作 利用 RTCDataChannel 實作簡單檔案上傳及傳送 HTML 以下是這次的模板: input ...

Yass.tsai   in Taipei
Wed Sep 30 2020
WebAPIs WebRTC Javascript RTCDataChannel
[知識篇]WebRTC APIs - RTCDataChannel

學習目標 了解 RTCDataChannel 中的 methods及作用 > 透過前一章節的實作,本章藉由分解過程來了解RTCDataChannel中的功能 RTCDataChannel 介紹 > The RTCDataChannel ...

Yass.tsai   in Taipei
Tue Sep 29 2020
WebAPIs WebRTC Javascript RTCDataChannel
[實作篇]WebRTC APIs - RTCDataChannel - transfer text data

介紹 WebRTC APIs 三大核心之一 RTCDataChannel 學習目標 運用 RTCDataChannel 在 peers 間傳遞資料 > 同樣先實作個簡單應用來當作入門,試試水溫。 RTCDataChannel 簡介 RTCDataChannel主要負責在 peer-to-peer 間建立傳輸資料的通道,比如彼此傳輸文件檔案或照片...等等二進制資源 ...

Yass.tsai   in Taipei
Mon Sep 28 2020
WebAPIs WebRTC Javascript RTCDataChannel
[知識篇]WebRTC - Session Description Protocol (SDP)

什麼是SDP > Session Description Protocol (SDP) is a standard for describing the multimedia content of the connection such as resolution, formats, codecs, encryption, etc. so that both peers can und ...

Yass.tsai   in Taipei
Sun Sep 27 2020
WebAPIs WebRTC Javascript SessionDescriptionProtocol
[觀念篇]WebRTC APIs - RTCPeerConnection object (Event handlers / methods)

學習目標 了解 RTCPeerConnection 中的Event handlers及methods > 延續上一章節的實作,這裡會一一講解每個步驟 RTCPeerConnection 介紹 constructor pc = new RTCPeerConnection([configuration]); 我們將P2P建立連 ...

Yass.tsai   in Taipei
Fri Sep 25 2020
WebAPIs WebRTC Javascript RTCPeerConnection
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Privacy Policy
  • MIT Licensed | Copyright © 2018-present Vue.js