Package Information
Released: 9/17/2025
Downloads: 1 weekly / 23 monthly
Latest Version: 1.0.5
Author: narankhetani
Available Nodes
Documentation
n8n-nodes-wowza
An n8n community node for interacting with Wowza Streaming Engine API.

Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install a community node
- Enter
n8n-nodes-wowza - Click Install
Manual Installation
npm install n8n-nodes-wowza
Operations
Stream Targets (Push Publish)
- Enable: Enable a stream target for push publishing
- Disable: Disable a stream target
- Get Status: Get the current status of a stream target
- List All: List all stream targets in an application
Credentials
The node uses Wowza API credentials:
- Server URL: Your Wowza server URL (e.g.,
http://your-server.com:8087) - Username: Wowza REST API username
- Password: Wowza REST API password
Usage Example
- Add Wowza node to your workflow
- Configure credentials with your Wowza server details
- Set operation to "Stream Target"
- Choose action: Enable, Disable, Get Status, or List All
- Enter application name (e.g., "live")
- Enter stream target name (for specific actions)
Compatibility
- Tested with Wowza Streaming Engine 4.6+
- Requires n8n version 0.87.0+
Development
git clone https://github.com/yourusername/n8n-nodes-wowza.git
cd n8n-nodes-wowza
npm install
npm run build
License
MIT
Resources
Keywords
n8n, wowza, streaming, rtmp, live-streaming, push-publish, stream-targets
