Skip to content

Static image

In this example we will create a video stream that continuously streams a static file (for example, a calibration image).

  1. Start adding a new profile and specify its name.

  2. Next, in the profile command use:

    Terminal window
    ffmpeg -re -stream_loop -1 -i ${i} -vcodec mpeg4 -aspect 16:9 -f mpegts ${o}
    Add profile for streaming static images
  3. Save the profile

You will see the new profile in the profiles list.

Profile should be added to the list

Next, you can add this profile to the stream. Set input and output parameters. In this example, we download a ts-file to the server and specify the path in the input field (see working with files to detales), then set udp-stream as the output.

Use new profile in stream

You can now see result in VLC!