peertube-plugin-liveapi-live-stream
v0.0.8
Published
Integrate LiveAPI streams with PeerTube
Downloads
7
Readme
LiveAPI stream support for PeerTube
Status: Proof of concept
Attach LiveAPI streams to a PeerTube live videos.
Getting started
- Install plugin
- Enter your credentials in the plugin settings page.
- Setup a webhook with the URL from the settings page
- Create a live video in PeerTube
- Leave the video edit page, and go back again
- A modal is shown with the stream configuration (RTMP URL and key)
- Start your stream
Todo
- ~~Auto load the video when page is loaded in WAINTING_FOR_LIVE state.~~
- Show the stream config directly when live has been created.
- Make LiveAPI to add EXT-X-ENDLIST when the stream ends to make sure it quits gently.