Forum: PD

prev topic | next topic

cadunicoDark Snow

Despculpa pessoal mas não sabia aonde postar esta dúvida.

Fiz o tutorial de vcs para criação de uma rádio Online com Dark Snow e quando inicio o servidor ele solicita esta linha de comando

darkice -v 0 -c /home/servarq/.darksnow/darkice.cfg &> /home/servarq/.darksnow/darksnow.temp

Vou no terminal e faço o que me pede, e inicio o dark denovo mas depois aparece outra mensagem


DarkIce? 0.17.1 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2006, Tyrell Hungary, http://tyrell.hu

Using config file: /home/servarq/.darksnow/darkice.cfg
DarkIce: DarkIce?.cpp:553: DarkIce? not compiled with lame support, thus can't create mp3 stream: icecast2-0 0

o que deve estar errado?


posted by:cadunico on: 17:42 - 20/12    |    reads: 4016    |   
Comments

03:30
02/09/2010
planned the scam and who were involved. There will not be any closure until these people are punished and punished pass4sure 642-845 severely. This must be done quickly else the anger will mount. As it is we see one law for the rich and powerful and another law for the ordinary people. I hope you can emphasize to pass4sure 642-436
MACC not to drag its feet. Otherwise the stigma of cows and cars will bear home. The government have a lot of thing pass4sure E20-001 to do correctly to gain back credibility and trust. I hope you will not let this be one of the thing that got lost along the way. It should not be an item in the next election. The pass4sure 350-029 faster this get disposed the better it will be. a small congratulation




04:42
28/08/2010
The society of United States would greatly benefit from learning from the past mistakes done by either United 642-436 States or Native Americans. Americans and Native Americans didn't get along very well in the past, but with a little more help and determination a bond may form through personal matters. Personal 640-816 matters affect all people no matter what race they are. All humans are affected by their surroundings in some way and this is a way in which all humans relate. To reconnect with the HP0-D07 Native Americans would mean that the United States would become closer to the environment and in a way more spiritual towards the world. Indians teaching Americans to be more spiritual isn't 350-018 like a religious spiritual; it is a strong relationship that is constantly growing.


03:39
31/07/2010
Life is a way that people can express themselves and with the help of the Indians and the American instincts the HP0-D07 world will most likely be a lot easier to understand to the fullest. The world is a very scary place that has many issues concerning daily decisions. By reuniting the Indians 350-018into the busy and hectic life of an American can only calm our crazy lives down and help us know the world in ways we never thought were possible. Indians understand the earth better than most people that have lived to very old ages becasue they focus their life around what the earth was made for. Indians have a way of embracing life 70-630with a sence of care and hope towards its well being along with their own. Americans have a way of taking life for granted and not loving earth in the way that it should and takes things from earth that handicap it into a helpless place without the resources that it needs to come out to be a great and powerful place that it has the ability 70-663to be. The world has the ability to be a full and plenty place of greatness in an economic way aswell as a place mentally sound due to the help of Native American care towards mother nature.


19:11
03/03/2008
> Despculpa pessoal mas não sabia aonde postar esta dúvida.
>
> Fiz o tutorial de vcs para criação de uma rádio Online com Dark Snow e quando inicio o servidor ele solicita esta linha de comando
>
> darkice -v 0 -c /home/servarq/.darksnow/darkice.cfg &> /home/servarq/.darksnow/darksnow.temp
>
> Vou no terminal e faço o que me pede, e inicio o dark denovo mas depois aparece outra mensagem
>
>
> DarkIce? 0.17.1 live audio streamer, http://darkice.sourceforge.net
> Copyright (c) 2000-2006, Tyrell Hungary, http://tyrell.hu
>
> Using config file: /home/servarq/.darksnow/darkice.cfg
> DarkIce: DarkIce?.cpp:553: DarkIce? not compiled with lame support, thus can't create mp3 stream: icecast2-0 0
>
> o que deve estar errado?
>
>

nao tem suporta ao lame. lame é quem codifica o arquivo de audio para mp3.
voce precisa compilar com suporte ao lame. ou pegar algum pacote que venha
com suporte. para saber se o darkice que esta na sua maquina tem suporte
a mp3 use o comando ldd:

ldd /usr/bin/darkice

e aparecera uma linha tipo:
libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb7eb4000)




17:04
17/11/2008
> > Despculpa pessoal mas não sabia aonde postar esta dúvida.
> >
> > Fiz o tutorial de vcs para criação de uma rádio Online com Dark Snow e quando inicio o servidor ele solicita esta linha de comando
> >
> > darkice -v 0 -c /home/servarq/.darksnow/darkice.cfg &> /home/servarq/.darksnow/darksnow.temp
> >
> > Vou no terminal e faço o que me pede, e inicio o dark denovo mas depois aparece outra mensagem
> >
> >
> > DarkIce? 0.17.1 live audio streamer, http://darkice.sourceforge.net
> > Copyright (c) 2000-2006, Tyrell Hungary, http://tyrell.hu
> >
> > Using config file: /home/servarq/.darksnow/darkice.cfg
> > DarkIce: DarkIce?.cpp:553: DarkIce? not compiled with lame support, thus can't create mp3 stream: icecast2-0 0
> >
> > o que deve estar errado?
> >
> >
>
> nao tem suporta ao lame. lame é quem codifica o arquivo de audio para mp3.
> voce precisa compilar com suporte ao lame. ou pegar algum pacote que venha
> com suporte. para saber se o darkice que esta na sua maquina tem suporte
> a mp3 use o comando ldd:
>
> ldd /usr/bin/darkice
>
> e aparecera uma linha tipo:
> libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb7eb4000)
>
> Ola

Estou com um problema semelhante, meu objetivo é montar uma radio ao vivo com darkice e icecast2, ja instalei o icecast, e é no darkice que estou tendo problemas, mais precisamente na biblioteca lame.

quando fui dar o ./configure no darkice foi assim:

/configure --with-lame-prefix=/usr/local/lib --with-twolame-prefix=/usr/local/lib


ate aqui tudo ok

fui dar este comando para iniciar o darkice :


/usr/local/bin/darkice -v 0 -c /usr/local/etc/darkice.cfg & //iniciando o darkice


e a msg que aparece é esta :

error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory

Quando dou o comando ldd /usr/bin/darkice aparece isso aqui :

ldd /usr/bin/darkice
linux-gate.so.1 => (0xffffe000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7fa9000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7f81000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb7e84000)
libtwolame.so.0 => /usr/lib/libtwolame.so.0 (0xb7e630
libasound.so.2 => /usr/lib/libasound.so.2 (0xb7d9e000
libjack-0.100.0.so.0 => /usr/lib/libjack-0.100.0.so.0
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7d7c0
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7d6
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c7b000
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c53000
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c47000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7b06000
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7aeb0
/lib/ld-linux.so.2 (0xb7fbf000)


ja procurei e nao consegui achar uma solução. Alguem poderia me ajudar?

Obrigado





17:02
17/11/2008
> > Despculpa pessoal mas não sabia aonde postar esta dúvida.
> >
> > Fiz o tutorial de vcs para criação de uma rádio Online com Dark Snow e quando inicio o servidor ele solicita esta linha de comando
> >
> > darkice -v 0 -c /home/servarq/.darksnow/darkice.cfg &> /home/servarq/.darksnow/darksnow.temp
> >
> > Vou no terminal e faço o que me pede, e inicio o dark denovo mas depois aparece outra mensagem
> >
> >
> > DarkIce? 0.17.1 live audio streamer, http://darkice.sourceforge.net
> > Copyright (c) 2000-2006, Tyrell Hungary, http://tyrell.hu
> >
> > Using config file: /home/servarq/.darksnow/darkice.cfg
> > DarkIce: DarkIce?.cpp:553: DarkIce? not compiled with lame support, thus can't create mp3 stream: icecast2-0 0
> >
> > o que deve estar errado?
> >
> >
>
> nao tem suporta ao lame. lame é quem codifica o arquivo de audio para mp3.
> voce precisa compilar com suporte ao lame. ou pegar algum pacote que venha
> com suporte. para saber se o darkice que esta na sua maquina tem suporte
> a mp3 use o comando ldd:
>
> ldd /usr/bin/darkice
>
> e aparecera uma linha tipo:
> libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb7eb4000)
>
> Ola

Estou com um problema semelhante, meu objetivo é montar uma radio ao vivo com darkice e icecast2, ja instalei o icecast, e é no darkice que estou tendo problemas, mais precisamente na biblioteca lame.

quando fui dar o ./configure no darkice foi assim:

/configure --with-lame-prefix=/usr/local/lib --with-twolame-prefix=/usr/local/lib


ate aqui tudo ok

fui dar este comando para iniciar o darkice :


/usr/local/bin/darkice -v 0 -c /usr/local/etc/darkice.cfg & //iniciando o darkice


e a msg que aparece é esta :

error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory

ja procurei e nao consegui achar uma solução. Alguem poderia me ajudar?

Abrs




Page 1 of 1