Вернуться   Форум RadioCMS > RadioCMS > Установка RadioCMS

Добро пожаловать на Форум RadioCMS.
Форум доступен только для чтения.

Ответ
Опции темы Опции просмотра
  #61  
Непрочитано 27.08.2011, 18:09
Prostoivan Prostoivan вне форума
Junior Member
 
Регистрация: 19.02.2011
Сообщений: 15
Lightbulb В чём проблема???

# ezstream -c /icecast/ezstream.xml
ezstream: Connection to http://localhost:8000/limefm failed: Socket error
Ответить с цитированием
  #62  
Непрочитано 27.08.2011, 19:29
Prostoivan Prostoivan вне форума
Junior Member
 
Регистрация: 19.02.2011
Сообщений: 15
По умолчанию

Цитата:
Сообщение от Prostoivan Посмотреть сообщение
# ezstream -c /icecast/ezstream.xml
ezstream: Connection to http://localhost:8000/limefm failed: Socket error
а теперь -

ezstream: Streaming ``icecast''
ezstream: Unknown extension '.xml', cannot decode '/icecast/icecast.xml'
XALLOC: xfree(): Warning: ezstream.c:657: Freeing NULL pointer
Ответить с цитированием
  #63  
Непрочитано 28.08.2011, 13:11
admin admin вне форума
Administrator
 
Регистрация: 17.08.2010
О.С.: Debian 7
Версия: 2.5
Сообщений: 844
По умолчанию

Полный конфиг пожалуйста..
__________________

1) Тем кто ничего не понимает читать это
2) Список самых частых ошибок
p\s Хотите получить исчерпывающий ответ - предоставляйте как можно больше информации (логи и скриншоты - помогают)

Ответить с цитированием
  #64  
Непрочитано 28.08.2011, 13:32
Prostoivan Prostoivan вне форума
Junior Member
 
Регистрация: 19.02.2011
Сообщений: 15
По умолчанию

Цитата:
Сообщение от Set Посмотреть сообщение
Полный конфиг пожалуйста..
<ezstream>
<url>http://localhost:8000/limefm</url>
<sourcepassword>пароль</sourcepassword>
<format>MP3</format>
<filename>/icecast/icecast.xml</filename>
<shuffle>0</shuffle>
<playlist_program>0</playlist_program>
<svrinfoname>Lime fm</svrinfoname>
<svrinfourl>http://limefm.ru/</svrinfourl>
<svrinfogenre>non-stop</svrinfogenre>
<svrinfodescription>lime fm</svrinfodescription>
<svrinfobitrate>128</svrinfobitrate>
<svrinfochannels>2</svrinfochannels>
<svrinfosamplerate>44100</svrinfosamplerate>
<svrinfopublic>1</svrinfopublic>
<reencode>
<enable>1</enable>
<encdec>
<format>MP3</format>
<match>.mp3</match>
<decode>lame -f --preset cbr 128 --bitwidth 16 "@T@" -</decode>
</encdec>
</reencode>
</ezstream>


<icecast>

<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>

<authentication>
<source-password>пароль</source-password>
<relay-password>пароль</relay-password>
<admin-user>admin</admin-user>
<admin-password>пароль</admin-password>
</authentication>
<hostname>localhost</hostname>

<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>

<mount>
<mount-name>/limefm</mount-name>
<charset>CP1251</charset>
</mount>

<paths>
<logdir>/usr/local/share/icecast/logs</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>

</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</logging>

<security>
<chroot>0</chroot>


<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>
</icecast>
Ответить с цитированием
  #65  
Непрочитано 28.08.2011, 14:29
admin admin вне форума
Administrator
 
Регистрация: 17.08.2010
О.С.: Debian 7
Версия: 2.5
Сообщений: 844
По умолчанию

Цитата:
<filename>/icecast/icecast.xml</filename>
Здесь должен быть путь до вашего плейлиста. Например вы можете его назвать так /icecast/playlist.txt (файл только создать не забудьте)
__________________

1) Тем кто ничего не понимает читать это
2) Список самых частых ошибок
p\s Хотите получить исчерпывающий ответ - предоставляйте как можно больше информации (логи и скриншоты - помогают)

Ответить с цитированием
  #66  
Непрочитано 08.10.2011, 02:37
KM_FM KM_FM вне форума
Junior Member
 
Регистрация: 08.10.2011
О.С.: Debian 6
Версия: 2.2
Сообщений: 15
По умолчанию

В чем проблема я ввожу
Цитата:
./configure
и вижу такую картину
Цитата:
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for fgrep... /bin/grep -F
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable debugging... no
checking if gcc -std=gnu99 understands -fstack-protector... yes
checking if gcc -std=gnu99 understands -fstrict-aliasing... yes
checking if gcc -std=gnu99 understands -Wall... yes
checking if gcc -std=gnu99 understands -W... yes
checking if gcc -std=gnu99 understands -Wstrict-aliasing... yes
checking if gcc -std=gnu99 understands -Wwrite-strings... yes
checking if gcc -std=gnu99 understands -Wpointer-arith... yes
checking if gcc -std=gnu99 understands -Wshadow... yes
checking if gcc -std=gnu99 understands -Wconversion... yes
checking if gcc -std=gnu99 understands -Wcast-qual... yes
checking if gcc -std=gnu99 understands -Wcast-align... yes
checking if gcc -std=gnu99 understands -Wbounded... no
checking if gcc -std=gnu99 understands -Wmissing-declarations... yes
checking if gcc -std=gnu99 understands -Wmissing-prototypes... yes
checking if gcc -std=gnu99 understands -Wstrict-prototypes... yes
checking if gcc -std=gnu99 understands -Wformat=2... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for sys/time.h... yes
checking for signal.h... yes
checking for langinfo.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for paths.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for basename in -lgen... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking if libshout works... yes
checking for libshout ... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking if libxml2 works... yes
checking for libxml2 ... yes
checking for libtag_c... no
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking if libvorbisfile works... yes
checking for libvorbisfile ... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for arc4random... no
checking for basename... yes
checking for getopt... yes
checking for gettimeofday... yes
checking for nl_langinfo... yes
checking for pclose... yes
checking for _pclose... no
checking for popen... yes
checking for _popen... no
checking for random... yes
checking for setlocale... yes
checking for snprintf... yes
checking for _snprintf... no
checking for srandomdev... no
checking for stat... yes
checking for _stat... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for strtoll... yes
checking for _strtoi64... no
checking for strlcat... no
checking for strlcpy... no
checking for strtonum... no
checking for means to copy variable argument lists... va_copy
checking for sigaction... yes
checking whether libc defines __progname... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build-aux/Makefile
config.status: creating compat/Makefile
config.status: creating compat/sys/Makefile
config.status: creating doc/Makefile
config.status: creating doc/ezstream-file.sh.1.in
config.status: creating doc/ezstream.1.in
config.status: creating examples/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/ezstream-file.sh
config.status: creating win32/Makefile
config.status: creating win32/shout/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands

ezstream 0.5.6 has been configured successfully.

Configuration:
Ogg Vorbis metadata support ... : libvorbis
Charset conversion support .... : Yes
Prefix ........................ : /usr/local
но при этом команда
Цитата:
make && make install
выбивает ошибку
Цитата:
-bash: make: command not found
что делать кто подскажет?
Ответить с цитированием
  #67  
Непрочитано 08.10.2011, 09:27
admin admin вне форума
Administrator
 
Регистрация: 17.08.2010
О.С.: Debian 7
Версия: 2.5
Сообщений: 844
По умолчанию

Цитата:
Сообщение от KM_FM Посмотреть сообщение
выбивает ошибку
-bash: make: command not found
что делать кто подскажет?
Нужно установить пакет make. Для Debian:
Цитата:
apt-get install make
__________________

1) Тем кто ничего не понимает читать это
2) Список самых частых ошибок
p\s Хотите получить исчерпывающий ответ - предоставляйте как можно больше информации (логи и скриншоты - помогают)

Ответить с цитированием
  #68  
Непрочитано 08.10.2011, 10:55
KM_FM KM_FM вне форума
Junior Member
 
Регистрация: 08.10.2011
О.С.: Debian 6
Версия: 2.2
Сообщений: 15
По умолчанию

А что местами пишет "no" это не чего страшного?
Ответить с цитированием
  #69  
Непрочитано 09.10.2011, 19:04
admin admin вне форума
Administrator
 
Регистрация: 17.08.2010
О.С.: Debian 7
Версия: 2.5
Сообщений: 844
По умолчанию

Цитата:
Сообщение от KM_FM Посмотреть сообщение
А что местами пишет "no" это не чего страшного?
Да, это нормально. Главное что бы в конце не было никаких error.
__________________

1) Тем кто ничего не понимает читать это
2) Список самых частых ошибок
p\s Хотите получить исчерпывающий ответ - предоставляйте как можно больше информации (логи и скриншоты - помогают)

Ответить с цитированием
  #70  
Непрочитано 10.10.2011, 13:50
KM_FM KM_FM вне форума
Junior Member
 
Регистрация: 08.10.2011
О.С.: Debian 6
Версия: 2.2
Сообщений: 15
По умолчанию

что делать при вводе
Цитата:
ezstream -c /home/ezstream.xml
создает потом на секунды три, и зависает на
Цитата:
ezstream: Connected to http://********:8000/play
Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +3, время: 01:15.