Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Specify 'mode'=>'mp4' for getStreamSrc() Otherwise video.js sometimes cannot determine that it is a file recording that is being played, and not a direct viewing. on Event page #4172

Merged
merged 1 commit into from
Oct 10, 2024

Fix: Specify 'mode'=>'mp4' for getStreamSrc() Otherwise video.js some…

fb19016
Select commit
Loading
Failed to load commit list.
Merged

Fix: Specify 'mode'=>'mp4' for getStreamSrc() Otherwise video.js sometimes cannot determine that it is a file recording that is being played, and not a direct viewing. on Event page #4172

Fix: Specify 'mode'=>'mp4' for getStreamSrc() Otherwise video.js some…
fb19016
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd-build freebsd_instance:family/freebsd-14-0 failed Oct 8, 2024 in 2m 44s

Task Summary

Instruction build failed in 00:39

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:20 clone
✅ 01:35 prepare
✅ 00:06 configure
❌ 00:39 build

[ 47%] Building CXX object src/CMakeFiles/zm.dir/zm_frame.cpp.o
[ 48%] Building CXX object src/CMakeFiles/zm.dir/zm_group.cpp.o
[ 49%] Building CXX object src/CMakeFiles/zm.dir/zm_image.cpp.o
[ 49%] Building CXX object src/CMakeFiles/zm.dir/zm_jpeg.cpp.o
[ 50%] Building CXX object src/CMakeFiles/zm.dir/zm_libvlc_camera.cpp.o
/tmp/cirrus-ci-build/src/zm_image.cpp:246:3: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
  zm_dump_video_frame(frame, "Image.Assign(frame)");
  ^
/tmp/cirrus-ci-build/src/zm_ffmpeg.h:182:23: note: expanded from macro 'zm_dump_video_frame'
      frame->flags && AV_FRAME_FLAG_KEY \
                      ^
/tmp/cirrus-ci-build/src/zm_image.cpp:291:3: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
  zm_dump_video_frame(frame, "Image.Populate(frame)");
  ^
/tmp/cirrus-ci-build/src/zm_ffmpeg.h:182:23: note: expanded from macro 'zm_dump_video_frame'
      frame->flags && AV_FRAME_FLAG_KEY \
                      ^
/tmp/cirrus-ci-build/src/zm_image.cpp:323:3: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
  zm_dump_video_frame(frame, "source frame before convert");
  ^
/tmp/cirrus-ci-build/src/zm_ffmpeg.h:182:23: note: expanded from macro 'zm_dump_video_frame'
      frame->flags && AV_FRAME_FLAG_KEY \
                      ^
/tmp/cirrus-ci-build/src/zm_image.cpp:338:3: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
  zm_dump_video_frame(temp_frame, "dest frame after convert");
  ^
/tmp/cirrus-ci-build/src/zm_ffmpeg.h:182:23: note: expanded from macro 'zm_dump_video_frame'
      frame->flags && AV_FRAME_FLAG_KEY \
                      ^
/tmp/cirrus-ci-build/src/zm_image.cpp:1178:60: error: missing field 'l_sysid' initializer [-Werror,-Wmissing-field-initializers]
  struct flock fl = { F_WRLCK, SEEK_SET, 0,       0,     0 };
                                                           ^
[ 51%] Building CXX object src/CMakeFiles/zm.dir/zm_libvnc_camera.cpp.o
5 errors generated.
--- src/CMakeFiles/zm.dir/zm_image.cpp.o ---
*** [src/CMakeFiles/zm.dir/zm_image.cpp.o] Error code 1

make[2]: stopped in /tmp/cirrus-ci-build/build
1 error

make[2]: stopped in /tmp/cirrus-ci-build/build
--- src/CMakeFiles/zm.dir/all ---
*** [src/CMakeFiles/zm.dir/all] Error code 2

make[1]: stopped in /tmp/cirrus-ci-build/build
1 error

make[1]: stopped in /tmp/cirrus-ci-build/build
*** [all] Error code 2

make: stopped in /tmp/cirrus-ci-build/build
1 error

make: stopped in /tmp/cirrus-ci-build/build

Exit status: 2