Ask HN: What's the minimum-friction way to stream audio from a handheld device?
9 コメント
I 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.
Larix Broadcaster?
https://softvelum.com/larix/
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.
https://github.com/bluenviron/mediamtx
https://github.com/bluenviron/mediamtx
You’re welcome. Sounds like what you want is RTMP or SRT. There are free solutions, for those, as well.
Does 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?
Pipewire and a pinephone, librem etc?
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.