Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.09 KB

File metadata and controls

48 lines (32 loc) · 2.09 KB

YouTube Music Desktop App Integration

This plugin integrates Streamer.bot with the YouTube Music Desktop App via the Socket.io interface. Due to the lack of native Socket.io support, we will be using the raw websocket connection and a manual keepalive (ping) so the socket doesn't close on us. 😊

Demo

This feature is coming soon to a YouTube near you 😁

Basic Installation

Import Scene In OBS

  • I use the Ubuntu font in the sample scenes provided, so go here to download and install them. The Ubuntu and Ubuntu Mono fonts
  • Make sure to download and install the Source Copy plugin into OBS if you haven't already
  • Install the obs-shaderfilter plugin OBS ShaderFilter Plugin while not needed for the basic template, it is for the ✨fancy✨ one.
  • In OBS Choose Tools -> Source Copy -> Load Scene from the menu
  • Locate the file MediaPlayer-1080p-(basic).json (or 1440p if your OBS setup is configured for 1440p) then click the Open button

Import Actions in Streamer.bot

  • Click Import in streamerbot and depending on which version of YouTube Music Desktop App you are running, drag the corresponding file(s) YouTRubeMusicDesktopV[X].sb into the Input String box.

Advanced Installation

TODO

Required framework References (found in .Net installation folder)

Usually located in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ but it may vary based on specific version and build installed

  • System.dll
  • System.Core.dll
  • System.Linq.dll
  • System.Linq.Queryable.dll
  • System.ComponentModel.dll
  • System.ComponentModel.EventBasedAsync.dll
  • netstandard.dll

OBS Plugins Used