A Python script for OBS that authenticates to your AVideo server, fetches the RTMP URL/key, and configures the streaming service automatically.
- OBS integration via Python
- RTMP key retrieval via AVideo API
- Poster image and live title display
- Error/status feedback inside OBS
- OBS with Python scripting support enabled
- Python 3.6+ with
requestslibrary
- Clone this repo or download the
avideo.pyfile. - In OBS:
Tools > Scripts > + > avideo.py - Fill in your username, password, and AVideo server URL.
MIT