-
Notifications
You must be signed in to change notification settings - Fork 17
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
WebTorrent doesn't play the movie #1
Comments
A better example, when pasting this in your chrome console on
|
Hi In webtorrrent faq
And someone report this: So I am not sure,please check it. |
True, we have to basically reseed all the movies to work with the protocol. So that's where I'm currently working on. |
Are there any alternative solutions to use webtorrent that would allow us to use pre-seeded torrents? If thats not an option, what is the solution you're looking to impliment? |
I'm still looking for the best way to do it and if I really have to reseed all the torrents to webtorrent. |
I found webtorrent need to connect to tracker.webtorrent.io How about use own tracker? And since its with p2p network,if any people watch the video and upload the video,they could be a seed too or only one original seed? |
@fonewoda If you take a look at a random magnet link you will see there is a They could be a seed too but they need something like a torrent client installed though. They can't do it from there browser. |
@KeizerDev so other user can't be seed,only one seed upload the video,but the seed bandwidth is limit,will it be very slow when watch video or need huge bandwidth?Thanks. |
We manage to fix this. Release soon. |
When just passing the magnet link to webtorrent, it won't ever start. Maybe my magnet path si wrong or there is something wrong with https://github.com/KeizerDev/Browsertime/blob/master/server.js#L45-L50.
The text was updated successfully, but these errors were encountered: