Does this support local streaming? #16
Replies: 1 comment 6 replies
|
Hey! Great question. Right now the app supports a few different playback paths:
What it does not have today is a raw HTTP audio stream like Icecast. So if you are looking for something where you point VLC or another player at a URL and get a live stream of the turntable, that is not built in yet. That said, it is an interesting idea. Since we already have the live PCM data flowing through the app, exposing an Icecast-compatible endpoint (or even just a simple HTTP chunked audio stream) would be a natural extension. The main questions would be around format (MP3 for compatibility vs AAC for quality), latency tradeoffs, and whether it needs to be a persistent stream or something that spins up on demand. If you can share a bit more about your use case, that would help a lot:
Happy to explore this if there is enough interest. Would be great if someone with a Darkice/Icecast setup could help test since I do not have one running myself. |

Uh oh!
There was an error while loading. Please reload this page.
Apologies if I am missing it, but can this stream over a network? Would love to listen to records wireless on my network. I currently am using Darkice and Icecast to achieve this on my Pi 4B :)! Appreciate the work here. This is exactly what I was hoping to build for myself.
All reactions