Contents¶
Video File with Gstreamer Ingestor (Multifilesrc)¶
Note:
If you don’t want the video to loop with the multifilesrc element, set the
loop
property toFALSE
.If one wants to play the video for specific number of iterations, set the
loop
property toFALSE
and thestop-index
property to the number of iteration starting with 0, which would play it once. Setting theloop
property toTRUE
will override thestop-index
property.The
loop
property of themultifilesrc
plugin does not support video files of MP4 format. Hence, MP4 video files will not loop and the recommendation is to transcode the video file to AVI format.If general stream errors with multifilesrc element are observed when certain video files are used, then transcode the video file to
H264
video with.avi
container format to ensure compatibility.