Search results

  1. M

    New Reolink Wired POE Doorbell Cam ?

    Has anyone been able to get the firmware? I can't find it on the official site (yet).
  2. M

    New Reolink Wired POE Doorbell Cam ?

    I asked to be notified when they come out, have good hope that I can pull the same type of tricks with this one as with the Yoosee SD-M5.
  3. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Yes it is possible (see one of my posts and other posts). There are 2 possibilities: 1) Add software and a USB relay. 2) Use some other hardware and look at the frequency.
  4. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Also, anybody here able to get rid of the time at the top left? I looked at the npc binary a bit, but couldn't find the responsible code unfortunately. edit I think I might have found out. I'll go and check tomorrow / after the weekend if I'm right and can remove this timestamp thing edit...
  5. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Can anyone check what the framerate is when viewing over the ONVIF1 stream? I played with the binary a little bit and set it to 30 (which should be possible according to the specs of the board) and it seems to run much smoother now. VLC also says it is running at 30 fps.
  6. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    The issue is more about the communication part. Getting the video part from the ONVIF stream and pipe it to WebRTC is not the biggest issue. I can have my phone ringing when somebody presses the doorbell, but after that it is getting more complicated: curl -X POST -H "Accept: application/json"...
  7. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    What would help is someone can look at this Nextcloud Talk API + webrtc. I can ring my phone, but answering and starting a videocall doesn't seem to work yet. If this would work, then you can skip this whole yousee app / .cn communication stuff.
  8. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Ah I see that they are fake now :) I didn't debug the NPC app myself using a debugger. I just looked at the output of the npc binary and reversed my way through it.
  9. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    You might want to remove the values of USER_KEY and APP_TOKEN...
  10. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    I know ONVIF isn't implemented properly. Somewhere before I posted a patch for ffmpeg. In essence it adds a flag that forces TCP connections. Perhaps this is one of the problems (first trying UDP then TCP). Btw, this is just a wild guess without looking into the issue :)
  11. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    There is a bug in your script. If you call set_time like that setting environment variables won't work. You should "source" the set_time script and the npc binary should be called / sourced from the same script in order to use the environment variables. See...
  12. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Running mount on the terminal shows location you can write to. The trick I did was replacing the npc binary with a shell script and putting the npc binary on the flash card. There are some people that made there own firmware with the patched binary and simply flashed the image. This trick would...
  13. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    At first glance it seems to use standard mechanisms to get the time: Better to find out how Linux sets the time as Sp00025 pointed out.
  14. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    You could use the other solution as well. If you want to install you would need to create a new image, embed screen and flash it. Or go to the local supermarket, spent $10 and buy a new one.
  15. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    install screen or something similar.
  16. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    In case anyone is interested, I've rewritten my code and extended it a bit. I'm now able to send messages to a Nextcloud chat group. Also, all the steps have been taken to setup a call to a Nextcloud chat group, which leaves me to the next step: use native WebRTC to start sending video footage...
  17. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    You could try to dd the partition table on the doorbell, take it out, dd on a linux machine you own, and look at the diffs?
  18. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Obvious one, did you try another SD card? What is the format of the partition table?
  19. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Btw, for audio, there is the HiMPP IPC V2.0 Media Processing Software Development Reference.pdf document which details how to play audio on the device. Long story short: you need to alter the raw audio streams a bit, but there is sample code in it for doing so.
  20. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Netherlands right? (not sure if this is allowed or not): 123-3D.nl - 3D-printers | kits | parts | filament 4,50 without shipping ;)
  21. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Iirc audio is available via the onvif stream. To play audio on the device I'd write some code to do that, but perhaps there are easier ways (pipe some data over a socket via e.g. netcat, and play that using some audio player e.g. mpg123 or whatever).
  22. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Just had a quick look. FUN_0028bc8c in my case (I guess your case it will be FUN_00294240, is basically something like system(): it executes the supplied argument. Changing the contents of the various "reboot" strings, should be enough to prevent the program from rebooting. However, one thing...
  23. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    I didn't solder... I just pressed with some force and it stayed connected (as long as you don't move the device it will be fine).
  24. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    You can check my post for a description of how I've done it.
  25. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Hi, If you want to take a snapshot you can use ffmpeg for that (see for example here Script to get JPEG snapshot from RTSP-stream (ffmpeg) - Domoticz). Note that you might need to patch ffmpeg as I've outlined a few posts before. If you have physical access to the device, you can connect via...
  26. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    I meant more, if you do what I did, then you know for sure that the problem is not with the doorbell with the Dahua NVR.
  27. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Yoosee firmware. I check the ONVIF stream with VLC player
  28. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    Just tested it with the latest firmware version and for me it works.
  29. M

    YooSee SD-M5 doorbell: 1080p, PoE, RTSP, Onvif, only $66

    I meant using ONVIF is probably the easiest :) ONVIF is supported in the firmware and works pretty well. When I tested it, sound also seemed to be supported. Using ONVIF has the advantage that I can use the ffmpeg library components. Writing something from scratch is nicer, but much more work....