Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer-Encoding: chunked #6

Open
nopnop2002 opened this issue Mar 20, 2020 · 1 comment
Open

Transfer-Encoding: chunked #6

nopnop2002 opened this issue Mar 20, 2020 · 1 comment

Comments

@nopnop2002
Copy link
Owner

nopnop2002 commented Mar 20, 2020

There is some radio station return [Transfer-Encoding: chunked].

const char *host = "icecast.radiofrance.fr";
const char *path = "/franceculture-lofi.mp3";
int httpPort = 80;

HTTP/1.1 200 OK
Content-Type: audio/mpeg
Transfer-Encoding: chunked
Connection: close
Date: Fri, 20 Mar 2020 05:44:17 GMT
icy-br: 32
ice-audio-info: channels=1;samplerate=48000;bitrate=32
icy-br: 32
icy-name: franceculture-lofi.mp3
icy-pub: 1
Server: Icecast 2.4.0-kh13
Cache-Control: no-cache, no-store
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Origin, Accept, X-Requested-With, Content-Type, Icy-MetaData
Access-Control-Allow-Methods: GET, OPTIONS, HEAD
Expires: Mon, 26 Jul 1997 05:00:00 GMT
X-Cache: Miss from cloudfront
Via: 1.1 025de06f7deee324c277661a5d0ef5fb.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: NRT12-C2
X-Amz-Cf-Id: dLfbmrGSPDX7kwWnp-Xd5YG6R1JqmYNvBffs3_fcWUiOeGFmf7XYvw==

When I request [Icy-MetaData: 1] there is no [Icy-metaint]
The chunk is embedded regularly.
Not support yet.

@nopnop2002
Copy link
Owner Author

This supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant