vlc Befehl zum Abspielen eines Videostreams durch eine *.m3u8 Playlist

cvlc http://example.com/playlist.m3u8 --network-caching=1000 --sout-rtp-caching=1000 --sout-x264-lookahead=25 --no-sout-x264-mbtree --sout-x264-tune=zerolatency -R --aspect-ratio=4:3 --loop --http-reconnect -R --no-video-deco --no-embedded-video --width=800 --height=600 -f

Geht mit 800x600 Auflösung Fullscreen und reconnected im Hintergrund, falls der Stream abreißt.