http://theyoshxgvcjm4s2xdt6zcjym4kgskibrlos6fai26yes4bhpia5z7qd.onion/faq/change-the-video-bitrates-for-dreambox-restream
To change the bit rates and or the amount of bit rates do the following: Edit the file VLCServer.class.php and look for the following lines // HD Profile
// $this->lProfiles[] = array("name" => "HD", "width" => 1280, "height" => 720, "videocodec" => "h264", "videobitrate" => 1200, "videofps" => 25, "audiocodec" => "mp4a", "audiobitrate" => 192, "audiosamplerate" => 48000);
// Main Profile
$this->lProfiles[] = array("name" => "SD", "width" => 640, "height" => 360, "videocodec" => "h264",...