Cinese ip dome camera

Sep 30, 2018
7
0
Italy
Hello I bought a chiuse ip dome camera full HDA_DATA and it works very della with originale application, YI Iot, bit id like to use it in home assistant so I'd like to know of it possibile to have resto stream. I'm alle to c onnect by telnet with root user and without passwor(attached you can fine screenshot and photo). I Trier Also with Yi Technologies application bit I'm not ne alle to pair with cam.

Thanks in advance
 

Attachments

  • Screenshot_20180930-075801_JuiceSSH.jpg
    Screenshot_20180930-075801_JuiceSSH.jpg
    119.3 KB · Views: 22
  • 20180930_082659.jpg
    20180930_082659.jpg
    1.3 MB · Views: 22
  • 20180930_082706.jpg
    20180930_082706.jpg
    1.3 MB · Views: 21
From what I understand, you would like to use the RTSP stream from the camera and need the URL.

Forum members could better assist you if you would tell us the exact brand and model of the camera.
 
Yes i world like to use reso stream. Is it possibile?

Maybe......forum members could better assist you if you would tell us the exact brand and model of the camera.
 
Yes i world like to use reso stream. Is it possibile?
The product specs certainly show RTSP is supported - if you can believe them ...
Unlikely - but you never know - maybe the camera supports ONVIF, in which case ONVIF Device Manager (sourceforge.net) might see it.
If so - the RTSP URL is at the bottom of the Live Video page.
 
Run the open-source nmap program against the camera's IP address. It will tell you what ports are open. Clearly, 23/telnet is, and that's dangerous if you forward any ports.
 
If you can find and post a firmware image file for the camera, some of the folks here might be able to help you login via that telnet port and find out more.
 
Hello thank for replay, attached you can find a photo for firmware, YI Iot app for android, telnet and pc software.

Thanks
 

Attachments

  • Screenshot_20181025-211928_YI IoT.jpg
    Screenshot_20181025-211928_YI IoT.jpg
    139.7 KB · Views: 9
  • Screenshot_20181025-211838_YI IoT.jpg
    Screenshot_20181025-211838_YI IoT.jpg
    111.7 KB · Views: 9
  • telnet.jpg
    telnet.jpg
    31.6 KB · Views: 9
  • yi iot camera.jpg
    yi iot camera.jpg
    73.3 KB · Views: 8
At the shell prompt, suggestion to try :
ps
to see what processes are running, there may be a clue.

netstat -a
to see what's listening. Though from your nmap it seems likely it's only telnet on port 23
 
ps command:
~ # ps
PID USER VSZ STAT COMMAND
1 root 1428 S init
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
4 root 0 SW [kworker/0:0]
5 root 0 SW< [kworker/0:0H]
7 root 0 SW [rcu_preempt]
8 root 0 SW [rcu_bh]
9 root 0 SW [rcu_sched]
10 root 0 SW< [khelper]
11 root 0 SW< [writeback]
12 root 0 SW< [bioset]
13 root 0 SW< [kblockd]
14 root 0 SW [khubd]
15 root 0 SW [kworker/0:1]
16 root 0 SW< [cfg80211]
17 root 0 SW [kswapd0]
18 root 0 SW [fsnotify_mark]
19 root 0 SW< [crypto]
28 root 0 DW [enable_swp_task]
47 root 0 SW< [deferwq]
48 root 0 SW [kworker/u2:1]
49 root 0 SW< [kworker/0:1H]
302 root 0 SW [kworker/u2:2]
307 root 0 SWN [jffs2_gcd_mtd5]
386 root 1428 S syslogd
388 root 1420 S klogd
392 root 1432 S telnetd
397 root 1428 S init
467 root 0 SW [RTW_CMD_THREAD]
487 root 772 S ./log_server
488 root 9428 S ./dispatch
492 root 7488 S ./mp4record
493 root 8512 S ./oss
494 root 77964 S ./rmm
495 root 1084 S ./watch_process
505 root 1420 S watchdog -t 2 -T 5 /dev/watchdog
647 root 1284 S wpa_supplicant -c/tmp/wpa_supplicant.conf -g/tmp/wpa
668 root 1428 S udhcpc -i wlan0 -b -s /home/app/script/default.scrip
681 root 1072 S ./arp_test
733 root 7476 S ./cloud
735 root 20516 S ./p2p_tnp
4781 root 1436 S -sh
7893 root 1436 S -sh
16065 root 1428 R ps

nestat command:
~ # netstat -a
-sh: netstat: not found
~ #
 
Nothing stands out in the process list - exception an indication that it's a P2P-oriented device that doesn't offer local streams.
netstat would probably have confirmed that - if it had been available.