Hello,
I installed the MJPEG Streaming app from the oak-examples repo on my OAK-4D. No error occured during installation but when trying to access the stream I get the following error:
[2025-11-29T15:03:30Z] 192.168.1.100 - - [29/Nov/2025 15:03:30] "GET / HTTP/1.1" 200 -
[2025-11-29T15:03:30Z] ----------------------------------------
[2025-11-29T15:03:30Z] Exception occurred during processing of request from ('192.168.1.100', 64385)
[2025-11-29T15:03:30Z] Traceback (most recent call last):
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/socketserver.py", line 691, in process_request_thread
[2025-11-29T15:03:30Z] self.finish_request(request, client_address)
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/socketserver.py", line 361, in finish_request
[2025-11-29T15:03:30Z] self.RequestHandlerClass(request, client_address, self)
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/socketserver.py", line 755, in __init__
[2025-11-29T15:03:30Z] self.handle()
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/http/server.py", line 432, in handle
[2025-11-29T15:03:30Z] self.handle_one_request()
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/http/server.py", line 420, in handle_one_request
[2025-11-29T15:03:30Z] method()
[2025-11-29T15:03:30Z] File "/app/utils/server.py", line 19, in do_GET
[2025-11-29T15:03:30Z] self.wfile.write("--jpgboundary".encode())
[2025-11-29T15:03:30Z] File "/usr/lib/python3.11/socketserver.py", line 834, in write
[2025-11-29T15:03:30Z] self._sock.sendall(b)
[2025-11-29T15:03:30Z] BrokenPipeError: [Errno 32] Broken pipe
[2025-11-29T15:03:30Z] ----------------------------------------
Do you have any idea on what could be the problem?