-
Notifications
You must be signed in to change notification settings - Fork 40
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
Does this work in chrome? #6
Comments
In fact, this project was created with the intention of stream video to a web browser using the tag. It should work fine if you write . If you can't get it to work in chrome could you try in other web browser to see if it's going fine? As I told in #2, you should have direct access to the stream via web browser with http://ip-address:port/ Please tell me if it's working fine. |
Thank you @JPery . I made test html page as below.
When I opened up this page with Chrome, my MJPEG server accepts two clients. For the Firefox, it also start with two clients and stream freezes, I was wondering why browser is connected as two clients. I think this is causing the issue. |
I've uploaded a new version where I can read the HTTP headers. With this features Chrome seems to work well. I think that the two clients on Chrome are due to the actual request and some "cache" request. I hope this version works well for you |
Thanks. It works. the way to reproduce is simple. |
I'll take a look into it. |
It works well with vlc player. However chrome only shows first image. Is there any way to test in the browser using img src tag?
The text was updated successfully, but these errors were encountered: