Apparently, we can directly stream via vlc instead of downloading video.
current = subprocess.Popen(['vlc-wrapper', '-I', 'rc', 'https://www.youtube.com/watch?v=XXXXXXXXXX', '--no-video', '--play-and-exit'], stdout=useless_trash, stderr=useless_trash)
Apparently, we can directly stream via vlc instead of downloading video.