icecast 랑 shout 로 mp3 방송하는데요....
이거 음질 조정을 어떻게 하는건지...
지금은 원래 mp3 자체의 음질로 방송이 되더라구요...
그래서 무지 끊기고 버퍼링해대고....
그래서 음질을 낮추고 싶어서 여기저기 살펴봤는데..
shout.conf 파일내에
# default_bitrate - when all else fails, use this bitrate for stream bitrate
# calculations. NOTE: if this is different from the actual file, and autodetect
# is off, it will be streamed at the incorrect bitrate, resulting in malformed
# playback at the client end.
#
# force - yes/no - used in conjunction with default_bitrate, if the next file
# in line to be streamed does not match the default_bitrate, and force is on,
# that file will be skipped.
#
###############
playlist shout.playlist
loop yes
shuffle no
<font color=blue>autodetect no
default_bitrate 24000
force yes </font>
이런식으로 고쳤거든요...
근데... -_-; 더 느려지네요.... 전에는 숫자가 128000 이었는데...
숫자 낮추고 autodetect 를 no 로 해주면 24kbps 로 방송해야하는거
아닌가요? 근데 더 방송이 안되요...
대체 왜 이런지.. 아무래도 제가 잘못한것 같은데... 어떻게 해야되는지...
꼭 좀 알려주세요~