+ {/* Channel Selector */}
+
+
+ {/* Display StreamKey */}
+ { streamKey
+ ? (
+ {/* Stream Server Address */}
+
+
+ {/* Stream Key */}
+
+
)
+ : (
+
+
{JSON.stringify(activeChannelClaim)}
+ { sigData &&
+
{JSON.stringify(sigData)}
+ }
+
+ )
+ }
+
+ {/* Stream Claim(s) */}
+ { livestreamClaim ? (
+
+
Your LiveStream Claims
+
+
+ ) : (
+
+
You must first publish a livestream claim before your stream will be visible!
+
TODO: add a button for this
+
+ )}
+
+ {activeChannelClaim &&
+ Public Key: {activeChannelClaim.value.public_key}
+ }
+
+ )}
+