What I'm trying to achieve is a playlist with 2 or more entries. They should all play for 60 secs and then loop. What i did from command line is this vlc udp://@239.....:10204 --run-time=10 udp://@239......:11111 --run-time=10 --loop Everything works fine except when one of the streams is not workin...