Comments on: How to Send a File Using WebRTC Data API https://bloggeek.me/send-file-webrtc-data-api/ The leading authority on WebRTC Sat, 02 Jul 2022 15:48:51 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/send-file-webrtc-data-api/#comment-122945 Wed, 12 Aug 2020 13:17:40 +0000 http://bloggeek.me/?p=3280#comment-122945 In reply to Paresh Rathod.

Paresh,

If the client changes its IP address the WebRTC connection will be severed. In such a case, you will need to conduct an ICE restart procedure or to connect a new peer connection.

]]>
By: Paresh Rathod https://bloggeek.me/send-file-webrtc-data-api/#comment-122944 Wed, 12 Aug 2020 12:22:48 +0000 http://bloggeek.me/?p=3280#comment-122944 I want to send data and streams to my client using webrtc, I am running webrtc server or static ip and clients run on dynamic ip.

I just wanted to know if suppose client dynamic IP change while sending data, client will receive data or not, connect still exists or lost.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/send-file-webrtc-data-api/#comment-122809 Wed, 29 Jul 2020 11:30:48 +0000 http://bloggeek.me/?p=3280#comment-122809 In reply to Rajkumar.

You can transfer any type of data you see fit

]]>
By: Rajkumar https://bloggeek.me/send-file-webrtc-data-api/#comment-122808 Wed, 29 Jul 2020 10:48:42 +0000 http://bloggeek.me/?p=3280#comment-122808 Is it possible to transfer powerpoint slides?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/send-file-webrtc-data-api/#comment-119875 Thu, 07 Nov 2019 11:51:16 +0000 http://bloggeek.me/?p=3280#comment-119875 In reply to Roland.

Fixed – thanks for pointing this one out Roland

]]>
By: Roland https://bloggeek.me/send-file-webrtc-data-api/#comment-119874 Thu, 07 Nov 2019 11:39:14 +0000 http://bloggeek.me/?p=3280#comment-119874 Hi, why is the background dark gray and the text black? It is very difficult to follow the tutorial then

]]>
By: Chris Simpson https://bloggeek.me/send-file-webrtc-data-api/#comment-116915 Fri, 27 May 2016 21:55:12 +0000 http://bloggeek.me/?p=3280#comment-116915 In reply to Ivan Musko.

In the interest of keeping up to date, indeed it was a pain in the bu**, but not impossible now at least!

There’s quite a few WebRTC based file transfer proofs online now with reasonable cross browser support.

http://reep.io for example is an open source WebRTC based WeTransfer-like service which works really smoothly, as I understand it, if people aren’t online to receive files, it holds them in waiting to be downloaded in a Postgres Database. These eventually expire. It’s open source too ( https://github.com/KodeKraftwerk/reepio)

http://send-anywhere.com is a Korean Start-up also based on WebRTC, they also have supporting Android/IOs apps and a new chrome extension. Apple has reportedly hired an engineer recently to implement webRTC into their Safari browser, I remain hopeful!

https://seshi.io is a WebRTC based file transfer site for instant transfer between friends/devices which uses IndexedDB for local storage rather than storing any files on a server. It came out of a University research project (Disclaimer, I’m the developer of it, although ‘developer’ is pushing it!)

]]>
By: Tsahi Levent-Levi https://bloggeek.me/send-file-webrtc-data-api/#comment-116914 Fri, 27 Feb 2015 16:59:04 +0000 http://bloggeek.me/?p=3280#comment-116914 In reply to Philipp Hancke.

Philipp,

Thanks. I’ve been worried about this one, as it gets traffic on a daily basis. Care to write a guest post? I’ll forward readers of this one from the top of the page to the new one 🙂

]]>
By: Philipp Hancke https://bloggeek.me/send-file-webrtc-data-api/#comment-116913 Fri, 27 Feb 2015 15:25:55 +0000 http://bloggeek.me/?p=3280#comment-116913 I’ve been suspecting that people read this when they end up using RTP-based datachannels… the advice to pass { optional:[{ RtpDataChannels:true }]} as constraints is somewhat outdated.

http://webrtc.github.io/samples/src/content/datachannel/filetransfer/
shows the 2015 way to do it.

🙂

]]>
By: daslicht https://bloggeek.me/send-file-webrtc-data-api/#comment-116912 Wed, 29 Jan 2014 12:22:26 +0000 http://bloggeek.me/?p=3280#comment-116912 In reply to Hadar Weiss.

This looks very nice, is there also a way to playback an audio file instead of initializing download?

]]>