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