renovate[bot] on renovate_babel-monorepo
chore(deps): update dependency … (compare)
webtorrent/bittorrent-tracker
. In the README it says that customParam can be provided to the tracker. Does it also mean that the tracker will forward this customParam to all the peers?// provide parameters to the tracker
client.update({
uploaded: 0,
downloaded: 0,
left: 0,
customParam: 'blah' // custom parameters supported
})
irc-discord-bot
<12alidevjimmy> why when i add magnet url from 1377x it doesn't work? but when i use default magnet (that is in doc) it works fine
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> 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