YITechnology / YIOpenAPI

YI Open API provides mobile SDKs and reference designs for software developers and hardware makers to build cool apps and products with YI 4K Action Cameras
Other
346 stars 77 forks source link

can't get rtsp to work #21

Closed lrhymes closed 7 years ago

lrhymes commented 7 years ago

I can get the rtsp url (it claims it is rtsp://192.168.42.1/live) and the camera ip is 192.168.1.199, but I can not view the stream in my app. I tried just starting the rtsp server and using VLC and it also will not work.

Any ideas on what I'm doing wrong?

lrhymes commented 7 years ago

Looks like rtsp://192.168.1.199/live has the stream. Why does getrtspurl() return the wrong url? '

I can log onto the hotspot with my laptop and view it with VLC. Unfortunately my phone locks up when trying to view it.

x-projs commented 7 years ago

The url returned by getrtspurl() comes from firmware. There may be a bug in the firmware. We will check it.

lrhymes commented 7 years ago

works using vitamio library