Add option to pass parameters to ffmpeg

I have an IP camera that streams out mjpeg video.
Works fine if I pass it to VLC
FFMpeg however, doesn't detect the content type and tries to decode it as an MP3 stream and fails.
Passing the parameter "-f mjpeg" fixes the problem.
My problem is now - how do I tell Serviio to use this format in an Online Source RSS file or URL?
It appears the only possible parameters Serviio can pass is the input file, output file, -user-agent, -rtsp_transport and -analyzeduration
Works fine if I pass it to VLC
FFMpeg however, doesn't detect the content type and tries to decode it as an MP3 stream and fails.
Passing the parameter "-f mjpeg" fixes the problem.
My problem is now - how do I tell Serviio to use this format in an Online Source RSS file or URL?
It appears the only possible parameters Serviio can pass is the input file, output file, -user-agent, -rtsp_transport and -analyzeduration