最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to transfer file between two browsers with WebRTC - Stack Overflow

programmeradmin1浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论