Skip to content

Instantly share code, notes, and snippets.

@fijiwebdesign
Last active December 24, 2017 06:10
Show Gist options
  • Save fijiwebdesign/116bcf3e27b4c91dc9fbba281d30abed to your computer and use it in GitHub Desktop.
Save fijiwebdesign/116bcf3e27b4c91dc9fbba281d30abed to your computer and use it in GitHub Desktop.
TorCDN video HTML embed codes
<!--
Torrent Video:
Torrent: Cosmos Laundromat [2015]
Publisher: Blender.org
Publisher Page: https://www.blender.org/features/projects/
Torrent Info Page: https://monova.org/4833706BFB18BB2AA7B43D77D774F05642A27CE4
Magnet: magnet:?xt=urn:btih:4833706bfb18bb2aa7b43d77d774f05642a27ce4
InfoHash: 4833706BFB18BB2AA7B43D77D774F05642A27CE4
Torrent File: https://torcdn.com/torrent/4833706BFB18BB2AA7B43D77D774F05642A27CE4.torrent
Usage:
Replace the {magnet} parameter with the magnet of the torrent you want to stream.
Ensure that the torrent "magnet" parameter is urlencoded.
With javascript, use eg: encodeURIComponent('magnet:?xt=urn:btih:4833706bfb18bb2aa7b43d77d774f05642a27ce4')
Example:
<iframe src="https://play.torcdn.com/magnet%3A%3Fxt%3Durn%3Abtih%3A4833706bfb18bb2aa7b43d77d774f05642a27ce4"></iframe>
-->
<iframe src="https://play.torcdn.com/{magnet}"></iframe>
<!-- end HTML embed for streaming torrent video -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment