Code Monkey home page Code Monkey logo

Comments (7)

thehijacker avatar thehijacker commented on June 19, 2024

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?

from zsgx1hacks.

deorder avatar deorder commented on June 19, 2024

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.

from zsgx1hacks.

thehijacker avatar thehijacker commented on June 19, 2024

Excelent. Thank you. How about RTSP with sound?

from zsgx1hacks.

deorder avatar deorder commented on June 19, 2024

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.

from zsgx1hacks.

ant-thomas avatar ant-thomas commented on June 19, 2024

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

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

from zsgx1hacks.

thehijacker avatar thehijacker commented on June 19, 2024

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!

from zsgx1hacks.

ant-thomas avatar ant-thomas commented on June 19, 2024

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

from zsgx1hacks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.