Hello,
as rtsp streams dont work with multipart decoder without ffmpeg, i try to get the MJPEG Stream of an AXIS CAM.
I used the Dashboard before with an Foscam IP Cam and the URL =
http://IP:PORT/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=USER&pwd=PASSWORD
but i cannot bring it to work with the AXIS IP CAM.
i tried these streams =
http://IP/mjpg/1/video.mjpg
http://IP/axis-cgi/mjpg/video.cgi
for the authentification i used the basic authentification on the multipart decoder.
That doesnt work. ("Unauthorized" below multipart decoder node)
next i tried these =
http://USER:PASSWORD@IP/axis-cgi/jpg/image.cgi
http://USER:PASSWORD@IP/axis-cgi/mjpg/video.cg
Doesnt work.("Unauthorized" below multipart decoder node)
So in my Browser i can use =
http://IP/mjpg/1/video.mjpg
http://IP/axis-cgi/mjpg/video.cgi
If i am logged into the Cam Webinterface
And i can use =
http://USER:PASSWORD@IP/axis-cgi/jpg/image.cgi
http://USER:PASSWORD@IP/axis-cgi/mjpg/video.cg
as well.
so how can i get the videostream from the AXIS IP CAM with working authentification ?
Dearly
Chorum