Summary:
Couldnt sleep yesterday so was bored and wrote a generic YouTube stream chain to stream YouTube Playlists with OBS-Studio or to directly watch them in VLC. If theres public Interest, ill rewrite the stuff as an OBS Internal Script.
Usage:
--> Download from GitHub
Done in (PhP/Win/Batch) .
Couldnt sleep yesterday so was bored and wrote a generic YouTube stream chain to stream YouTube Playlists with OBS-Studio or to directly watch them in VLC. If theres public Interest, ill rewrite the stuff as an OBS Internal Script.
Usage:
- Unzip to a Folder
- Start youtube_api\stream_yt_playlist.cmd via doubleClick (a vlc Instance playing the Playlist showes up)
- Within OBS - Add a vlc/video source and give it: http://localhost:8080/gogo.ts done
- Removed dependency to "youtube-dl" and "ffmpeg", just utilizes vlc and php
- Shows current played title. (Use with OBS-Studio Text Source)
- survives Provider BlackHoles.
- fixed Playlists, use Curl.
- Optional : included a minimal Younow Comment Interface. (Use with OBS-Studio Text Source)
- installed msvcrt110 / w32 (redist included within folder php)
- installed VLC
--> Download from GitHub
Done in (PhP/Win/Batch) .