Keith Benoit

Results 17 comments of Keith Benoit

http://www.tp-link.com/us/faq-949.html TP-Link provides a Python compiled utility to update the firmware from your Windows machine.

You should declare that an esp32dev board type. ``` esphome: name: esp32cam01 platform: ESP32 board: esp32dev ```

When I previously had word recognition problems in Rhasspy 2.4.x, I switched from pocketSphinx to kaldi, and things got much better. At the time, Rhasspy was having trouble differentiating between...

I'm attempting to use VLC 2.2.4 Weatherwax on Windows 10 to view/monitor the RTSP video stream from this camera. Zenmap shows port 554 open, but nothing ever comes through. VLC...

Well, it's clearly a problem with VLC, because Blue Iris can open and save the RTSP stream just fine. Sorry to bother anyone! Later edit: If I create a text...

If you've not hacked the camera yet, I'd strongly advise you to block it from accessing the internet. The default Xiaomi Xiaofang apps are heavily cloud-based, and communicate with servers...

You should install the NFS package from Zyxel and configure an NFS mount point for the camera. From the camera, you should mount an NFS path pointed at that NFS...

ffmpeg is also available on the SD card from fang-hacks: /media # cd /media/mmcblk0p2/data/test/ffmpeg /media/mmcblk0p2/data/test/ffmpeg # uname -a Linux Fang001 2.6.35.12 #27 Thu Dec 22 18:48:16 PST 2016 armv5tejl GNU/Linux...

Look at the script named hls_stream.sh in the directory shown above. Instead of using localhost as the DNS name, use the local IP address of your camera. Then execute ffmpeg...

If you're running ffmpeg on the NAS, then you don't need NFS, because the storage is local to the NAS. The only reason to use NFS is if you run...