Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed May 9, 2020
1 parent 398974a commit 257cbbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Pull requests are welcome. For major changes, please open an issue first to disc
This custom firmware contains features replicated from the [yi-hack-MStar](https://github.com/roleoroleo/yi-hack-MStar) project and similar to the [yi-hack-v4](https://github.com/TheCrypt0/yi-hack-v4) project.

- FEATURES
- RTSP server - allows a RTSP stream of the video (high and/or low resolution) but without audio.
- RTSP server - allows a RTSP stream of the video (high and/or low resolution) and audio (thanks to @PieVo for the work on MStar platform).
- rtsp://IP-CAM/ch0_0.h264 (high res)
- rtsp://IP-CAM/ch0_1.h264 (low res)
- ONVIF server (with support for h264 stream, snapshot, ptz and presets - standardized interfaces for IP cameras.
- Snapshot service - allows to get a jpg with a web request.
- http://IP-CAM:8080/cgi-bin/snapshot.sh?res=low&watermark=yes (select resolution: low or high, and watermark: yes or no)
- http://IP-CAM:8080/cgi-bin/snapshot.sh (default high without watermark)
- MQTT - Motion detection through mqtt protocol.
- http://IP-CAM:8080/cgi-bin/snapshot.sh (default high without watermark)
- MQTT - Motion detection and baby crying detection through mqtt protocol.
- Web server - web configutation interface (port 8080).
- SSH server - dropbear.
- Telnet server - busybox.
Expand All @@ -55,6 +55,7 @@ This custom firmware contains features replicated from the [yi-hack-MStar](https
- camera on/off
- video saving mode
- detection sensitivity
- baby crying detection
- status led
- ir led
- rotate
Expand All @@ -69,6 +70,7 @@ This custom firmware contains features replicated from the [yi-hack-MStar](https
The performance of the cam is not so good (CPU, RAM, etc...). Low ram is the bigger problem.
If you enable all the services you may have some problems.
For example, enabling both rtsp streams is not recommended.
Disable cloud is recommended to save resources.


## Supported cameras
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 257cbbb

Please sign in to comment.