Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Direct P2P streaming (Android) #132

Open Deleplace opened 8 years ago

Deleplace commented 8 years ago

Direct source-to-target (i.e. mobile-to-desktop) data streaming, possibly using WebSockets and/or WebRTC.

Deleplace commented 8 years ago

This looks like issue #60, but doesn't use GCS and doesn't really need a backend.

Deleplace commented 6 months ago

WebRTC looks like a viable option: https://webrtc.github.io/samples/src/content/datachannel/filetransfer/

Deleplace commented 1 month ago

Implemented: experimental WebRTC transfer for a single large file between 30MB and 150MB.

Not reliable so far, though.