]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/live/live-video.model.ts
Support RTMPS
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video.model.ts
CommitLineData
a5cf76af 1export interface LiveVideo {
c6c0fa6c 2 rtmpUrl: string
df1db951
C
3 rtmpsUrl: string
4
c6c0fa6c 5 streamKey: string
b5b68755 6 saveReplay: boolean
bb4ba6d9 7 permanentLive: boolean
c6c0fa6c 8}