3

In VLC, when streaming using an HTTP stream, the stream gets reset when the video loops. This causes applications like WiiMC to stop playing the stream altogether.

Is there a way to get the video to loop seamlessly without the stream itself being reset? If not, is there another lightweight application that can do this?

3
  • Have you enabled the loop option for the particular video file you're trying to loop? (Ref: VLC Documentation, Chapter 5. VLM - Multiple streaming and Video on demand). Commented Jun 26, 2013 at 19:17
  • That's videolan manager. Commented Jun 26, 2013 at 19:25
  • Upvoting, as I have the same issue. Commented Apr 2, 2015 at 14:20

1 Answer 1

1

try the --sout-keep option https://wiki.videolan.org/VLC_command-line_help

This allows you to keep an unique stream output instance across multiple playlist item (automatically insert the gather stream output if not specified)

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.