Last active
December 24, 2017 06:07
-
-
Save fijiwebdesign/18954ed0e84a2488e8f337ac36ee9b89 to your computer and use it in GitHub Desktop.
TorCDN embed code for broadcast viewer
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 {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 --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@@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>