rfenouil / IP-Camera-Neye3C

Attempt to understand internal system of IP camera Neye3C
11 stars 1 forks source link

Progress #2

Open gogreenpower opened 3 years ago

gogreenpower commented 3 years ago

Did you ever get anywhere with this camera?

I have one and am hunting for the rtsp stream for motioneye. Not having much luck

rfenouil commented 3 years ago

Hi, unfortunately no, it's sitting in the drawer... It's probably not very hard but I don't have enough time, and knowledge about embedded linux... Please let me know if you make any progress, hopefuly it helps other people.

Thank you.

tongko commented 3 years ago

Hi, After telnet into the IP camera, I use my mobile phone to run the Neye3C app to stream video from the camera from within the same LAN. Then I run netstat command at telnet terminal and get the following result:

[~]# netstat -np Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.Y.X:30000 192.168.Y.X:58768 ESTABLISHED 586/sCamera tcp 0 0 192.168.Y.X:34786 47.88.156.152:28622 ESTABLISHED 586/sCamera tcp 0 0 192.168.Y.X:23 192.168.Y.X:55890 ESTABLISHED 7361/telnetd netstat: /proc/net/tcp6: No such file or directory netstat: /proc/net/udp6: No such file or directory netstat: /proc/net/raw6: No such file or directory Active UNIX domain sockets (w/o servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ] DGRAM 345 538/wpa_supplicant /var/run/wpa_supplicant/wlan0

As you see from above, the IP camera create 2 connection which owned by the process "sCamera", 1 is connecting to my mobile phone and another is to the Cloud. The one connecting to my phone are port 30000, I've tried to open this but yield no result. So I planned to run the Neye3C in my android emulator and sniff the packet to see what was being sent and hopefully able to find a clue to stream this to PC. Unfortunately, Neye3C doesn't run in emulator, I've tried Anbox and Genemotion and both yield no good result.

Not sure what going to be next.

vishnoor commented 3 years ago

Try connecting using ONVIF protocol. Use software anycam.io. I could get the video stream. For RTSP : i got lucky with rtsp://admin:123456@192.168.100.2:8554/live/video_audio/profile1

Where my device userid is admin , password is 123456 The IP address is the one assinged to the camera on my WIFI router. Port 8554 Try and let me know

Bebebe1974 commented 3 years ago

You can use Onvif Device Manager https://sourceforge.net/projects/onvifdm/. Can you copy firmware from this camera and send me? My camera is damaged after upgrade.

LinearDynamics commented 2 years ago

Using VLC, I was able to get a stream with rtsp://admin:123456@192.168.1.123:8554/live/video_audio/profile0 I ordered this camera off of aliexpress. They did not provide me with rtsp urls yet. Also /live/profile0 worked. It also got me a H.265 3840x2160@29.97, PCM ALAW

Abdel-Siam commented 11 months ago

Is there a way to connect this camera to a wifi network? the app isn't working for me but logging into the AP network i can get the rtsp to work