Australian + NZ live streams with optional international TV and Sports (curated).
AU IPTV lets you stream Australian, NZ as well as radio and Sports Channels through stremio :) more to be added
TO SETUP CONTENT MANUALLY VISIT BELOW ADDON WEBSITE TO GET ADDON LINK TO INSTALL:
https://mlv2yh442tgmghb4ypcuvwwcte0wmcdc.lambda-url.ap-southeast-2.on.aws/
https://github.com/josharghhh/AU-IPTV_StremioAddon
A Stremio add-on that provides Australian IPTV streams with:
Data sourced from Matt Huismanβs AU IPTV.
# 1. Clone this repository
git clone https://github.com/YOUR_GITHUB_USERNAME/au-iptv-stremio.git
cd au-iptv-stremio
# 2. Install dependencies
npm install
# 3. Run the add-on locally
npm start
The server will start on:
http://localhost:7000
π Deploying
You can run this anywhere Node.js works β including:
Local machine
VPS (Linux/Windows)
Free serverless hosting (Vercel, Netlify, Render, AWS Lambda, etc.)
π₯ Installing in Stremio
Option 1 β Web installer
Go to your add-onβs landing page in a browser:
http://localhost:7000
Select your region & preferences.
Click Open in Stremio Web or Open in Stremio App.
Option 2 β Manual
Copy the generated manifest URL from the landing page.
In Stremio, go to Add-ons β Community Add-ons β Install via URL.
Paste the manifest URL and confirm.
β Configuration
The landing page lets you:
Choose region
Include/Exclude regional channels
Include Radio stations (shown in their own catalog)
π Development
server.js β main add-on logic
Landing page β public/index.html
EPG/Logos/Channels pulled live from i.mjh.nz
To restart after edits:
npm start
//To change between hosting local and online change the last 9 lines of index either comment out or in what is required
example below:
//ONLINE SERVERLESS ENABLED ADDON
//Online Enable Addon comment out below line local debugging/testing
module.exports.handler = serverless(app);
//DEBUG LOCAL TESTING
// Uncomment the following lines to run the server locally for testing this will spin up on http://localhost:7000
//if (require.main === module) {
// const PORT = process.env.PORT || 7000;
// app.listen(PORT, () => console.log('Listening on', PORT));
//}
This site uses cookies to improve your browsing experience and show personalized content.