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

mjpeg.html does not work for some versions of Firefox for a non-local IP (i.e. different from 127.0.0.1) #1

Open
lebarsfa opened this issue Dec 7, 2024 · 2 comments

Comments

@lebarsfa
Copy link
Member

lebarsfa commented Dec 7, 2024

mjpeg.html with:

<html>
<head>
    <title>MJPEG</title>
</head>
<body>
    <img src="http://192.168.0.73:4014" alt="MJPEG" />
</body>
</html>

OK for Firefox ESR 115 on Windows, but not for Firefox 130 when tested around September 2024.
Still not OK for Firefox 133 on Windows 10 when tested on December, 7 2024, while OK with Chrome and Edge 131.
But OK if http://192.168.0.73:4014 is pasted directly in the address bar...

@lebarsfa
Copy link
Member Author

lebarsfa commented Dec 7, 2024

Workaround suggested by Copilot:

<html>
<head>
    <title>MJPEG</title>
</head>
<body>
    <iframe src="http://192.168.0.73:4014" width="640" height="480" frameborder="0"></iframe>
</body>
</html>

@lebarsfa
Copy link
Member Author

lebarsfa commented Dec 8, 2024

See also 0c3d705.

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