diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:36:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:38:17 +0100 |
commit | df1db951c512a58110171d046ef367789df02733 (patch) | |
tree | a8894b4a4864d9e378923f011b4ca9d206e2ee0b /support | |
parent | 8dd754c76735417305c4b68e2ada6f623e9d7650 (diff) | |
download | PeerTube-df1db951c512a58110171d046ef367789df02733.tar.gz PeerTube-df1db951c512a58110171d046ef367789df02733.tar.zst PeerTube-df1db951c512a58110171d046ef367789df02733.zip |
Support RTMPS
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 48109664a..0f72b08d2 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -7258,6 +7258,8 @@ components: | |||
7258 | properties: | 7258 | properties: |
7259 | rtmpUrl: | 7259 | rtmpUrl: |
7260 | type: string | 7260 | type: string |
7261 | rtmpsUrl: | ||
7262 | type: string | ||
7261 | streamKey: | 7263 | streamKey: |
7262 | type: string | 7264 | type: string |
7263 | description: RTMP stream key to use to stream into this live video | 7265 | description: RTMP stream key to use to stream into this live video |