Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upwebseed without WebRTC #882
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
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 |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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