You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
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
The text was updated successfully, but these errors were encountered: