Static image
For adding profile go to ffmpeg profiles tab
Next click add profile
Then setup Name
Then, setup command. In this example, we are make a command that continuously streams a static file (fox example, to create a test table). In this ffmpeg command, the input stream has been replaced with the variable ${i}
, and the output stream with ${o}
. And save it
ffmpeg -re -stream_loop -1 -i ${i} -vcodec mpeg4 -aspect 16:9 -f mpegts ${o}
Profile will be added
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, then set udp-stream as the output.
You can see result in vlc!