Last active
December 24, 2017 06:08
-
-
Save fijiwebdesign/07f11c9330b0098895a4b8ffe5f1afae to your computer and use it in GitHub Desktop.
TorCDN Embed code for static video streaming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Usage: | |
Replace the {url} with the URL of the video file. | |
Example: | |
video url: https://player.vimeo.com/external/135736646.hd.mp4?s=ed02d71c92dd0df7d1110045e6eb65a6&profile_id=119 | |
<iframe src="https://play.torcdn.com/https%3A%2F%2Fplayer.vimeo.com%2Fexternal%2F135736646.hd.mp4%3Fs%3Ded02d71c92dd0df7d1110045e6eb65a6%26profile_id%3D119"></iframe> | |
--> | |
<iframe src="https://play.torcdn.com/{url}"></iframe> | |
<!-- End TorCDN Embed Code --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment