Downloads:
4,866
Downloads of v 4.5.2501.2802:
10
Last Update:
05 Feb 2025
Published Date:
05 Feb 2025
Package Maintainer(s):
Software Author(s):
- SplitmediaLabs Ltd.
Tags:
xsplit broadcaster live stream livestream live-stream youtube twitch facebook younow restream niconico streamshark rtmp recording 64-bit freemium- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
XSplit Broadcaster
(Maintainer responded, waiting for review/Maintainer update)
- 1
- 2
- 3
4.5.2501.2802 | Updated: 05 Feb 2025
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,866
Downloads of v 4.5.2501.2802:
10
Published:
05 Feb 2025
Maintainer(s):
Software Author(s):
- SplitmediaLabs Ltd.
XSplit Broadcaster 4.5.2501.2802
(Maintainer responded, waiting for review/Maintainer update)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SplitmediaLabs Ltd. The inclusion of SplitmediaLabs Ltd. trademark(s), if any, upon this webpage is solely to identify SplitmediaLabs Ltd. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Powerful Live streaming and recording studio that offers limitless customization
XSplit Broadcaster, the best all-in-one streaming and recording application for content creation, powers the biggest events in gaming, esports and more.
Package Notes
$ErrorActionPreference = 'Stop'
$softwareName = 'XSplit Broadcaster'
$installLocation = Get-AppInstallLocation -AppNamePattern $softwareName
if ($null -ne $installLocation) {
$installLocationPattern = "$([regex]::Escape($installLocation)).*"
$processes = Get-Process
$detectedProcesses = New-Object Collections.Generic.List[PSObject]
foreach ($process in $processes) {
if ($process.Path -match $installLocationPattern) {
$detectedProcesses.Add($process)
}
}
if ($detectedProcesses.Count -gt 0) {
Write-Warning "$softwareName is currently running, stopping it to prevent upgrade/uninstall from blocking..."
Write-Warning 'The following processes were detected and will be stopped:'
foreach ($process in $detectedProcesses) {
Write-Warning " - $($process.ProcessName) (PID: $($process.Id))"
}
Remove-Process -PathFilter $installLocationPattern | Out-Null
}
}
else {
Write-Warning "Could not detect install location of $softwareName"
Write-Warning 'If any related processes are running, they may need to be manually closed for upgrade/uninstall to proceed'
}
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1
Uninstall-CurrentVersion
$softwareName = 'XSplit Broadcaster'
function Get-CurrentVersion {
[array] $keys = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($keys.Length -ge 1) {
return [version] $keys[0].DisplayVersion
}
return $null
}
function Uninstall-CurrentVersion {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = $softwareName
fileType = 'MSI'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1605, 1614, 1641)
}
[array] $key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$packageArgs['silentArgs'] = "$($key[0].PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
Uninstall-ChocolateyPackage @packageArgs
}
elseif ($key.Count -eq 0) {
Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning 'To prevent accidental data loss, no programs will be uninstalled.'
Write-Warning 'Please alert package maintainer the following keys were matched:'
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
XSplit Broadcaster 4.5.2501.2802 | 10 | Wednesday, February 5, 2025 |
Responded
|
|
XSplit Broadcaster 4.5.2412.306 | 50 | Monday, December 16, 2024 | Approved | |
XSplit Broadcaster 4.5.2412.306-internal | 23 | Friday, December 13, 2024 | Approved | |
XSplit Broadcaster 4.5.2412.304 | 35 | Thursday, December 5, 2024 | Approved | |
XSplit Broadcaster 4.5.2411.2801-internal | 32 | Friday, November 29, 2024 | Approved | |
XSplit Broadcaster 4.5.2411.1101-internal | 32 | Tuesday, November 12, 2024 | Approved | |
XSplit Broadcaster 4.5.2410.3002-internal | 19 | Wednesday, October 30, 2024 | Exempted | |
XSplit Broadcaster 4.5.2410.2801-internal | 23 | Monday, October 28, 2024 | Approved | |
XSplit Broadcaster 4.5.2410.2202-internal | 29 | Tuesday, October 22, 2024 | Approved | |
XSplit Broadcaster 4.5.2410.1701-internal | 43 | Thursday, October 17, 2024 | Approved | |
XSplit Broadcaster 4.5.2410.1601-internal | 30 | Wednesday, October 16, 2024 | Approved | |
XSplit Broadcaster 4.5.2409.1208 | 60 | Thursday, October 24, 2024 | Approved | |
XSplit Broadcaster 4.5.2409.1207 | 50 | Thursday, October 3, 2024 | Exempted | |
XSplit Broadcaster 4.5.2409.1203-internal | 36 | Wednesday, September 25, 2024 | Exempted | |
XSplit Broadcaster 4.5.2409.1202-internal | 37 | Friday, September 13, 2024 | Exempted | |
XSplit Broadcaster 4.5.2409.601-internal | 36 | Saturday, September 7, 2024 | Exempted | |
XSplit Broadcaster 4.5.2408.2802-internal | 48 | Friday, August 30, 2024 | Exempted | |
XSplit Broadcaster 4.5.2408.2201-internal | 38 | Saturday, August 24, 2024 | Exempted | |
XSplit Broadcaster 4.5.2408.2001-internal | 38 | Tuesday, August 20, 2024 | Exempted | |
XSplit Broadcaster 4.5.2408.703 | 54 | Thursday, August 8, 2024 | Approved | |
XSplit Broadcaster 4.5.2408.502-internal | 48 | Tuesday, August 6, 2024 | Exempted | |
XSplit Broadcaster 4.5.2407.3101-internal | 42 | Wednesday, July 31, 2024 | Approved | |
XSplit Broadcaster 4.5.2407.2201-internal | 47 | Monday, July 22, 2024 | Approved | |
XSplit Broadcaster 4.5.2407.1801-internal | 46 | Friday, July 19, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1809-internal | 44 | Wednesday, July 10, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1808 | 55 | Friday, June 28, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1807-internal | 50 | Wednesday, June 26, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1802-internal | 40 | Wednesday, June 19, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1201-internal | 45 | Thursday, June 13, 2024 | Approved | |
XSplit Broadcaster 4.5.2406.1101-internal | 48 | Wednesday, June 12, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.2301-internal | 49 | Monday, June 3, 2024 | Exempted | |
XSplit Broadcaster 4.5.2405.1812-internal | 61 | Friday, June 14, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.1811 | 43 | Thursday, June 6, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.1809-internal | 55 | Monday, June 3, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.1807 | 46 | Thursday, May 23, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.1807-internal | 34 | Thursday, May 23, 2024 | Exempted | |
XSplit Broadcaster 4.5.2405.1805-internal | 53 | Wednesday, May 22, 2024 | Approved | |
XSplit Broadcaster 4.5.2405.701-internal | 51 | Thursday, May 9, 2024 | Approved | |
XSplit Broadcaster 4.5.2404.2502-internal | 47 | Thursday, April 25, 2024 | Exempted | |
XSplit Broadcaster 4.5.2404.1701-internal | 49 | Wednesday, April 17, 2024 | Approved | |
XSplit Broadcaster 4.5.2403.801-internal | 56 | Monday, March 11, 2024 | Exempted | |
XSplit Broadcaster 4.5.2403.401-internal | 47 | Tuesday, March 5, 2024 | Exempted | |
XSplit Broadcaster 4.5.2402.2701-internal | 55 | Tuesday, February 27, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.2307 | 49 | Friday, May 3, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.2304 | 39 | Monday, April 15, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.2303 | 64 | Thursday, March 21, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.2301 | 54 | Monday, March 4, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.2301-internal | 53 | Saturday, February 24, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.1501-internal | 58 | Friday, February 16, 2024 | Approved | |
XSplit Broadcaster 4.5.2402.1201-internal | 51 | Monday, February 12, 2024 | Exempted | |
XSplit Broadcaster 4.5.2402.802-internal | 46 | Thursday, February 8, 2024 | Approved | |
XSplit Broadcaster 4.5.2312.502-internal | 73 | Tuesday, December 5, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2901-internal | 51 | Monday, December 4, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2110-internal | 39 | Wednesday, January 31, 2024 | Exempted | |
XSplit Broadcaster 4.5.2311.2109-internal | 42 | Monday, January 29, 2024 | Exempted | |
XSplit Broadcaster 4.5.2311.2108-internal | 66 | Saturday, December 16, 2023 | Exempted | |
XSplit Broadcaster 4.5.2311.2106 | 74 | Wednesday, December 13, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2106-internal | 61 | Monday, December 11, 2023 | Exempted | |
XSplit Broadcaster 4.5.2311.2103 | 67 | Thursday, November 30, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2103-internal | 54 | Tuesday, November 28, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2102 | 65 | Friday, November 24, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2102-internal | 46 | Wednesday, November 22, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.2101-internal | 60 | Tuesday, November 21, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.1601-internal | 65 | Thursday, November 16, 2023 | Approved | |
XSplit Broadcaster 4.5.2311.901-internal | 56 | Friday, November 10, 2023 | Approved | |
XSplit Broadcaster 4.5.2310.2401-internal | 73 | Wednesday, October 25, 2023 | Approved | |
XSplit Broadcaster 4.5.2310.1701-internal | 72 | Thursday, October 19, 2023 | Approved | |
XSplit Broadcaster 4.5.2310.301-internal | 63 | Tuesday, October 3, 2023 | Approved | |
XSplit Broadcaster 4.5.2309.2502-internal | 60 | Monday, September 25, 2023 | Approved | |
XSplit Broadcaster 4.5.2309.2501-internal | 59 | Monday, September 25, 2023 | Approved | |
XSplit Broadcaster 4.5.2309.2101-internal | 55 | Friday, September 22, 2023 | Approved | |
XSplit Broadcaster 4.5.2308.302-internal | 58 | Friday, August 4, 2023 | Approved | |
XSplit Broadcaster 4.5.2307.2507-internal | 49 | Saturday, September 16, 2023 | Approved | |
XSplit Broadcaster 4.5.2307.2506 | 108 | Wednesday, August 16, 2023 | Approved | |
XSplit Broadcaster 4.5.2307.2506-internal | 64 | Tuesday, August 15, 2023 | Approved | |
XSplit Broadcaster 4.5.2307.2504 | 69 | Tuesday, August 1, 2023 | Approved | |
XSplit Broadcaster 4.4.2304.1203 | 136 | Thursday, May 18, 2023 | Approved | |
XSplit Broadcaster 4.4.2304.1201 | 114 | Thursday, April 13, 2023 | Approved | |
XSplit Broadcaster 4.4.2301.0904 | 95 | Monday, January 23, 2023 | Approved | |
XSplit Broadcaster 4.4.2211.0404 | 86 | Wednesday, December 7, 2022 | Approved | |
XSplit Broadcaster 4.4.2211.0401 | 82 | Monday, November 14, 2022 | Approved | |
XSplit Broadcaster 4.4.2209.2103 | 145 | Thursday, September 29, 2022 | Approved | |
XSplit Broadcaster 4.4.2208.1904 | 86 | Thursday, September 1, 2022 | Approved | |
XSplit Broadcaster 4.4.2207.2704 | 79 | Tuesday, August 9, 2022 | Approved | |
XSplit Broadcaster 4.4.2207.0802 | 80 | Thursday, July 14, 2022 | Approved | |
XSplit Broadcaster 4.4.2206.2901 | 78 | Friday, July 1, 2022 | Approved | |
XSplit Broadcaster 4.3.2202.1228 | 88 | Sunday, June 5, 2022 | Approved |
© 2025 SplitmediaLabs, Ltd. All Rights Reserved.
-
- chocolatey-os-dependency.extension (≥ 0.0.1)
- chocolatey-fastanswers.extension (≥ 0.0.1)
- chocolatey-core.extension (≥ 1.3.4)
- netfx-4.8 (≥ 4.8.0)
Ground Rules:
- This discussion is only about XSplit Broadcaster and the XSplit Broadcaster package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or XSplit Broadcaster, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
sublym0nal (maintainer) on 05 Feb 2025 23:22:49 +00:00:
User 'sublym0nal' (maintainer) submitted package.
chocolatey-ops (reviewer) on 05 Feb 2025 23:58:19 +00:00:
xsplit-broadcaster has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 06 Feb 2025 00:50:10 +00:00:
xsplit-broadcaster has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/0c90cbc90869984f13dcddbea92f2e8d for details.
The package status will be changed and will be waiting on your next actions.
sublym0nal (maintainer) on 06 Feb 2025 01:12:08 +00:00:
The installation had timed out, and I could not replicate the issue with my Chocolatey Test Environment instance. Trying again.
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 06 Feb 2025 02:12:09 +00:00:
xsplit-broadcaster has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/1a070db791015b3d0e7afc4ea36de832 for details.
The package status will be changed and will be waiting on your next actions.
sublym0nal (maintainer) on 06 Feb 2025 02:13:08 +00:00:
Timed out again. Third time's the charm?
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 06 Feb 2025 04:12:48 +00:00:
xsplit-broadcaster has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/18ffbe4737cae4c273755004a786cfb8 for details.
The package status will be changed and will be waiting on your next actions.
sublym0nal (maintainer) on 06 Feb 2025 04:28:42 +00:00:
Timed out once again. Fourth time around?
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 06 Feb 2025 05:59:39 +00:00:
xsplit-broadcaster has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/d6b63e3e89867aca6e664079bfec51b5 for details.
The package status will be changed and will be waiting on your next actions.
sublym0nal (maintainer) on 06 Feb 2025 19:21:17 +00:00:
Requesting a one-time exemption from Package Verifier testing.
Try as I might, I cannot reproduce a timeout failure locally. As far as I can tell, there are no significant differences between my Chocolatey Test Environment instance and the Package Verifier environment. Installation is consistently completing within a couple minutes on my end.
If this is objectionable, please provide further guidance as to how I could attempt to troubleshoot this locally.