Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Accept stdin for dumbout? #23

Open
TheBlackParrot opened this issue Jan 31, 2016 · 2 comments
Open

Accept stdin for dumbout? #23

TheBlackParrot opened this issue Jan 31, 2016 · 2 comments

Comments

@TheBlackParrot
Copy link

I was trying to add tracker module support to an internet music streamer project of mine, and found out that dumbout can't accept stdin or a URL as input.
I'm using libmodplug with ffmpeg for the time being and I'd really like to use DUMB instead.

@kode54
Copy link
Owner

kode54 commented Jan 31, 2016

It can't use stdin without completely buffering the file first, and it can't use URLs because it doesn't import a network access library. Maybe convince FFMPEG to adopt my library as an option? Also convince them to switch from libmodplug to libopenmpt while you're at it.

@kode54
Copy link
Owner

kode54 commented Sep 14, 2017

Update: I may do gradually buffering stdin support, just to make this work. It would need a realloc buffer that grows as the file is read, and supports seeking backwards, since I added seeking support. Nothing terribly difficult.

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

No branches or pull requests

2 participants