I’m using gstreamer 1.20.7 in windows platform, trying to loop a video to rtsp server.
gst-launch-1.0 -e \
multifilesrc location=“prod-test.h264” loop=1 \
caps=“video/x-h264,stream-format=byte-stream” \
! h264parse config-interval=1 \
! rtspclientsink location=rtsp://127.0.0.1:8554/test protocols=tcp
this command runs perfect in macos, but fails everytime on windows because of EOS, and it just stopped looping.