Skip to content

[Feature] Stream instead of download #1

@robsdedude

Description

@robsdedude

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions