How to play avi videos from a folder

91 views
Skip to first unread message

Pablo Fiscella

unread,
Sep 1, 2021, 2:16:05 PM9/1/21
to PiWall Users

Hi everyone. We put together a videowall at the school where I work. It is a 3x3 matrix of monitors. I am trying to play all the video .avi I have in a folder. Could someone help me as it only plays the first video. Thank you


for file in *.avi; do ffmpeg -stream_loop -1 -re -i "/home/pi/Videos/$file" -vcodec copy -f avi -an udp://239.0.1.23:1234; done

Reply all
Reply to author
Forward
0 new messages