Beating my head against the wall here.I need to add transcoding but am not sure what string to use. This is an example of a string that should work with ffmpeg for webm.
ffmpeg -i %s -c:v libvpx -level 216 -profile 0 -qmax 42 -qmin 10 -c:a libvorbis -f webm -
I'm trying to get video streaming to work to my Android devices.