eat-sleep-code / vlc-web-audio-ui

Slim web VLC player
2 stars 2 forks source link

YouTube Mix Buffers Repeatedly #1

Open eat-sleep-code opened 5 years ago

eat-sleep-code commented 5 years ago

Steps to reproduce:

  1. Copy a YouTube Mix link , such as:
  2. Click the add (+) button in the interface.
  3. Paste the URL in the prompt window and click 'OK'

Current behavior:

Desired behavior:

eat-sleep-code commented 5 years ago

Attempted to execute the following commands. Unfortunately, it had no positive influence on resolving the issue.

cd /usr/lib/arm-linux-gnueabihf/vlc/lua/playlist/
sudo mv youtube.luac youtube.luac.backup
sudo wget -O youtube.luac https://raw.githubusercontent.com/videolan/vlc/master/share/lua/playlist/youtube.lua