Download Troubleshooting
Solve common download and installation issues for the OBS multistream plugin
Quick Solutions (Try These First):
- â Clear your browser cache and try again
- â Try downloading in incognito/private mode
- â Disable browser extensions temporarily
- â Check if antivirus is blocking the download
Platform-Specific Solutions
đĒWindows Issues & Solutions
Download Not Working on Windows
Problem: Browser blocks download or shows "Download failed" error
Solutions:
- Clear browser cache and cookies (Ctrl+Shift+Delete)
- Disable browser extensions temporarily
- Try downloading in incognito/private mode
- Use a different browser (Chrome, Firefox, Edge)
- Check if antivirus is blocking the download
Windows SmartScreen Warning
Problem: "Windows protected your PC" or "App can't be opened" warning
Solutions:
- Click "More info" then "Run anyway" button
- Right-click downloaded file â Properties â Check "Unblock" under Security
- Temporarily disable SmartScreen: Settings â Privacy & Security â Windows Security
- Wait a few minutes and try again (sometimes resolves automatically)
Antivirus Blocking Download
Problem: Windows Defender or third-party antivirus blocks the file
Solutions:
- Temporarily disable Windows Defender real-time protection
- Add download folder to antivirus exclusions
- Download from a different network (mobile hotspot)
- Try downloading at a different time of day
Download Keeps Failing
Problem: Multiple download attempts fail with network errors
Solutions:
- Use a download manager like Free Download Manager
- Check available disk space (need at least 100MB)
- Restart your router/modem
- Try downloading from GitHub directly
- Contact your ISP if problem persists
đMac Issues & Solutions
Download Not Working on Mac
Problem: Safari or other browser won't download the file
Solutions:
- Check Downloads folder - file might have downloaded silently
- Clear Safari cache: Safari â Preferences â Privacy â Manage Website Data
- Try Chrome or Firefox instead of Safari
- Disable Safari popup blocker temporarily
- Check if "Block all cookies" is enabled in Safari settings
Mac Security Warning (Gatekeeper)
Problem: "App can't be opened because it's from an unidentified developer"
Solutions:
- Go to System Settings â Privacy & Security â Find blocked app â Click "Open Anyway"
- For macOS Monterey and earlier: Right-click app â Open â Click "Open" in dialog
- If still blocked: Apple menu â System Settings â Privacy & Security â Allow apps from App Store and identified developers
- Wait 30 seconds between attempts - macOS sometimes needs time to process
PKG Installer Not Working
Problem: Package installer fails or shows "damaged" error
Solutions:
- Download the ZIP version instead from our download page
- Right-click PKG file â Open â Confirm you want to open it
- Try the manual installation method (extract to OBS plugins folder)
- Restart Mac and try installation again
- Check if you have admin privileges on your Mac
Plugin Not Appearing in OBS
Problem: Installed plugin but don't see "Multiple Output" in OBS
Solutions:
- Completely quit and restart OBS (not just minimize)
- Check OBS â Docks â Multiple Output (might be there but hidden)
- Look for a tiny 1cm window that needs to be resized
- Verify you downloaded the correct version for your OBS
- Try the ZIP manual installation method instead
đ§Linux Issues & Solutions
Download Not Working on Linux
Problem: Browser download fails or file won't save
Solutions:
- Check Downloads folder permissions: ls -la ~/Downloads
- Create Downloads folder if missing: mkdir -p ~/Downloads
- Try downloading with wget: wget [download_url]
- Use curl instead: curl -L -o filename [download_url]
- Clear browser cache and try again
Permission Denied Error
Problem: Can't extract or install the downloaded file
Solutions:
- Add execute permission: chmod +x filename
- Extract with proper permissions: tar -xzf filename.tar.gz
- Check if you own the file: ls -la filename
- Change ownership if needed: sudo chown $USER:$USER filename
- Make sure target directory exists and is writable
Plugin Installation Failed
Problem: Can't copy plugin to OBS directory
Solutions:
- Create plugins directory: mkdir -p ~/.config/obs-studio/plugins/
- Extract directly to plugins folder: tar -xzf file.tar.gz -C ~/.config/obs-studio/plugins/
- Check OBS is not running during installation
- Verify file permissions after extraction: ls -la ~/.config/obs-studio/plugins/
- Try installing OBS via package manager if using Flatpak version
Wrong OBS Version
Problem: Plugin shows version mismatch error
Solutions:
- Check OBS version: obs --version
- Download correct plugin version from GitHub releases
- Update OBS to latest version: sudo apt update && sudo apt upgrade obs-studio
- Use OBS PPA for latest version: sudo add-apt-repository ppa:obsproject/obs-studio
- Try building plugin from source if no compatible version exists
General Download Issues
Popup Blocker Preventing Download
Browser or extension blocking the download popup
- âĸDisable popup blocker for this site
- âĸAllow automatic downloads in browser settings
- âĸTry right-clicking the download button â "Save link as"
- âĸDisable browser extensions temporarily
- âĸUse a different browser
Corporate/School Network Blocking
Network firewall preventing file downloads
- âĸTry downloading on mobile data/hotspot
- âĸAsk IT department to whitelist GitHub.com
- âĸDownload on personal device and transfer via USB
- âĸUse a VPN if allowed by your organization
- âĸTry downloading during off-peak hours
Slow or Interrupted Downloads
Large file downloads timing out or failing
- âĸUse a download manager (Free Download Manager, JDownloader)
- âĸDownload during off-peak internet hours
- âĸCheck your internet connection stability
- âĸTry downloading via mobile data
- âĸClear browser cache before attempting download
Alternative Download Methods
đ Direct GitHub Download
If our download buttons aren't working, go directly to the source:
Visit GitHub Releases âđą Mobile Download
Try downloading on your phone, then transfer to your computer:
- âĸ Download on mobile device
- âĸ Email file to yourself
- âĸ Use cloud storage (Google Drive, Dropbox)
- âĸ Transfer via USB cable
Still Having Issues?
đ Before Asking for Help
- â Try all solutions for your platform above
- â Note your exact operating system version
- â Note your browser and version
- â Note the exact error message you see
- â Try downloading a different file to test if it's a general issue
đ Get Community Help
Visit the original plugin's GitHub page for technical support:
Report Issue on GitHub âDownload troubleshooting keywords
download not working windows, download not working mac, download not working linux, obs plugin download failed, windows smartscreen blocking download, mac gatekeeper warning, antivirus blocking download, browser blocking download, download virus detected, permission denied linux download, pkg installer not working mac, download keeps failing, obs multistream plugin installation error, download troubleshooting guide