Logic Machine Forum
MJPEG No working - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: MJPEG No working (/showthread.php?tid=4673)



MJPEG No working - KRIS DOCX - 23.03.2023

Hi all, 

The command   http://admin:Cameraxxxxxx@182.168.120:80/cgi-bin/mjpg/video.cgi?subtype=1  entered in the browser does visualize the MJPEG stream.

The same command in the honelynk camera visualisation does not work.  The frame size is correct.

Any tips here?

Thanks


RE: MJPEG No working - Erwin van der Zwart - 24.03.2023

You cannot use basic authentication in the URL in modern browsers as it’s blocked.

The reason that it works directly in the browser is that you probably have entered the credentials in that session or stored it so it doesn’t have to use the credentials passed in the URL.


RE: MJPEG No working - KRIS DOCX - 24.03.2023

(24.03.2023, 06:21)Erwin van der Zwart Wrote:
You cannot use basic authentication in the URL in modern browsers as it’s blocked.
The reason that it works directly in the browser is that you probably have entered the credentials in that session or stored it so it doesn’t have to use the credentials passed in the URL.

That makes sence!

Not sure how an IP camera can be integrated then in touch or pc visualisation.  The manual describes it is done via this url authentification   (09/22 – Firmware Q 2.8.0 LSS 100100 page 98).  what is an alternative way to integrate a camera in touch or pc visualisation?


RE: MJPEG No working - Erwin van der Zwart - 25.03.2023

Only way is disable credentials or use a camera that allows passing credentials as qeury parameters like
https://192.168.0.100/stream.mjpeg?username=myusername&password=mypassword but those cams are still rare on the market.


RE: MJPEG No working - Hoang Hien - 12.03.2024

(25.03.2023, 10:10)Erwin van der Zwart Wrote: Only way is disable credentials or use a camera that allows passing credentials as qeury parameters like
https://192.168.0.100/stream.mjpeg?username=myusername&password=mypassword but those cams are still rare on the market.

Please allow me to ask, can I find a live stream like this for Hikvision cameras, where can I find it?


RE: MJPEG No working - Daniel - 12.03.2024

Each camera has a unique way of doing it, contact the manufacture.


RE: MJPEG No working - AlexLV - 13.03.2024

Hi,

my old enough Hik camera and Mozilla (latest version 123.0.1) still working. Chrome block such way.

I still use this:

http://admin:pass@IP/Streaming/channels/102/Preview. Not remember camera config, I think this is second stream. I just put in at visu. Of course not a super secure way..

May be helps,

BR,

Alex