
I installed recently ZM 1.32.3 on a raspbian stretch, running one camera Heden setup this way : Source type = ffmpeg, function = modetect, sourcepath = http://user:pass@ip/videostream.cgi?use ... ass&rate=0
Tout marche pas trop mal, mais j'ai un souci lorsque je veux visualiser les videos prises lors d'une alarme dans la console, j'ai le message : "The video could not be loaded, either because the server or network failed or because the format is not supported". When i access the video through SFTP / SSH, i can read it with vlc without any problem.
It that can help, i have those line in logs :
2019-03-03 22:27:24 web_php 855 ERR Setting to disabled /usr/share/zoneminder/www/includes/functions.php 462
2019-03-03 22:27:00 web_php 855 WAR Turning selected_monitor_ids into an array 1 /usr/share/zoneminder/www/skins/classic/views/_monitor_filters.php 69
2019-03-03 22:23:09 zmc_m1 1344 WAR Option rtsp_transport not recognized by ffmpeg zm_ffmpeg_camera.cpp
I suppose the option rtsp_transport not recognized might have something to do with my problem, but it's just a supposition, i might be totally wrong (above all, it doesn't appear every time i access a recorded video).
Through, in chrome inspector, i can also see this message :
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The video could not be loaded, either because the server or network failed or because the format is not supported. vjs.MediaError {code: 4, message: "The video could not be loaded, either because the …rk failed or because the format is not supported."}
Any idea on how to fix this

Thanks for your help

Olivier.