reduce bandwidth streaming mp3s php

会有一股神秘感。 提交于 2019-12-24 22:37:46

问题


Hey guys, quick question for any experts out there. I am allowing users to upload and post mp3s so other users can listen to/stream. I was wondering if anyone had any tips for reducing bandwidth, or any tips or methods for streaming mp3s. I currently just reference the location of the file with my flash mp3 player after the file has been uploaded. I would ask about images as well, but I am pretty sure they can be compressed using gzip or mod_deflate


回答1:


You could downsample the MP3 to a lower bitrate or go to mono instead of stereo. I doubt you'd have any luck with gzipping since MP3 is already a compressed file type. It's like zipping a zip - you might save a couple of kB, but it wouldn't be worth it.



来源:https://stackoverflow.com/questions/2589361/reduce-bandwidth-streaming-mp3s-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!