Downloads:
34,320
Downloads of v 1.17.0:
733
Last Update:
15 Aug 2024
Package Maintainer(s):
Software Author(s):
- https://github.com/stream-labs/desktop/graphs/contributors
Tags:
streamlabs-desktop streamlabs twitch open foss broadcast streaming video recordingStreamLabs Desktop
- 1
- 2
- 3
1.17.0 | Updated: 15 Aug 2024
Downloads:
34,320
Downloads of v 1.17.0:
733
Maintainer(s):
Software Author(s):
- https://github.com/stream-labs/desktop/graphs/contributors
StreamLabs Desktop 1.17.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by https://github.com/stream-labs/desktop/graphs/contributors. The inclusion of https://github.com/stream-labs/desktop/graphs/contributors trademark(s), if any, upon this webpage is solely to identify https://github.com/stream-labs/desktop/graphs/contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install StreamLabs Desktop, run the following command from the command line or from PowerShell:
To upgrade StreamLabs Desktop, run the following command from the command line or from PowerShell:
To uninstall StreamLabs Desktop, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download streamlabs-obs --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade streamlabs-obs -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade streamlabs-obs -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install streamlabs-obs
win_chocolatey:
name: streamlabs-obs
version: '1.17.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'streamlabs-obs' do
action :install
source 'INTERNAL REPO URL'
version '1.17.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller streamlabs-obs
{
Name = "streamlabs-obs"
Version = "1.17.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'streamlabs-obs':
ensure => '1.17.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator Windos on 06 Nov 2024.
Level up your stream with our reliable, easy-to-setup desktop streaming application built for professional streamers.
Features
- Face Masks - Next Level Alerts
- Super Easy Setup and Go Live in 60s
- Four Screens into One
- Up to 2x Better Video Encoding
- More Features
Community
Log in or click on link to see number of positives.
- streamlabs-obs.1.17.0.nupkg (4b07d6052c54) - ## / 69
- Streamlabs+Desktop+Setup+1.17.0.exe (6388238621dc) - ## / 50
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
StreamLabs Desktop 1.17.0 | 733 | Thursday, August 15, 2024 | Approved | |
StreamLabs Desktop 1.16.7 | 601 | Friday, May 31, 2024 | Approved | |
StreamLabs Desktop 1.16.5 | 211 | Tuesday, May 21, 2024 | Approved | |
StreamLabs Desktop 1.16.4 | 29 | Tuesday, May 21, 2024 | Approved | |
StreamLabs Desktop 1.16.3 | 502 | Friday, April 12, 2024 | Approved | |
StreamLabs Desktop 1.15.1 | 992 | Monday, November 27, 2023 | Approved | |
StreamLabs Desktop 1.14.0 | 696 | Monday, September 11, 2023 | Approved | |
StreamLabs Desktop 1.13.2 | 725 | Friday, June 23, 2023 | Approved | |
StreamLabs Desktop 1.13.1 | 408 | Friday, May 26, 2023 | Approved | |
StreamLabs Desktop 1.12.5 | 1263 | Thursday, December 22, 2022 | Approved | |
StreamLabs Desktop 1.12.4 | 152 | Tuesday, December 20, 2022 | Approved | |
StreamLabs Desktop 1.12.3 | 345 | Wednesday, December 7, 2022 | Approved | |
StreamLabs Desktop 1.11.2 | 699 | Wednesday, September 21, 2022 | Approved | |
StreamLabs Desktop 1.11.1 | 266 | Tuesday, September 13, 2022 | Approved | |
StreamLabs Desktop 1.10.0 | 549 | Monday, August 1, 2022 | Approved | |
StreamLabs OBS 1.9.0 | 654 | Monday, June 6, 2022 | Approved | |
StreamLabs OBS 1.8.4 | 711 | Wednesday, April 6, 2022 | Approved | |
StreamLabs OBS 1.7.1 | 512 | Wednesday, March 9, 2022 | Approved | |
StreamLabs OBS 1.7.0 | 658 | Tuesday, January 11, 2022 | Approved | |
StreamLabs OBS 1.6.4 | 630 | Wednesday, December 1, 2021 | Approved | |
StreamLabs OBS 1.6.3 | 531 | Friday, November 12, 2021 | Approved | |
StreamLabs OBS 1.6.0 | 389 | Thursday, November 4, 2021 | Approved | |
StreamLabs OBS 1.5.2 | 655 | Friday, October 8, 2021 | Approved | |
StreamLabs OBS 1.5.1 | 256 | Wednesday, October 6, 2021 | Approved | |
StreamLabs OBS 1.4.0 | 767 | Thursday, August 26, 2021 | Approved | |
StreamLabs OBS 1.3.3 | 498 | Tuesday, August 10, 2021 | Approved | |
StreamLabs OBS 1.3.2 | 506 | Monday, July 26, 2021 | Approved | |
StreamLabs OBS 1.3.1 | 478 | Thursday, July 15, 2021 | Approved | |
StreamLabs OBS 1.3.0 | 234 | Monday, July 12, 2021 | Approved | |
StreamLabs OBS 1.2.0 | 465 | Tuesday, June 29, 2021 | Approved | |
StreamLabs OBS 1.1.2 | 869 | Friday, May 14, 2021 | Approved | |
StreamLabs OBS 1.1.1 | 282 | Wednesday, May 12, 2021 | Approved | |
StreamLabs OBS 1.1.0 | 105 | Tuesday, May 11, 2021 | Approved | |
StreamLabs OBS 1.0.7 | 819 | Wednesday, March 24, 2021 | Approved | |
StreamLabs OBS 1.0.6 | 133 | Tuesday, March 23, 2021 | Approved | |
StreamLabs OBS 1.0.5 | 296 | Saturday, March 20, 2021 | Approved | |
StreamLabs OBS 1.0.4 | 206 | Thursday, March 18, 2021 | Approved | |
StreamLabs OBS 1.0.2 | 393 | Thursday, March 11, 2021 | Approved | |
StreamLabs OBS 1.0.1 | 192 | Wednesday, March 10, 2021 | Approved | |
StreamLabs OBS 1.0.0 | 221 | Tuesday, March 9, 2021 | Approved | |
StreamLabs OBS 0.27.1 | 704 | Wednesday, February 3, 2021 | Approved | |
StreamLabs OBS 0.27.0 | 576 | Thursday, January 14, 2021 | Approved | |
StreamLabs OBS 0.26.0 | 716 | Tuesday, December 1, 2020 | Approved | |
StreamLabs OBS 0.25.0 | 615 | Tuesday, October 27, 2020 | Approved | |
StreamLabs OBS 0.24.1 | 538 | Tuesday, October 6, 2020 | Approved | |
StreamLabs OBS 0.24.0 | 297 | Wednesday, September 30, 2020 | Approved | |
StreamLabs OBS 0.23.2 | 831 | Friday, July 24, 2020 | Approved | |
StreamLabs OBS 0.23.1 | 170 | Friday, July 24, 2020 | Approved | |
StreamLabs OBS 0.23.0 | 207 | Wednesday, July 22, 2020 | Approved | |
StreamLabs OBS 0.22.3 | 578 | Monday, June 8, 2020 | Approved | |
StreamLabs OBS 0.22.2 | 260 | Friday, June 5, 2020 | Approved | |
StreamLabs OBS 0.22.1 | 270 | Tuesday, June 2, 2020 | Approved | |
StreamLabs OBS 0.22.0 | 295 | Thursday, May 28, 2020 | Approved | |
StreamLabs OBS 0.21.2 | 595 | Tuesday, April 21, 2020 | Approved | |
StreamLabs OBS 0.21.1 | 363 | Tuesday, April 14, 2020 | Approved | |
StreamLabs OBS 0.21.0 | 209 | Monday, April 13, 2020 | Approved | |
StreamLabs OBS 0.20.2 | 587 | Wednesday, February 19, 2020 | Approved | |
StreamLabs OBS 0.20.1 | 365 | Wednesday, January 22, 2020 | Approved | |
StreamLabs OBS 0.19.4 | 390 | Friday, December 13, 2019 | Approved | |
StreamLabs OBS 0.19.3 | 226 | Wednesday, December 11, 2019 | Approved | |
StreamLabs OBS 0.19.2 | 189 | Tuesday, December 10, 2019 | Approved | |
StreamLabs OBS 0.19.1 | 312 | Thursday, November 21, 2019 | Approved | |
StreamLabs OBS 0.19.0 | 192 | Wednesday, November 20, 2019 | Approved | |
StreamLabs OBS 0.18.5 | 389 | Friday, October 18, 2019 | Approved | |
StreamLabs OBS 0.18.4 | 238 | Tuesday, October 15, 2019 | Approved | |
StreamLabs OBS 0.18.2 | 258 | Saturday, October 12, 2019 | Approved | |
StreamLabs OBS 0.17.1 | 388 | Wednesday, August 21, 2019 | Approved | |
StreamLabs OBS 0.17.0 | 255 | Tuesday, August 20, 2019 | Approved | |
StreamLabs OBS 0.16.3 | 339 | Wednesday, July 24, 2019 | Approved | |
StreamLabs OBS 0.16.2 | 253 | Thursday, July 18, 2019 | Approved | |
StreamLabs OBS 0.16.0 | 226 | Tuesday, July 9, 2019 | Approved | |
StreamLabs OBS 0.15.1 | 382 | Thursday, May 30, 2019 | Approved | |
StreamLabs OBS 0.15.0 | 184 | Wednesday, May 29, 2019 | Approved | |
StreamLabs OBS 0.14.1 | 293 | Wednesday, May 8, 2019 | Approved | |
StreamLabs OBS 0.14.0 | 230 | Monday, May 6, 2019 | Approved | |
StreamLabs OBS 0.13.4 | 254 | Thursday, April 25, 2019 | Approved | |
StreamLabs OBS 0.13.3 | 243 | Monday, April 22, 2019 | Approved | |
StreamLabs OBS 0.13.2 | 230 | Friday, April 19, 2019 | Approved | |
StreamLabs OBS 0.13.1 | 200 | Thursday, April 18, 2019 | Approved | |
StreamLabs OBS 0.12.3 | 303 | Tuesday, April 2, 2019 | Approved | |
StreamLabs OBS 0.12.2 | 252 | Tuesday, March 26, 2019 | Approved | |
StreamLabs OBS 0.11.16 | 245 | Monday, March 18, 2019 | Approved |
Copyright 2024 Streamlabs. All Rights Reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about StreamLabs Desktop and the StreamLabs Desktop 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 StreamLabs Desktop, 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.