+ {!fetchingChannels && activeChannelClaim && (
+ <>
+
- {/* Display StreamKey */}
- {streamKey ? (
-
- {/* Stream Server Address */}
- 0 && (
+
+
+
+ >
+ }
/>
+ )}
- {/* Stream Key */}
-
-
- ) : (
-
-
{JSON.stringify(activeChannelClaim)}
- {sigData &&
{JSON.stringify(sigData)}
}
-
- )}
-
- {/* Stream Claim(s) */}
- {livestreamClaim && livestreamClaims ? (
-
-
Your LiveStream Claims
-
- {livestreamClaims.map((claim) => (
-
- ))}
-
- {/*Your LiveStream Claims
- */}
-
- ) : (
-
-
You must first publish a livestream claim before your stream will be visible!
-
- {/* Relies on https://github.com/lbryio/lbry-desktop/pull/5669 */}
-
- )}
-
- {/* Debug Stuff */}
- {streamKey && false && (
-
-
Debug Info
-
- {/* Channel ID */}
-
+
+
+ }
/>
+ )}
- {/* Signature */}
-
+ {/* Debug Stuff */}
+ {streamKey && false && (
+
+
Debug Info
- {/* Signature TS */}
-
+ {/* Channel ID */}
+
- {/* Hex Data */}
-
+ {/* Signature */}
+
- {/* Channel Public Key */}
-
-
- )}
-
- )}
+ {/* Signature TS */}
+
+
+ {/* Hex Data */}
+
+
+ {/* Channel Public Key */}
+
+
+ )}
+ >
+ )}
+
);
}
diff --git a/ui/scss/component/_livestream.scss b/ui/scss/component/_livestream.scss
index fb218a88d..9cca8fcb0 100644
--- a/ui/scss/component/_livestream.scss
+++ b/ui/scss/component/_livestream.scss
@@ -196,3 +196,7 @@
display: inline-block;
}
}
+
+.livestream__publish-intro {
+ margin-top: var(--spacing-l);
+}