-
Notifications
You must be signed in to change notification settings - Fork 47
Error connecting to camera, make sure ip and token are correct. #15
Comments
Hi, Same issue here for changmi.camera.ipc009 (Mijia 360 1080P, MJSXJ02CM). Any news? |
360 cameras are h265 and as I understood, project is aimed for h264 encoding. |
Hi, can someone please provide me the example of hexadecimal_token? |
5439554463523559574b73704c224174 |
Does not seem to work on a (mjsxj05cm) Mi Home Security Camera 360° videop2proxy --ip !redacted! --token !redacted!--rtsp 4888 Traceback (most recent call last): It also identifies itself as a "chuangmi_camera_ipc019" in my unify controller, sidenote :) |
Good afternoon Miguel Angel. First of all, I wanted to thank you for the work you did in developing these scripts. For those of us who are just starting out in Python and in home automation, all this information and work are of great help. pi @ raspberrypi: ~ / videoP2Proxy $ videop2proxy --ip 192.168.1.141 --token 516b4e7350625365446e51464a4cXXXX --rtsp 8554 Traceback (most recent call last): Both (IP and Token) are correct because other commands I have seen in this post works: miiocli device --ip 192.168.1.141 --token 516b4e7350625365446e51464a4cXXXX info , so I do not understand very well why it fails, I understand that it will be because the camera is not compatible with videop2proxy, but since there are a lot of supported cameras, it already seemed bad luck to me. Anyway, if you can give me some light I would appreciate it. If not, thanks anyway for your work and contribution. A greeting. |
Same here. Xiaomi 360 Camera CMSXJ13B |
Network: {'mask': '255.255.255.0', 'gw': '192.168.1.1', 'localIp': '192.168.1.45'} videop2proxy --ip 192.168.1.46 --token HEXADECIMAL_TOKEN --rtsp 8554 192.168.1.45 != 192.168.1.46 |
Cameras (listed with IPs):
1.45 changmi.camera.ipc009 (Mijia 360 1080P, MJSXJ02CM)
1.46 mijia.camera.v3 (Mijia Camera 1080P, SXJ02ZM)
Tokens extracted with MiHome (tokens for Air Purifier and Philips Moonlight proven extracted properly). Both cameras properly respond on "mirobo discover --handshake 1", but
"miiocli device --ip 192.168.1.45 --token HEXADECIMAL_TOKEN info" gives "Error: No response from the device" on both with corresponding tokens most of the time. Occasionaly gives
but on the same request repeated gives no response again, same no response to "miiocli device --ip 192.168.1.45 --token HEXADECIMAL_TOKEN raw_command get_ipcprop "[ 'all' ]""
while trying to run videop2proxy I get the following:
The text was updated successfully, but these errors were encountered: