All Versions
14
Latest Version
Avg Release Cycle
98 days
Latest Release
1447 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    September 19, 2017

    Cameraccess

    • Cameraccess will serve as both a replacement for the old Cameradar C++ app and an example on how to use the Cameradar library
    • ๐Ÿณ The Cameradar docker image uses Cameraccess as an entrypoint
    • Cameraccess is more performant than the old C++ Cameradar
    • ๐Ÿ‘ Cameraccess has a better and more user-friendly UX than the old C++ Cameradar
    • ๐Ÿณ The new docker image is somehow exactly two times lighter than the previous one (187MB vs 374MB)

    Cameradar golang library

    • ๐Ÿ— The Cameradar golang library provides the necessary tools to quickly build a tiny program to discover and attack RTSP streams, and makes it easy to build on top of it.
    • ๐Ÿšš The code is much cleaner and all legacy code has been removed
  • v1.1.4 Changes

    January 18, 2017

    v1.1.4

    ๐Ÿš‘ This version is the latest minor release before the 2.0.0. However, there might be other hotfixes coming after it if there are issues with the current state of Cameradar.

    Minor changes :

    • ๐Ÿณ Simplified use of Docker image
    • ๐Ÿ“‡ Renamed MySQL table name to be more explicit
    • ๐Ÿ”จ Refactoring of the Golang functional tester done
    • The output was made more human readable
    • โž• Added automatic code quality checks for pull requests
    • โž• Added contribution documentation
    • โšก๏ธ Updated dictionaries to add user suggestions for Chinese cameras
    • โœจ Enhanced result.json file's format

    ๐Ÿ›  Bugfixes :

    • ๐Ÿ›  Fixed a bug in the functional testing in which if the result.json file was not formatted correctly, the test failed but was still considered a success.
  • v1.1.3 Changes

    November 23, 2016

    v1.1.3

    Minor changes :

    • โž• Added automatic pushes to DockerHub to the travis integration
    • ๐Ÿ”ง Made travis configuration file better
    • ๐Ÿ”„ Changed the package generation scripts to make them report errors
    • Removed old etix_rtsp_server binary from the test folder

    ๐Ÿ›  Bugfixes :

    • ๐Ÿ›  Fixed an issue that made it mandatory to launch tests at least once so that they can work the second time
    • ๐Ÿ›  Fixed an issue that made the golang testing tool not compile in the testing script
    • ๐Ÿ›  Fixed an issue that made the golang testing tool sometimes ignore some tests
    • โœ… The previous known issue has been investigated and we don't know where it came from. However after a night of testing I have been unable to reproduce it, so I will consider it closed

    v1.1.2

    Minor changes :

    • โž• Added travis integration
    • โž• Added default environment value for Docker deployment
    • โšก๏ธ Updated docker image description with new easy usage
    • ๐Ÿ’… Updated README badges style (replaced flat with square-flat)
    • ๐Ÿ— Build last package can now also generate a debug package if given the Debug command-line argument
  • v1.1.1 Changes

    November 12, 2016

    v1.1.1

    Minor changes :

    • โœ‚ Removed unnecessary null pointer checks (thanks to https://github.com/elfring)
    • โšก๏ธ Updated package description
    • โœ‚ Removed debug message in CMake build
    • โž• Added /ch01.264 to the URL dictionary in the deployment (Comelit default RTSP URL)
    • โšก๏ธ Updated tests partially (still needs work to make the code cleaner)
      • Variable names are now compliant with Golang best practices
      • JSON variable names are back to normal
      • Functions have been moved in more appropriate source files
      • Structure definitions have been moved in more appropriate source files
      • Source files have been renamed to be more relevant
      • JUnit output now considers each camera as a test case
      • JUnit output now contains errors which makes debugging much easier
    • โž• Added header files where it was forgotten

    ๐Ÿ›  Bugfixes :

    • ๐Ÿ›  Fixed an issue where if you loose your internet connection during thumbnail generation, FFMpeg would get stuck forever and thus Cameradar would never finish
    • ๐Ÿ›  Fixed an issue where multithreading could cause crashes
    • ๐Ÿ›  Fixed an issue where the routes dictionary was mistaken for the credentials dictionary
    • ๐Ÿ›  Fixed issues with the golang testing tool
      • Fixed automated camera generation
      • Fixed docker IP address resolution

    Known issues :

    • There is an issue with Camera Emulation Server that makes it impossible for Cameradar to generate thumbnails, which is why right now the verification of the thumbnails presence is commented and it is assumed correct. It is probably an issue with GST-RTSP-Server but requires investigation.