This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
19b7ebfaa8
PeerTube
/
shared
/
models
/
videos
/
live
/
live-video.model.ts
6 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add watch messages if live has not started
2020-09-25 03:04:21 -05:00
export
interface
LiveVideo
{
Live streaming implementation first step
2020-09-17 02:20:52 -05:00
rtmpUrl
:
string
streamKey
:
string
Add ability to save live replay
2020-10-26 10:44:23 -05:00
saveReplay
:
boolean
Live streaming implementation first step
2020-09-17 02:20:52 -05:00
}