hrnozel

Results 15 comments of hrnozel

Thank you for your answer. I will let you know when I try this. After, maybe add an example related with this topic.

I tried something, but it is not working as multipart stream. If I send request for each frame working perfectly, but if I run as below it does not work....

`firstResponse.addHeadValue("Connection", "close");` I have removed this header but does not work. I have debugged [mjpegwriter](https://github.com/JPery/MJPEGWriter) and your library with wireshark. **mjpegwriter** sends the header; ` firstResponse.setContentType("multipart/x-mixed-replace; boundary=mjpegstream"); firstResponse.addHeadValue("Connection", "close"); firstResponse.addHeadValue("max-ages",...

subsequent responses already do not have a header they begin with boundary attribute and remained part is payload(jpeg). The issue is that the first response could not be sent to...

How can I send my stream? Is there a way? Or can I use the tcp part of your library? Is it's callback call from another thread too?

I have looked your examples but I could not figure out how use mainloop in that my case.

I guess you mention this example; https://github.com/IronsDu/brynet/blob/master/examples/BroadCastServer.cpp If I implement by using this example, I guess I will be rewrapped the http part. So, but I still could not figure...

What do you mean another thread? How can explain with a code snippet?

That your example code not working, it is crashing when creating the thread in the callback. Do you have an idea about that? BTW, Library still does not send the...

From what I've debugged, it looks like httpsession is trying to destroy the thread created in the callback.