Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use public trackers in production #64

Closed
mrlika opened this issue Apr 13, 2019 · 9 comments
Closed

Don't use public trackers in production #64

mrlika opened this issue Apr 13, 2019 · 9 comments

Comments

@mrlika
Copy link
Member

mrlika commented Apr 13, 2019

See FAQ

@mrlika mrlika pinned this issue Apr 13, 2019
@mrlika mrlika changed the title Do not use public trackers for production. They can handle about 5k peers only. Do not use public trackers for production. 5k peers limit. Apr 13, 2019
@mrlika mrlika changed the title Do not use public trackers for production. 5k peers limit. Don't use public trackers for production. 5k peers limit. Apr 13, 2019
@mullerivan
Copy link

mullerivan commented Apr 13, 2019

We have a Free but Private tracker that may support over 500k viewers on the same time,

feel free to contact US [email protected]
https://swarm.video

Screenshot from 2019-04-13 11-43-33

@shell1986
Copy link

shell1986 commented Apr 13, 2019

we moved, could you write in detail about the configuration of the tracker?

@shell1986
Copy link

shell1986 commented Apr 13, 2019

@mullerivan

This question is addressed to the author.

@mrlika
Copy link
Member Author

mrlika commented Apr 13, 2019

You can run any WebTorrent tracker. This one will work: https://github.com/Novage/wt-tracker
It is WebSockets application.

Then specify your personal tracker in the configuration of the engine.

@shell1986
Copy link

shell1986 commented Apr 13, 2019

You can run any WebTorrent tracker. This one will work: https://github.com/Novage/wt-tracker
It is WebSockets application.

Then specify your personal tracker in the configuration of the engine.

I launched, tracker and watch similar errors as your trackers(502). While the server load is less than 3%.

@mrlika
Copy link
Member Author

mrlika commented Apr 13, 2019

Novage runs only one tracker and it can't respond 502 at all:

Screenshot_20190413_230358

@mrlika
Copy link
Member Author

mrlika commented Apr 13, 2019

Other trackers are from https://openwebtorrent.com/ project.

@shell1986
Copy link

shell1986 commented Apr 13, 2019

@mrlika Мы наверно всетаки не понимаем друг друга. Я установил сервер который был по ссылке. У него к сожалению нет документации к настройкам. У меня вопрос собвственно что обозначают настройки

      "websockets": {
        "path": "/*",
        "maxPayloadLength": 65536,
        "idleTimeout": 240,
        "compression": 1
      }
    }
  ],

  "tracker": {
    "maxOffers": 20,
    "announceInterval": 220
  },

А так же есть ли настройки таймаута в самом движке p2p, которые умешат кол запросов от пользователя.

@mrlika
Copy link
Member Author

mrlika commented Apr 13, 2019

See updated documentation. Looks like announceInterval is what you need - it controls announce requests frequency on the clients.

@mrlika mrlika closed this as completed Apr 18, 2019
@mrlika mrlika changed the title Don't use public trackers for production. 5k peers limit. Don't use public trackers in production Apr 23, 2019
@mrlika mrlika unpinned this issue Jul 16, 2024
@mrlika mrlika pinned this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants