Skip to content

Instantly share code, notes, and snippets.

@fijiwebdesign
Last active December 24, 2017 06:07
Show Gist options
  • Save fijiwebdesign/18954ed0e84a2488e8f337ac36ee9b89 to your computer and use it in GitHub Desktop.
Save fijiwebdesign/18954ed0e84a2488e8f337ac36ee9b89 to your computer and use it in GitHub Desktop.
TorCDN embed code for broadcast viewer
<!--
Usage:
Replace the {uid} with a unique ID of the broadcaster.
All broadcasts are public at this time. So anyone with the UID of a broadcaster can view the video stream.
Example:
uid: abczyx
<iframe src="https://play.torcdn.com/broadcast/{uid}"></iframe>
-->
<iframe src="https://play.torcdn.com/broadcast/{uid}"></iframe>
<!-- End TorCDN embed code -->
@fijiwebdesign
Copy link
Author

fijiwebdesign commented Sep 26, 2017

@@Usage:

Replace the {uid} with a unique ID of the broadcaster.

All broadcasts are public at this time. So anyone with the UID of a broadcaster can view the video stream.

Example:

uid: abczyx

<iframe src="https://play.torcdn.com/broadcast/viewer/abczyx"></iframe>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment