https://github.com/devkimchi/livestream-vm-setup-sample
This provides a sample ARM template and custom script to install applications for live streaming
https://github.com/devkimchi/livestream-vm-setup-sample
Last synced: 3 months ago
JSON representation
This provides a sample ARM template and custom script to install applications for live streaming
- Host: GitHub
- URL: https://github.com/devkimchi/livestream-vm-setup-sample
- Owner: devkimchi
- License: mit
- Created: 2020-08-24T04:18:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-20T13:26:23.000Z (over 5 years ago)
- Last Synced: 2025-04-14T04:14:58.057Z (9 months ago)
- Language: PowerShell
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveStream VM Setup Sample #
This provides a sample ARM template and custom PowerShell script to install applications for live streaming via [Chocolatey](https://chocolatey.org/).
## Recommended Readings ##
* 한국어:
* [초콜라티로 애저 VM 위에 라이브 스트리밍을 위한 애플리케이션 자동 설치하기](https://blog.aliencube.org/ko/2020/08/26/app-provisioning-on-azure-vm-with-chocolatey-for-live-streaming/)
* [파워 플랫폼으로 일회성 애저 리소스 프로비저닝하기](https://blog.aliencube.org/ko/2020/09/02/ad-hoc-azure-resource-provisioning-via-power-platform/)
* English:
* [Auto-installing Applications on Azure VM with Chocolatey for Live Streaming](https://devkimchi.com/2020/08/26/app-provisioning-on-azure-vm-with-chocolatey-for-live-streaming/)
* [Ad-hoc Azure Resource Provisioning via Power Platform](https://devkimchi.com/2020/09/02/ad-hoc-azure-resource-provisioning-via-power-platform/)
## Getting Started ##
Click the button below to deploy this VM directly onto your Azure Portal:
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fdevkimchi%2FLiveStream-VM-Setup-Sample%2Fmain%2Fazuredeploy.json)
## Applications to Be Installed via Chocolatey ##
* [Microsoft Edge](https://www.microsoft.com/edge?WT.mc_id=devkimchicom-github-juyoo)
* [OBS](https://obsproject.com/)
* [OBS NDI Plug-in](https://obsproject.com/forum/threads/obs-ndi-newtek-ndi%E2%84%A2-integration-into-obs-studio.69240/)
* [Skype for Content Creators](https://www.skype.com/en/content-creators)
## What's Not Covered – Configurations ##
* Each application needs to be configured individually for the first time use.
## Acknowledgements ##
This sample code was inspired by my colleagues, [Henk Boelman](https://twitter.com/hboelman) and [Frank Boucher](https://twitter.com/fboucheros).
* Henk's post: [Online meetups with OBS and Skype](https://www.henkboelman.com/articles/online-meetups-with-obs-and-skype/)
* Frank's post: [Don't install your software yourself](http://www.frankysnotes.com/2018/04/dont-install-your-software-yourself.html)