This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
d07b2944db
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 10:04:21 +02:00
export
interface
LiveVideo
{
Live streaming implementation first step
2020-09-17 09:20:52 +02:00
rtmpUrl
:
string
streamKey
:
string
Add ability to save live replay
2020-10-26 16:44:23 +01:00
saveReplay
:
boolean
Live streaming implementation first step
2020-09-17 09:20:52 +02:00
}