Add estimated file size to stream API responses #41

Closed
opened 2025-11-09 09:39:18 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @easrng on GitHub (Feb 19, 2023).

For streamDefault just pass through the Content-Length header, for the rest parsing the ffmpeg output might be required. I can send a PR, do you have example URLs/settings for all the different types?

Originally created by @easrng on GitHub (Feb 19, 2023). For streamDefault just pass through the Content-Length header, for the rest parsing the ffmpeg output might be required. I can send a PR, do you have example URLs/settings for all the different types?
GiteaMirror added the feature request label 2025-11-09 09:39:18 -06:00
Author
Owner

@easrng commented on GitHub (Feb 19, 2023):

I have streamDefault and streamAudioOnly working (i'm sending a Cobalt-Estimated-Size header) (streamDefault already has Content-Length too)

@easrng commented on GitHub (Feb 19, 2023): I have streamDefault and streamAudioOnly working (i'm sending a Cobalt-Estimated-Size header) (streamDefault already has Content-Length too)
Author
Owner

@easrng commented on GitHub (Feb 20, 2023):

what code formatter do u use btw

@easrng commented on GitHub (Feb 20, 2023): what code formatter do u use btw
Author
Owner

@wukko commented on GitHub (Feb 20, 2023):

what code formatter do u use btw

just my head really, dont know of any that wouldn't piss me off

@wukko commented on GitHub (Feb 20, 2023): > what code formatter do u use btw just my head really, dont know of any that wouldn't piss me off
Author
Owner

@wukko commented on GitHub (Feb 20, 2023):

there are many variations of requests in tests, they might be useful to you

@wukko commented on GitHub (Feb 20, 2023): there are many variations of requests in tests, they might be useful to you
Sign in to join this conversation.