diff --git a/Video.cpp b/Video.cpp index 8aee797..0c4f620 100644 --- a/Video.cpp +++ b/Video.cpp @@ -111,7 +111,7 @@ void *VideoThread( void *state ) * Also accept any extension that we support. */ char syscall[256]; - sprintf(syscall, "omxplayer -b --no-osd %s%02d.m4v > /dev/null 2> /dev/null &", private_state->dvd_path, arg); + sprintf(syscall, "omxplayer --loop -b --no-osd %s%02d.m4v > /dev/null 2> /dev/null &", private_state->dvd_path, arg); exec_shell(syscall); /* Wait for it to start */ while( 1 )