nghiem tien vien
New Member
- Joined
- Feb 11, 2020
- Messages
- 1
- Reaction score
- 0
I have an Yoosee 360 Panoramic. I can connect it to iphone app and I can see the private IP of that camera in LAN.
Then I tried to use ffmpeg to catch the video stream but no luck.
I used this command
It always return
I also can't ping the camera IP, is it normal ?
Then I tried to use ffmpeg to catch the video stream but no luck.
I used this command
ffmpeg -i "rtsp://192.168.1.5:554/onvif1"
ffmpeg -i "rtsp://admin:123@192.168.1.5:554/onvif1"
ffmpeg -i "rtsp://admin:00000000@192.168.1.5:554/onvif1"
It always return
[tcp @ 0x108f120] Connection to tcp://192.168.1.5:554?timeout=0 failed: No route to host
rtsp://13838682:123@192.168.1.5:554/onvif1: No route to host
I also can't ping the camera IP, is it normal ?