edits and replaces the file stream in _embed.php
<?php echo $file->generateDirectDownloadUrlForMedia(); ?>
by
<?php echo $file->generateDirectDownloadUrl(); ?>
otherwise you can not control the bandwidth
then in the page /includes/_append_file_download_bottom.php puts the reader directly...