My cameras output HEVC (Main) video 1920x1080 @ 15 FPS.
I can view the stream live in ZM just fine.
I have them configured to constant record, using passthrough rather than encode. This generates files with the expected file size, but they are unplayable in VLC or anything else, they open, you can click play, but there is no video, even though VLC reports the codec correctly.
I can confirm that recording the stream manually using ffmpeg result in the same issue, with the exception that if I set the file format to AVI, then the file plays just fine, the issue is specifically with MP4 file container.
DOES NOT WORK
Code: Select all
ffmpeg -i rtsp://someuser:1111@192.168.0.123:10554/udp/av0_0 -c:v copy -c:a aac output.mp4
Code: Select all
ffmpeg -i rtsp://someuser:1111@192.168.0.123:10554/udp/av0_0 -c:v copy -c:a aac output.avi