Transform, validate & convert streaming formats in real-time with a sleek cyberpunk interface
Features β’ Quick Start β’ Usage β’ API β’ Deploy β’ Discord
Key Capabilities:
- π MAC Address Validation - Validate single or bulk MAC addresses against Stalker portals with multi-threaded checking
- π² System MAC Generator - Brute-force valid MAC addresses with customizable ranges (00:1A:79:XX:XX:XX)
- π Format Conversion - Convert between Stalker, Xtream Codes, and M3U playlist formats seamlessly
- π Proxy Checker - Real-time proxy validation with response time metrics and concurrent testing
- π¨ Theme Cycling - 7 smooth-transitioning neon themes (Red, Green, Purple, Sky, Orange, Pink, Yellow)
Whether you're managing IPTV services, testing streaming infrastructure, or converting playlist formats, FluxStream provides the tools you need with a beautiful, responsive interface that works on any device.
- Single MAC Check - Validate MAC addresses against Stalker portals
- Bulk MAC Validation - Check multiple MAC addresses with configurable threads (1-100)
- Multi-URL Support - Test MACs across multiple portal URLs simultaneously
- System Generator - Auto-generate and validate MAC addresses in the 00:1A:79 range
- Proxy Rotation - Optional proxy support for all validation requests
- Real-time Updates - Live display of currently checking MAC addresses
- Stalker to M3U - Convert Stalker portal + MAC to standard M3U8 playlists
- Xtream Codes to M3U - Transform Xtream login credentials to M3U format
- M3U Parser & Cleaner - Parse, validate and clean existing M3U playlists
- Channel Analysis - View total channels, categories, and VOD content
- One-Click Download - Export converted playlists instantly
- Real-time Checking - See working proxies appear instantly as they're validated
- Multi-threaded Testing - Concurrent proxy validation (1-100 threads)
- Response Time Metrics - Measure proxy speed in milliseconds
- Format Support - IP:PORT and IP:PORT:USER:PASS formats
- Separated Results - Working and non-working proxies displayed separately
- 7 Neon Themes - Smooth-cycling color schemes with unique icons
- Glitch Effects - Cyberpunk-style animations and obfuscated text
- Responsive Design - Mobile-friendly interface that works everywhere
- Dark Mode - Eye-friendly dark theme with neon accents
- Zero Cache - Always see the latest updates with smart cache control
- Python 3.8 or higher
- pip package manager
- Clone the repository
git clone https://github.com/walterwhite-69/Flux-Stream.git
cd Flux-Stream- Install dependencies
pip install -r requirements.txt- Run the application
python app.py- Access the interface
Open your browser and navigate to http://localhost:5000
- Navigate to the MAC Checker tab
- Enter a Stalker portal URL (e.g.,
http://example.com:80/c/) - Input MAC address in format
00:1A:79:XX:XX:XX - Click Check MAC to validate
- View account info, expiry, channels, and categories
Bulk Checking:
- Enable "Use Multiple URLs" for multi-portal testing
- Enter one MAC per line in "MAC List" section
- Adjust threads (1-100) for optimal performance
- Enable proxy rotation for distributed requests
Stalker to M3U:
- Go to Converter tab
- Enter Stalker portal URL and MAC address
- Click Convert to M3U
- Download the generated playlist
Xtream Codes to M3U:
- Input Xtream server URL (e.g.,
http://server.com:8080) - Enter username and password
- Click Convert to M3U
- Export your playlist
- Open Proxy Checker tab
- Paste proxy list (one per line)
- Set thread count for concurrent testing
- Click Check Proxies
- Working proxies appear in real-time with response times
POST /check_mac
Content-Type: application/json
{
"url": "http://portal.com:80/c/",
"mac": "00:1A:79:XX:XX:XX",
"proxy": "ip:port" (optional)
}POST /convert/stalker-to-m3u
Content-Type: application/json
{
"url": "http://portal.com:80/c/",
"mac": "00:1A:79:XX:XX:XX"
}POST /convert/xtream-to-m3u
Content-Type: application/json
{
"url": "http://server.com:8080",
"username": "user123",
"password": "pass123"
}POST /check_proxies
Content-Type: application/json
{
"proxies": ["ip:port", "ip:port:user:pass"],
"threads": 10
}- Install Vercel CLI
npm i -g vercel- Deploy
vercel --prod- Create Procfile
echo "web: python app.py" > Procfile- Deploy
heroku create fluxstream
git push heroku main- Connect your GitHub repository
- Set build command:
pip install -r requirements.txt - Set start command:
python app.py
- Backend: Python 3.8+, Flask, Flask-CORS
- Frontend: Vanilla JavaScript, HTML5, CSS3
- Styling: Custom CSS with cyberpunk theme
- Requests: Python Requests library
- Concurrency: ThreadPoolExecutor for multi-threading
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
Join our Discord community to discuss ideas and get support!
- π¬ Discord: Join our server
- π GitHub: @walterwhite-69
- π§ Issues: Report bugs
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational and testing purposes only. Users are responsible for ensuring their usage complies with applicable laws and service terms. The developers assume no liability for misuse.