-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Sharing "big" files in Chrome and Safari/Firefox over webrtc not working #1307
Comments
I've tested this with https://github.com/ipfs/js-ipfs/tree/master/examples/exchange-files-in-browser multiple times and I've been always successful. @AquiGorka can you check again if this is still a issue was it ever a issue? |
@diasdavid thanks for the reply, it is an issue. I wrote a more detailed explanation here: https://github.com/AquiGorka/test-ipfs-file-sharing There are two configurations for the signaling server:
The example you mention uses
which will always work well. In my test scenario if the signaling server is set to use My test uses a "private" IPFS network where the only nodes connecting are the browser nodes, I am aware there are some implementations off |
I developed a GIF sharing app that uses IPFS and implemented cross-browser e2e tests, if the settings use You can check out the app & tests here: |
@jacobheun this is the issue I was telling you about after your talk at IPFS camp. |
@AquiGorka thank for pinging me here. I'll be looking into this as a part of #2161 (comment), as I believe the underlying issue has to do with a bug in Chrome and the max 64k webrtc message/chunk size. |
js-ipfs is being deprecated in favor of Helia. You can #4336 and read the migration guide. Please feel to reopen with any comments by 2023-06-02. We will do a final pass on reopened issues afterwards (see #4336). This is something we should have a test for in libp2p if we don't already. re-assigning to @achingbrain as he has more context. |
This is fixed in |
Type: Bug
Description & steps to reproduce:
https://github.com/AquiGorka/test-ipfs-file-sharing
I understand there are a couple of issues around that might relate to this, in that case this is just double checking you are aware of this behaviour and asking for an ETA–I did try to hack around to make this work modifying the MAX_MESSAGE_SIZE as discussed here but that did not work.
By "big" I mean: not able to share files bigger than 500Kb (actual limit might be different).
The text was updated successfully, but these errors were encountered: