Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Play remote files #31

Open
realrecordzLab opened this issue Apr 20, 2021 · 4 comments
Open

Play remote files #31

realrecordzLab opened this issue Apr 20, 2021 · 4 comments

Comments

@realrecordzLab
Copy link

Is possible to play a remote file using this library?

@jaredpetersen
Copy link
Owner

Nope. This is just a wrapper over various CLI tools for playing audio and I believe they all require the file to be on disk.

@realrecordzLab
Copy link
Author

Nope. This is just a wrapper over various CLI tools for playing audio and I believe they all require the file to be on disk.

with spawn('path/to/vlc' ['https://foo.bar']) vlc is able to play a remote file from url. It will be a nice feature to have in this library

@jaredpetersen
Copy link
Owner

Yeah, it also looks like there is some checking done on the provided filepath to ensure that it's on disk. We support VLC via cvlc but the filepath checks will still ruin your day.

@realrecordzLab
Copy link
Author

Yeah, it also looks like there is some checking done on the provided filepath to ensure that it's on disk. We support VLC via cvlc but the filepath checks will still ruin your day.

I saw it and tried to remove but library stop working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants