Skip to content

Commit b799f97

Browse files
committed
Restore trick to start buffer
1 parent 5e7c968 commit b799f97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/static/static/yi-hack/script/system.sh

+2
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ else
243243
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 &
244244
sleep 6
245245
dd if=/tmp/audio_fifo of=/dev/null bs=1 count=8192
246+
# Trick to start circular buffer filling
247+
start_buffer
246248
if [[ $(get_config REC_WITHOUT_CLOUD) == "yes" ]] ; then
247249
if [[ $(get_config TIME_OSD) == "yes" ]] ; then
248250
(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

Comments
 (0)