fix: URL liveview MJPEG correcte (/api/aquisition/stream.mjpg)
This commit is contained in:
@@ -217,6 +217,7 @@ class PhotoboothService:
|
|||||||
|
|
||||||
# 2. Premiere frame d'un flux MJPEG (differentes versions)
|
# 2. Premiere frame d'un flux MJPEG (differentes versions)
|
||||||
mjpeg_paths = (
|
mjpeg_paths = (
|
||||||
|
"/api/aquisition/stream.mjpg", # photobooth-app v4+ (typo intentionnelle dans leur code)
|
||||||
"/stream.mjpg",
|
"/stream.mjpg",
|
||||||
"/api/stream",
|
"/api/stream",
|
||||||
"/api/video/stream",
|
"/api/video/stream",
|
||||||
|
|||||||
Reference in New Issue
Block a user