renovate[bot] on renovate_electron-18.x
chore(deps): update dependency … (compare)
irc-discord-bot
<12alidevjimmy> Thanks 👍
irc-discord-bot
<09Endless> We need more torrent client that support webrtc in the world!
irc-discord-bot
<11ThaUnknown_> currently working on one
irc-discord-bot
<11ThaUnknown_> https://cdn.discordapp.com/attachments/612697220470276119/856521847460855878/unknown.png
irc-discord-bot
<11ThaUnknown_> no
irc-discord-bot
<11ThaUnknown_> well... webseeds
irc-discord-bot
<11ThaUnknown_> all torrents are supported by wrtc peers
irc-discord-bot
<11ThaUnknown_> it having wrtc peers is another story
irc-discord-bot
<11ThaUnknown_> you'd need to scrape trackers to figure that out
irc-discord-bot
<08DiegoRBaquero> general rule: there isn't webrtc peers for a torrent unless you are the one adding webrtc peers to that torrent
irc-discord-bot
<08DiegoRBaquero> about... what?
irc-discord-bot
<12alidevjimmy> that how i can add webrtc peer to torrent
irc-discord-bot
<08DiegoRBaquero> You'd need to seed from webtorrent desktop or browser
irc-discord-bot
<08DiegoRBaquero> See https://github.com/webtorrent/webtorrent/blob/master/docs/faq.md
irc-discord-bot
<12alidevjimmy> thank you so much.
irc-discord-bot
<06Jeff> Can I use an http file like http://mydomain.com/myfile.txt to create a magnet link? Maybe mounting like a local file somehow?
irc-discord-bot
<08DiegoRBaquero> then you'd have a magnet with the webseed available
irc-discord-bot
<06Jeff> another question, pls, I was looking at the issues and I've seen that there are some alternatives for in-memory storage of chunks, like using indexdb etc. But I couldn't find a way to use it in pure html/js, from a CDN, or importing the js file on a <script tag.
irc-discord-bot
<06Jeff> https://www.npmjs.com/package/abstract-chunk-store
irc-discord-bot
<06Jeff> this guy
irc-discord-bot
<06Jeff> I'd like to use any of those to try to reduce memory usage
irc-discord-bot
<03jsNinja> Check out Dexie: https://dexie.org/docs/Tutorial/Getting-started. It's a wrapper for IndexedDb. Makes it easy to use and has a script tag w/ a CDN link.
irc-discord-bot
<03jsNinja> Are there any known issues with the latest version of Safari and WebTorrent? I'm trying to use Bugout, but Safari never makes connections. Other browsers I've beein using (Chrome, Brave) work fine. Debugging Bugout, I see the torrent is created. [Safari Version 14.1.1 (15611.2.7.1.6, 15611)]
irc-discord-bot
<06anesu> Yeah. My only workaround right now is webseeds sadly. This affects WebKit browsers as far as I've tested so including browsers like Safari, Gnome Web etc. Yes some that were based off that like the Chrome Browser (if I recall correctly) have long branched off so yeah
irc-discord-bot
<06anesu> You'll need to also have a torrent file rather than just a magnet to make it work with webseeds properly.
irc-discord-bot
<08DiegoRBaquero> torrent-discovery will only help discover peers
irc-discord-bot
<08DiegoRBaquero> but for metadata you need to contact peers
irc-discord-bot
<03jsNinja> I'm specifically looking for the dn= when the peer connects to the tracker
irc-discord-bot
<06zaaz> webtorrent/webtorrent#886 that is interesting, would love to see this. torrents that can be updated or changed
irc-discord-bot
<04stephin> /root/node_modules/utp-native/lib/connection.js:197 binding.utp_napi_connect(this._utp._handle, this._handle, port, ip) ^ Error: invalid argument at Connection._connect (/root/node_modules/utp-native/lib/connection.js:197:11) at /root/node_modules/utp-native/lib/connection.js:189:10 at processTicksAndRejections (internal/process/task_queues.js:83:21) { code: 'EINVAL' }
irc-discord-bot
<04stephin> how to fix this error?