Skip to content

Instantly share code, notes, and snippets.

@fijiwebdesign
Last active December 24, 2017 06:08
Show Gist options
  • Save fijiwebdesign/535b810f9f9a5b7be7bf61320a6846c5 to your computer and use it in GitHub Desktop.
Save fijiwebdesign/535b810f9f9a5b7be7bf61320a6846c5 to your computer and use it in GitHub Desktop.
TorCDN embed code for broadcasting video
<!--
Usage:
Replace the {uid} with a unique ID for this broadcaster.
Make sure the uid is unique.
An example UID in JavaScript:
var uid = parseInt(Math.ceil(Math.random()*Math.pow(10, 20))).toString(36)
Example:
uid: abczyx
<iframe src="https://play.torcdn.com/broadcast/abczyx"></iframe>
-->
<iframe src="https://https://play.torcdn.com/broadcast/{uid}"></iframe>
<!-- End TorCDN Embed Code -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment