Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 603 Bytes

File metadata and controls

21 lines (16 loc) · 603 Bytes

OBS AVideo Auth Script

A Python script for OBS that authenticates to your AVideo server, fetches the RTMP URL/key, and configures the streaming service automatically.

Features

  • OBS integration via Python
  • RTMP key retrieval via AVideo API
  • Poster image and live title display
  • Error/status feedback inside OBS

Requirements

  • OBS with Python scripting support enabled
  • Python 3.6+ with requests library

Setup

  1. Clone this repo or download the avideo.py file.
  2. In OBS: Tools > Scripts > + > avideo.py
  3. Fill in your username, password, and AVideo server URL.

License

MIT