whatdoineed2do

Results 70 comments of whatdoineed2do

@chme - i rebased this against the recent changes in master for the partial scanning basd on scna type. with that work fresh in your memory are you able to...

The metadata is sent to client using `icy-metadata` but the client has to ask for it when starting the request. it would appear in this instance that `vlc` does not...

This thread https://code.videolan.org/videolan/vlc/-/issues/21057#note_313220 seems to confirm VLC does not support `icy-metadata`

This isn't too difficult to do/all in one module and mostly relocating globals into per-streamable contexts. I've got a working prototype of this that will easily allow us to extend...

@frankusb - I have this functionality completed - it obviously pending proper review (and hence changes/new bugs introduced/fixed) but it works as intended. The branch with update is here: https://github.com/whatdoineed2do/forked-daapd/tree/streaming-multiformat...

Yes, the `.pcm` worked with `mpv` and `ffmpeg` streaming so the audio stream is valid. Can you try this branch: https://github.com/whatdoineed2do/forked-daapd/tree/streaming-multiformat1 and connect to `http://your_forked_ server:3689/stream.wav` (or `stream48k.wav`). These are...

Not the best news for lossless streams to your Soundbridge - I think the problem may be related to the [supported Roku *streaming* formats](https://soundbridge.roku.com/soundbridge/internet.php) > The following HTTP-streamed formats are...

I did start looking at this but its kinda fraught with challenges. There are a couple of options: * leave `files` as it stands and have extract/queries explicitly seperate out...

@ejurgensen - I was taking a second loop at the #982. So right now, it works for streaming both flac and mp3. You added a comment https://github.com/owntone/owntone-server/pull/982#pullrequestreview-426061316 that i was...

Day job getting in the way of quicker cycles on this. Would you be happy with a single quality the entire streaming module to subscribe? This simplifies the handling for...