Stream preview without login

TreborXof

n3wb
Joined
Jan 29, 2016
Messages
10
Reaction score
1
Hello all,


I have recently purchased the sd49425xb-hnr to replace an Axis P5415-E..
However during the purchase I overlooked a significant feature that the Dahua does not include which is the ability to view the web stream without logging in.



Is there any thoughts on a way around this or any other cameras besides Axis that offer the stream without logon?

Thanks in advance.



For the Axis I doctored some javascript to directly stream on our website with no worry of compromise as the camera is in a DMZ and is not authenticating with any creds.

 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,778
Reaction score
39,041
Location
Alabama
My Amcrest (Dahua OEM) and Dahua cams allow you to enable user "Anonymous" which requires no password.

You could then stream RTSP as here:
Code:
rtsp:/camera-IP:554/cam/realmonitor?channel=1&subtype=1
Of course, you can also stream RTSP directly to VLC by embedding the credentials in the URL as in:
Code:
rtsp:/user:password@camera-IP:554/cam/realmonitor?channel=1&subtype=1
NOTE: In both cases there's 2 "/" after "rtsp:" (forum software won't allow displaying 2 together).
 

TreborXof

n3wb
Joined
Jan 29, 2016
Messages
10
Reaction score
1
My Amcrest (Dahua OEM) and Dahua cams allow you to enable user "Anonymous" which requires no password.

You could then stream RTSP as here:
Code:
rtsp:/camera-IP:554/cam/realmonitor?channel=1&subtype=1
Of course, you can also stream RTSP directly to VLC by embedding the credentials in the URL as in:
Code:
rtsp:/user:password@camera-IP:554/cam/realmonitor?channel=1&subtype=1
NOTE: In both cases there's 2 "/" after "rtsp:" (forum software won't allow displaying 2 together).

Thanks for the NOTE: tip.
It explains why I couldn't post the code used for the Axis.


I guess I'll have to play with this setting and If I enable anonymous mode would that also enable anonymous control?


Thank you
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,778
Reaction score
39,041
Location
Alabama
I guess I'll have to play with this setting and If I enable anonymous mode would that also enable anonymous control?
Not sure on Axis.
On this Amcrest it only allows viewing of live stream in cam's webGUI, not allowed to even see the configurations of the webGUI, and not RTSP stream to VLC without authentication.
 

TreborXof

n3wb
Joined
Jan 29, 2016
Messages
10
Reaction score
1
Does anyone know if this camera still on the shipped firmware supports /rtspoverwebsocket? I do not see it in the network tab and I am trying to get direct streaming to web working without offloading to a server or streaming service.


Device Type: SD49425XB-HNR
System Version: V2.800.1341000.0.R.P9.2522.UN.NR, Build Date: 2020-03-12
WEB Version: V3.2.1.819501
ONVIF Version: 18.12(V2.4.5.729857)
PTZ Version: V2.401.0000000.64.RHNZ_200219_34642
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,016
Reaction score
48,782
Location
USA
Does anyone know if this camera still on the shipped firmware supports /rtspoverwebsocket? I do not see it in the network tab and I am trying to get direct streaming to web working without offloading to a server or streaming service.


Device Type: SD49425XB-HNR
System Version: V2.800.1341000.0.R.P9.2522.UN.NR, Build Date: 2020-03-12
WEB Version: V3.2.1.819501
ONVIF Version: 18.12(V2.4.5.729857)
PTZ Version: V2.401.0000000.64.RHNZ_200219_34642
I know autotracking will be gone if you update it, so that is something to consider.
 
Top