Question
Stream video at same bitrate as what they were converted?
We are using ffmpeg to convert 3 videos at -b 1500k, -b 1200k, -b 800k.
We are using the flash media server that uses a F4M config file to stream either a large, medium, small video
My question is should the videos be streamed back to user at bitrate 1500, 1200, 800?
Or does it matter that the bitrate to be streamed back to user is listed as 900, 600, 200?
