Skip to content

Releases: Filipowicz251/mijia-1080P-hacks

0.6 RTSP Server Optimized

22 Oct 11:36
Compare
Choose a tag to compare

Changes

  • RTSP server code optimized (H264 support only)
  • Added RTSP server configuration entry (check midgard.ini configuration file for details)
  • Fixed Audio for Camera configuration in English.

Instructions

Copy the content of the release to the sdcard which needs to be in the camera all the time.

Note
Users with Firmware .139 without the toolset already working, you will have to downgrade to a previous version as well renaming the file tf_recovery.img.bak in the release 0.3 to tf_recovery.img and copy it to the root of your sdcard.

  • After powering the camera up, tf_recovery.img (Mijia 1080 only) will be loaded and the camera will be flashed with the release 0099
  • Then, the tools will be automatically loaded and it is safe to upgrade to the latest release using the MiHome application.
  • If after upgrading the firmware the Tooling stop been accessible, try deleting the FT folder from the SDCARD

RTSP Use

Any Streamer player with RTSP support, like VLC
rtsp://CAMERA_IP/live/ch00_0

0.6 RTSP Server Optimized 0.6b

22 Oct 17:27
Compare
Choose a tag to compare

Changes

  • Added option to change type of bitrate (Experimental)
  • Fixed a problem using the configuration file to change resolution
  • RTSP server code cleaned a little more.

Instructions

Copy the content of the release to the sdcard which needs to be in the camera all the time.

Note
Users with Firmware .139 without the toolset already working, you will have to downgrade to a previous version as well renaming the file tf_recovery.img.bak in the release 0.3 to tf_recovery.img and copy it to the root of your sdcard.

  • After powering the camera up, tf_recovery.img (Mijia 1080 only) will be loaded and the camera will be flashed with the release 0099
  • Then, the tools will be automatically loaded and it is safe to upgrade to the latest release using the MiHome application.
  • If after upgrading the firmware the Tooling stop been accessible, try deleting the FT folder from the SDCARD

RTSP Use

Any Streamer player with RTSP support, like VLC
rtsp://CAMERA_IP/live/ch00_0

Some minor fixes

12 Oct 16:38
Compare
Choose a tag to compare

For instructions, follow 0.5 release

SFTP Support

10 Oct 11:39
Compare
Choose a tag to compare

Changes

  • Added SFTP
  • Added option in midgard.ini to disable OTA updates
    • This is useful to tell there is an update and discover the path, but to not update it.
  • RTSP is disabled in this release by default. To enable it change to RTSP_ENABLED=1 in the file midgard.ini

Instructions

  • Copy the content of the release to the sdcard.

  • Users with Firmware .139 without the toolset already working, you will have to downgrade to a previous version as well renaming the file tf_recovery.img.bak in the release 0.3 to tf_recovery.img and copy it to the root of your sdcard.

    • Then powering the camera up, tf_recovery.img will be loaded and the camera will be flashed with the release 109
    • After that, the tools will be automatically loaded and it is safe to upgrade to the latest release using the MiHome application.
      Notice: Double check you have a Mijia 1080

RTSP Use

Any Streamer player with RTSP support, like VLC
rtsp://CAMERA_IP/live/ch00_0

0.4 (RSTP working - sort of)

05 Oct 16:20
Compare
Choose a tag to compare

Changes

  • Added RSTP
    Still a lot work to do as this is a tiny version lacking any possible configuration.
  • Added a new configuration file to select between different options: midgard.ini

Configuration File

Total Disconnection with Xioami Servers (0,1)
CLOUD_DISABLED=0

Streaming with Xioami Servers (0,1)
Can be used with CLOUD_ENABLED to be able to manage the camera but not streaming outside your network.
CLOUD_STREAMING_DISABLED=1

Local Streaming. (0,1)
RTSP_ENABLED=1

Local Streaming Mode
(j)mjpeg, (s)H264, (m)mpeg4
mode ´s´ seems to work, the others usually fail
RTSP_MODE=s

Root password for SSH Server (at least length 8)
SSH_ROOT_PASS=qwerty123456

Instructions

  • Copy the content of the release to the sdcard.

  • For users with .139 already, you will have to downgrade to a previous version as well renaming the file tf_recovery.img.bak in the release 0.3 to tf_recovery.img and copy it to the root of your sdcard.

    • Then powering the camera up, tf_recovery.img will be loaded and the camera will be flashed with the release 109
    • After that, the tools will be automatically loaded and it is safe to upgrade to the latest release using the MiHome application.
      Notice: Double check you have a Mijia 1080

RTSP Use

Any Streamer player with RTSP support, like VLC
rtsp://CAMERA_IP/live/ch00_0

0.3 (New Method)

01 Oct 17:41
Compare
Choose a tag to compare

Steps

  • Copy the content of the release to the sdcard.

  • For users with .139 already, you will have to downgrade to a previous version as well renaming the file tf_recovery.img.bak in the release to tf_recovery.img in the root of your sdcard.
    Notice: Double check you have a Mijia 1080.

    • Then powering the camera up, tf_recovery.img will be loaded and the camera will be flashed with the release 109
    • After that, the tools will be automatically loaded and it is safe to upgrade to the latest release using the MiHome application.

Validate

To validate the tooling is working just check the led in the camera turn blue and orange at the same time for 5 seconds at boot time.

Changes

  • Changed voice sounds to English
  • Still supporting SSH

SSH Support added. V0.2

14 Sep 22:09
Compare
Choose a tag to compare

Dropbear SSH added [root/qwerty123456]
--> SFTP pending.

v0.1 Release

12 Sep 09:37
Compare
Choose a tag to compare
v0.1 Release Pre-release
Pre-release

Initial release of the entry point to customize the booting
Edit valhalla.sh at will.