Seedess Guide
Seedess can be used to stream your existing videos over Bittorrent and browser P2P transparently. You can also stream video from BitTorrent directly.
Last updated
Seedess can be used to stream your existing videos over Bittorrent and browser P2P transparently. You can also stream video from BitTorrent directly.
Last updated
Your existing videos can benefit greatly from transparent P2P streaming. Transparent P2P streaming allows viewers of your video to optimally share pieces of the video with each other while they watch - increasing the streaming capacity of your server and increasing video download speed.
To understand P2P streaming view the demo at
At the moment we are working on releasing an open source transparent P2P video streaming library as well as a hosted solution.
For updates please register at
For now you try out the BitTorrent streaming API below.
To stream from BitTorrent in the browser all you need is a torrentId
.
A torrentId
can be an infoHash
, magnet
or .torrent
file.
To stream a magnet, add the magnet
to the seedess player URL, https://play.seedess.com/
The following magnet is for an mp4
video.
The player URL loads the video player. You can generate a video player for any magnet by appending the magnet to the end of https://play.seedess.com/
Copy and paste the below player example to your browser URL.
The HTML embed can be embedded directly into you HTML page.
For more examples view the section.