]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-live.model.ts
Live streaming implementation first step
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-live.model.ts
CommitLineData
c6c0fa6c
C
1export interface VideoLive {
2 rtmpUrl: string
3 streamKey: string
4}