Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few issues #28

Open
thehijacker opened this issue Jan 28, 2018 · 7 comments
Open

Few issues #28

thehijacker opened this issue Jan 28, 2018 · 7 comments

Comments

@thehijacker
Copy link

Hello,

Great little hack to prevent it sending video to their cloud.

I see some problems that could make this perfect cam for my newborn room and to be used as baby monitor.

  1. RTSP stream has no sound.
  2. IR LED should turn on/off automatically depending on the brightness level in the environment.
  3. Command ntpd -q -p uk.pool.ntp.org did not set correct time for me. I had to use my ISP NTP server address. Maybe we need more "general" NTP server.

Is there a solution already available for this issues?

Thank you and best regards.

@thehijacker
Copy link
Author

Found another "issues". When camera boots I get a voice message from it to "Please wait for wired connection". When the sound is heard I can already connect via SSH. Can we disable this voice permanently?

@deorder
Copy link
Contributor

deorder commented Feb 4, 2018

You can try preventing the boot script from unpacking the voice files in /tmp. My cameras do not play the voice files as I wrote a custom boot that does not unpack them.

@thehijacker
Copy link
Author

Excelent. Thank you. How about RTSP with sound?

@deorder
Copy link
Contributor

deorder commented Feb 8, 2018

Could not get that to work. The p2pcam software crashes when enabling the audio stream. The best solution would be to write something that can replace p2pcam of course, but without documentation of the hardware it is something I will not take upon me. I had some successes, but reverse engineering the hardware already took too much of my time.

@ant-thomas
Copy link
Owner

Found RTSP with sound
rtsp://ipaddress/0/av0

av0 gives a high res stream with sound
av1 gives a low res stream with sound

@thehijacker
Copy link
Author

I noticed that IR LED in fact does turn on automatically on low light. Not sure why this did not work before. I must have played with GPIO commands at some point.

Time is also correct on camera. I had to do a delay so that network is initialized. Like so:

# update the time
(sleep 20 && /usr/sbin/ntpd -q -p time.ijs.si ) &

Last issue that I had was RTSP without sound and to my great suprise ant-thomas came with correct URL that includes sound.

Only issue that I have is with Android application (TinyCam). I use ONVIF protocol since with that I can use PTZ. But if I enable sound the cam will freeze and reboot itself. Any idea about that?

Thank you!

@ant-thomas
Copy link
Owner

I've just tried to enable to sound with TinyCam and had the same problem. Camera crashed and rebooted, Odd behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants