We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c968 commit b799f97Copy full SHA for b799f97
src/static/static/yi-hack/script/system.sh
@@ -243,6 +243,8 @@ else
243
LD_LIBRARY_PATH="/tmp/sd/yi-hack/lib:/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" ./rmm &
244
sleep 6
245
dd if=/tmp/audio_fifo of=/dev/null bs=1 count=8192
246
+ # Trick to start circular buffer filling
247
+ start_buffer
248
if [[ $(get_config REC_WITHOUT_CLOUD) == "yes" ]] ; then
249
if [[ $(get_config TIME_OSD) == "yes" ]] ; then
250
(sleep 30; export TZP=`TZ=$TZ_TMP date +%z`; export TZP=${TZP:0:3}:${TZP:3:2}; export TZ=GMT$TZP; ./mp4record) &
0 commit comments