diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88fbe24 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +sd/test/http/index.html diff --git a/sd/home b/sd/home index 1d8eff8..ed90df7 100644 Binary files a/sd/home and b/sd/home differ diff --git a/sd/test/equip_test.sh b/sd/test/equip_test.sh index 6a7d374..01f6a05 100644 --- a/sd/test/equip_test.sh +++ b/sd/test/equip_test.sh @@ -208,6 +208,21 @@ cat /home/version | sed "s/^/ /" >> ${TMP_VERSION_FILE} FIRMWARE_LETTER=$(cat /home/version | grep "version=" | head -1 | cut -d"=" -f2 | sed "s/^[0-9]\.[0-9]\.[0-9]\.[0-9]\([A-Z]\).*/\1/") echo "Firmware letter is : '${FIRMWARE_LETTER}'" >> ${TMP_VERSION_FILE} +# TODO : do the same for the http server +#case ${FIRMWARE_LETTER} in +# M) RTSP_VERSION='M' +# ;; +# K|L) RTSP_VERSION='K' +# ;; +# B|E|F|H|I|J) RTSP_VERSION='I' +# ;; +# *) RTSP_VERSION='None' +# log "WARNING : I don't know which RTSP binary version is compliant with your firmware!" +# ;; +#esac +#log "The RTSP server binary version which will be used is the '${RTSP_VERSION}'" + + cat ${TMP_VERSION_FILE} >> ${LOG_FILE} log "Check for some files size..." diff --git a/sd/test/http/serverM b/sd/test/http/serverM index 71d4ab5..9c3f1b5 100644 Binary files a/sd/test/http/serverM and b/sd/test/http/serverM differ diff --git a/sd/test/rtspsvrI b/sd/test/rtspsvrI index 20dcdd1..a09f79b 100644 Binary files a/sd/test/rtspsvrI and b/sd/test/rtspsvrI differ diff --git a/sd/test/rtspsvrJ b/sd/test/rtspsvrJ deleted file mode 100644 index 20dcdd1..0000000 Binary files a/sd/test/rtspsvrJ and /dev/null differ diff --git a/sd/test/rtspsvrK b/sd/test/rtspsvrK index 04dbaa0..439a8b0 100644 Binary files a/sd/test/rtspsvrK and b/sd/test/rtspsvrK differ diff --git a/sd/test/rtspsvrM b/sd/test/rtspsvrM index 2fc406e..5958d8d 100644 Binary files a/sd/test/rtspsvrM and b/sd/test/rtspsvrM differ