Edit, for a bit of context: If there's no good solution, the prototype I'm thinking is just a Twilio Voice API endpoint that pipes received calls' audio into S3.
Ask HN: What's the minimum-friction way to stream audio from a handheld device?
1–10 of 10 posts
I basically want a microphone with a button that starts and stops recording and live-streams the recorded audio to a programmable backend. I don't care if it's an app or a cheap-ish piece of hardware, but I have yet to find any single solution that satisfies even the streaming requirement.
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#2Does this backend have to be remote? Why not a Bluetooth (or WiFi?) mic or similar?
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#3Larix Broadcaster?
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#4I think VLC can record and stream audio. I’ve never used this feature, though I did a quick search and it appears to be a feature.
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#5Does this backend have to be remote? Why not a Bluetooth (or WiFi?) mic or similar?
Hmm, maybe. I could run a server on my laptop and have the wifi/bt mic stream to it. But I really want this to work on the go, and having a running laptop, or Pi or whatever, at all times is kind of a non-starter.
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#6Larix Broadcaster? https://softvelum.com/larix/
This looks like a hard maybe, thank you!
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#7Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#8Larix Broadcaster? https://softvelum.com/larix/
This looks like a hard maybe, thank you!
I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC.
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#9Does this backend have to be remote? Why not a Bluetooth (or WiFi?) mic or similar?
Hmm, maybe. I could run a server on my laptop and have the wifi/bt mic stream to it. But I really want this to work on the go, and having a running laptop, or Pi or whatever, at all times is kind of a non-starter.
Could a phone be the bridge/server?
Re: Ask HN: What's the minimum-friction way to stream audio from a handheld device?
#10Pipewire and a pinephone, librem etc?