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

reading multipart/x-mixed-replace binary stream #5300

Closed
fangyong125 opened this issue Dec 29, 2019 · 1 comment
Closed

reading multipart/x-mixed-replace binary stream #5300

fangyong125 opened this issue Dec 29, 2019 · 1 comment

Comments

@fangyong125
Copy link

I need to read a http stream (with head multipart/x-mixed-replace), the content-type is image/jpeg,how could i do?
r = requests.get('http://192.168.1.100:4747/mjpegfeed?1920x1080', stream=True)
c0 = r.content

code [c0 = r.content] will wait until response finish, but this response is not going to finish.
so what can I do?

@nateprewitt
Copy link
Member

Hi @fangyong125,

As per the message in the issue you opened, we don't support these kinds of requests for help on this issue tracker. Please open a question on Stackoverflow. Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants