videoP2Proxy icon indicating copy to clipboard operation
videoP2Proxy copied to clipboard

Xiaomi Mijia 1080P dont works

Open CooleRnax opened this issue 5 years ago • 5 comments

Stream doesn't work

Starting proxy...
Starting RTSP server on "rtsp://192.168.65.3:8554/"
(Using port 80 for optional RTSP-over-HTTP tunneling.)

Got error when receiving: timed out
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 289, in send
    raise DeviceException("No response from the device") from ex
miio.exceptions.DeviceException: No response from the device
Can't read output line 1 from command: python3 -c "import miio;result = miio.device.Device('xxxxxxxxxxx', 'xxxxxxxxxxxxxxxxxxxxxxxxxxx').send('get_ipcprop', ['all']);print(result['p2p_id']);print(result['avID']);print(result['avPass']);"
Error connecting to camera, make sure ip and token are correct.
Error, waiting 10 seconds and trying again.

CooleRnax avatar Oct 25 '18 19:10 CooleRnax

Unfortunately same

joelhaasnoot avatar Nov 03 '18 19:11 joelhaasnoot

Same. Can I help debug this?

goncalossilva avatar Nov 14 '18 23:11 goncalossilva

Same

ardeus-ua avatar Nov 29 '18 22:11 ardeus-ua

Same here unfortunately. This actually seems to mess the connection with the device, prior to running this I'm able to use miiocli to send commands to the camera and after running this, I can't reach the camera anymore, have to restart it (unplug and plug it again).

arturleao avatar Jan 15 '20 00:01 arturleao

Same here. Xiaomi 360 Camera CMSXJ13B

edugrt avatar Apr 09 '21 01:04 edugrt