-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Enqueuing a webradio or any other stream will break your nice program as you cannot download a continuous stream completely. Try to use something like
youtube-dl --socket-timeout 3 -o - | <player>
Make sure the player is reading from stdin with vlc it would be vlc -.
To pre-buffer songs you could call the command and pause the player right away.
Btw: this would not only fix the issue of a breaking server but would also be a nice feature. It could happen that a user does not want to build a long playlist and therefore want to enqueue a stream.
Reactions are currently unavailable