Back to Peertube

Share Video.Component

client/src/app/shared/shared-share-modal/share-video.component.html

8.1.51.1 KB
Original Source

@if (playlist()) {

Share the video

} @if (isPrivateVideo()) { This video is private so you won't be able to share it with external users Update video privacy } @else if (isPasswordProtectedVideo()) { This video is password protected, please note that recipients will require the corresponding password to access the content. } @else if (video().hasEmbedRestrictions() && isInEmbedTab()) { This video has embed restrictions and may not be shareable on external websites depending on the chosen restrictions. Update embed privacy } URL

QR-Code

Embed @if (notSecure()) { The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites). }

@if (!video().isLive) {

} @if (videoCaptions().length !== 0) {

@for (caption of videoCaptions(); track caption) { {{ caption.language.label }} }

} @if (isInEmbedTab()) {

} @if (!video().isLive) {

}

@if (!video().isLive) {

} @if (!isLocalVideo() && !isInEmbedTab()) {

} @if (isInEmbedTab()) {

} @if (isAdvancedCustomizationCollapsed) { More customization } @else { Less customization }