Skip to content

Instantly share code, notes, and snippets.

@fijiwebdesign
Last active December 24, 2017 06:09
Show Gist options
  • Save fijiwebdesign/f4ce81a3cf1d70d2cb77e44027db8c2a to your computer and use it in GitHub Desktop.
Save fijiwebdesign/f4ce81a3cf1d70d2cb77e44027db8c2a to your computer and use it in GitHub Desktop.
Embed code for TorCND video player using .torrent file
<!--
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: "torrent" parameter {http://example.com/path/to/torrent-file.torrent}
with the url of the .torrent file you want to stream.
Ensure that the "torrent" parameter value is urlencoded.
With javascript, use eg: encodeURIComponent('https://torcdn.com/torrent/4833706BFB18BB2AA7B43D77D774F05642A27CE4.torrent')
Example:
<iframe src="https://play.torcdn.com/https%3A%2F%2Ftorcdn.com%2Ftorrent%2F4833706BFB18BB2AA7B43D77D774F05642A27CE4.torrent"></iframe>
-->
<iframe src="https://play.torcdn.com/{http://example.com/path/to/torrent-file.torrent}"></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