admin管理员组

文章数量:1430077

In WebRTC, There have three main JavaScript APIs

  1. MediaStream
  2. RTCPeerConnection
  3. RTCDataChannel.

Now, I'm try to develop, File Transfer between two browsers. Firstly, connect each browser with PeerConnection. And then, desired file are added with (Browse). And, send to with RTCDataChannel.

How can I develop this web application?

In WebRTC, There have three main JavaScript APIs

  1. MediaStream
  2. RTCPeerConnection
  3. RTCDataChannel.

Now, I'm try to develop, File Transfer between two browsers. Firstly, connect each browser with PeerConnection. And then, desired file are added with (Browse). And, send to with RTCDataChannel.

How can I develop this web application?

Share Improve this question edited Feb 11, 2017 at 7:03 ROMANIA_engineer 56.8k30 gold badges210 silver badges205 bronze badges asked Dec 5, 2013 at 9:30 NayNay 2564 silver badges16 bronze badges 1
  • Also check out sharefest.me. Repo is at github./Peer5/Sharefest. – Sam Dutton Commented Dec 6, 2013 at 11:56
Add a ment  | 

1 Answer 1

Reset to default 3

May this tutorial help you:-- https://www.webrtc-experiment./docs/how-file-broadcast-works.html

本文标签: javascriptHow to transfer file between two browsers with WebRTCStack Overflow