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

webseed without WebRTC #882

Closed
zh99998 opened this issue Aug 8, 2016 · 2 comments
Closed

webseed without WebRTC #882

zh99998 opened this issue Aug 8, 2016 · 2 comments
Labels

Comments

@zh99998
Copy link

@zh99998 zh99998 commented Aug 8, 2016

can webtorrent run without webrtc, in webseed-only (no-p2p) mode?
seems it only need stream api like url blob that can work.

if webtorrent support such environment, how can I check browser can run webtorrent or not?

if not.... then there is a feature request to support this

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Aug 8, 2016

If you just want to use web seeds, that's fine. WebTorrent should work for this use case. I don't think it makes sense to have WebTorrent expose a boolean to see if this is supported, as it's supported in most modern browsers.

You can detect support like this:

var isSupported = typeof MediaSource !== 'undefined'

Note that Safari support is currently broken due to this bug: jhiesey/videostream#24

@feross feross added the question label Aug 8, 2016
@feross feross closed this Aug 8, 2016
@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.