Add profile
You can read about profile here
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).
ffmpeg -re -stream_loop -1 -i ${i} -vcodec mpeg4 -aspect 16:9 -f mpegts ${o}
In this ffmpeg command, the input stream has been replaced with the variable ${i}
, and the output stream with ${o}
. And save it
Profile will be added