Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for live stream sources? #21

Open
Adam-Langley opened this issue Mar 17, 2016 · 3 comments
Open

No support for live stream sources? #21

Adam-Langley opened this issue Mar 17, 2016 · 3 comments

Comments

@Adam-Langley
Copy link

Hi,

Please excuse my lack of knowledge here. I have compiled ffmpeg with libshine, intending to do recording from a microphone directly to MP3 on an RPi.

I can transcode a file just fine, but when attempting to use an alsa source, I get:

"[libshine @ 0x1a67f00] free format output not supported"

I tracked this to the code where it suggests a requirement to read headers - is this basically saying "streaming from live sources not supported"? Or do I just need to adjust my ffmpeg command line?

Thanks

@TuTiTu
Copy link

TuTiTu commented Mar 18, 2016

Hi there,
I need that too (to record from microphone directly to an MP3 file). I can't figure how to send the stream to shine_encode_buffer_interleaved or to any other function. Please help.

Thank you

@toots
Copy link
Owner

toots commented Mar 18, 2016

Do you guys have any specific reproduction steps?

@toots
Copy link
Owner

toots commented Mar 18, 2016

A priori libshine should support live encoding. I have tried locally but I only had a test alsa driver (VM machine..) and it worked so far..

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

No branches or pull requests

3 participants