]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/live/live-video.model.ts
Support RTMPS
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video.model.ts
index a3f8275e3698f9ebc0a3cf00abad771989f6fe0b..815a93804953fbdfe71c6f65287188e6f2d74de2 100644 (file)
@@ -1,5 +1,8 @@
 export interface LiveVideo {
   rtmpUrl: string
+  rtmpsUrl: string
+
   streamKey: string
   saveReplay: boolean
+  permanentLive: boolean
 }