用linux建立自己的mp3广播站(Build your own MP3 radio station with Linux).docVIP

  • 2
  • 0
  • 约 15页
  • 2017-10-07 发布于河南
  • 举报

用linux建立自己的mp3广播站(Build your own MP3 radio station with Linux).doc

用linux建立自己的mp3广播站(Build your own MP3 radio station with Linux)

用linux建立自己的mp3广播站(Build your own MP3 radio station with Linux) abstract This article describes how to create MP3 broadcasts using the open source tools icecast and Linux under ices. (2002-06-24, 12:47:28) By everywhere Overview: This article describes how to create MP3 broadcasts using the open source tools icecast and Linux under ices. Principle: Icecast is a Internet broadcast system based on Mpeg III technology, which has the following characteristics compared with commercial software such as shoutcast: Icecast is a pure OpenSource software; There is no need to run your own directory server; Take up less system resources; We can run our own stream server on the server -- icecast, which uses ices to provide stream source, and the client can use the most commonly used winamp. Test environment: Server platform: RedHat 7 Streaming server: icecast Stream source: ices MP3 encoding tool: lame Step: 1. get relevant software Streaming server icecast:/releases/icecast-1.3.10-1.i386.rpm Stream source tool ices:/releases/ices-0.0.1.beta5.tar.gz Encoding tool lame:.pl/~dmierzej/linux/lame/lame-3.87beta-1.i386.rpm Lame Library: .pl/~dmierzej/linux/lame/lame-devel-3.87beta-1.i386.rpm Explain: A. can usually use liveice, shout and other software to provide a flow for the streaming server (that is, as a stream source), but I found that ices was stable during use, although it was still a beta version. B. usually each of your MP3 files can not have the same attribute, the broadcast process there will be some strange phenomena, such as intermittent sound, noise and so on, so we must use the MP3 encoding tool lame to its encoding, to generate the same MP3 files. 2. install icecase Install icecast using the following command: RPM - IVH icecast-1.3.10-1.i386.rpm 3. install ices Install ices using the following command: # tar xvzf ices-0.0.1.beta5.tar.gz The ices-0.0.1.beta5 directory is generated in the current directory, and the directory is entered with the CD command # CD ices-0.0.1

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档