Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change RTSP password? #42

Open
xenio opened this issue Mar 24, 2018 · 17 comments
Open

Change RTSP password? #42

xenio opened this issue Mar 24, 2018 · 17 comments

Comments

@xenio
Copy link

xenio commented Mar 24, 2018

I like to connect the camera to a cloud to keep the recordings, is there a way to change the RTSP password? It is now user:admin and blank password.

@xenio xenio changed the title Change password? Change RTSP password? Mar 24, 2018
@ant-thomas
Copy link
Owner

So far I don't think a way has been found.

@xenio
Copy link
Author

xenio commented Mar 29, 2018

Any idea where the user/password are? Is it hardcoded in the firmware?

@lukasz-glowacki
Copy link

RTSP Login: admin
RTSP Password: dg20160404

Following links works for me:
rtsp://admin:dg20160404@camera_ip_address/onvif1
rtsp://admin:dg20160404@camera_ip_address/onvif2

@xenio
Copy link
Author

xenio commented Mar 30, 2018

@lukasz-glowacki thanks but my camera has admin with no password, I was asking a way to change/set the password. I have the camera exposed to the internet and this is not a good thing, I have a restrict access with fixed ip via nat on the router.

@ant-thomas
Copy link
Owner

I suppose the idea with these cameras is you shouldn't be exposing them to the internet because of the cloud app - which I realise we've disabled.

@cptX
Copy link

cptX commented Apr 5, 2018

@lukasz-glowacki Hi, how did you find the password and the rtsp link.
I have been trying several weeks to connect to rtsp but was not successful.
see the thread I openned #30

@lukasz-glowacki
Copy link

@cptX I found it there:
https://www.youtube.com/watch?v=QDHUVUvunEw

@detxm80
Copy link

detxm80 commented Nov 20, 2018

hi, there is no way to protect rstp stream with a password?

@Fietspomp86
Copy link

Fietspomp86 commented Dec 11, 2018

Found this for my DG-MYQ camera:
Link to download from Diggo site
With this you can change the stream's password, maybe it can be implemented somehow?

@detxm80
Copy link

detxm80 commented Apr 8, 2019

hi guys, news from rstp password stream?

@Fietspomp86
Copy link

Fietspomp86 commented Apr 8, 2019

Did you not read my comment? You can change the password using my link. Adjust password in ini file and copy this together with bin file to see. Boot and volia, password is set. Boot custom firmware again and password is still set.

https://www.mydigoo.com/downfile.html?path=/mydigoo/20181008/5bbc16ced92d5-MYQ%20Onvif%20password%20changing.zip

@Fietspomp86
Copy link

Another very simple way is to FTP into your camera if this hack is installed, go to /home/ and there is a file called hwcfg.ini.
Open it and change the line
passwd = *******

Of course change the **** into your desired password

@haylanderlandim
Copy link

If it still works for someone.
I accessed the camera by telnet and added the parameter passwrd = ****** using vi /home/hwcfg.ini

@bisewski001
Copy link

If it still works for someone.
I accessed the camera by telnet and added the parameter passwrd = ****** using vi /home/hwcfg.ini

Hi Mrs...Is need to install the hack or we can set with a standard?
Can you explain more how you did this?
Thank you

@lukasz-glowacki
Copy link

Hi Mrs...Is need to install the hack or we can set with a standard?
Can you explain more how you did this?
Thank you

You don't need to install hack to set or change rtsp password. Just telnet to camera with password cxlinux and edit mentioned file by vi editor.

@bisewski001
Copy link

Hi Mrs...Is need to install the hack or we can set with a standard?
Can you explain more how you did this?
Thank you

You don't need to install hack to set or change rtsp password. Just telnet to camera with password cxlinux and edit mentioned file by vi editor.

Hi Lukasz...I open the file in Telnet but this is the text inside:
model = CloudCamera
main_bps = 768
sensor_position = 0
support_ptz = 1
ptz_mcu = 1
support_eth = 1
sound_detect = 1
ir_detect_type = 2
adc_setting_max = 700
adc_setting_min = -300
support_onvif = 1

As you can see, I dont have the passwd field...Can I put this field without problem? How can I save this file edit ?

Thank you Lukasz....

@lukasz-glowacki
Copy link

As you can see, I dont have the passwd field...Can I put this field without problem? How can I save this file edit ?

Yes, just add new entry in config file:
passwd = yourpassword

You may google how to use vi editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants