在WebRTC APIs - RTCDataChannel中,傳輸數據時只能傳輸Blob與ArrayBuffer,剛好藉此機會,來了解開發時常用於檔案上傳處理(如照片上傳等)的兩種物件。 Blob Blob(Binary large Object)物件,主要目的是提供可代表及 ...
在WebRTC APIs - RTCDataChannel中,傳輸數據時只能傳輸Blob與ArrayBuffer,剛好藉此機會,來了解開發時常用於檔案上傳處理(如照片上傳等)的兩種物件。 Blob Blob(Binary large Object)物件,主要目的是提供可代表及 ...
學習目標 運用 RTCDataChannel 在 peers 間傳遞文檔(File data) > 附上完整程式碼 實作 利用 RTCDataChannel 實作簡單檔案上傳及傳送 HTML 以下是這次的模板: input ...
學習目標 了解 RTCDataChannel 中的 methods及作用 > 透過前一章節的實作,本章藉由分解過程來了解RTCDataChannel中的功能 RTCDataChannel 介紹 > The RTCDataChannel ...
介紹 WebRTC APIs 三大核心之一 RTCDataChannel 學習目標 運用 RTCDataChannel 在 peers 間傳遞資料 > 同樣先實作個簡單應用來當作入門,試試水溫。 RTCDataChannel 簡介 RTCDataChannel主要負責在 peer-to-peer 間建立傳輸資料的通道,比如彼此傳輸文件檔案或照片...等等二進制資源 ...
什麼是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 ...