| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Apr 19, 2008 6:26 pm Post subject: Problem: EDCAST/Oddcast -- MP3 --> Icecast2 |
|
|
Hello
I have installed Icecast2 server and Edcast (new name of Oddcast) with lame library. If I stream OGG there no problem. Everything is ok. But if I try to stream MP3 my Edcast show that broadcasting is in progress, firewall (same settings as streaming ogg) shows that data sends but I cant see MP3 mountpoint in web interface of icecast2, and winamp cant find mount point. Where can be mistake?
Here is my Icecast2 setting:
| Code: |
<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>
<!-- Sources log in with username 'source' -->
<source-password>password</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>password</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>admin</admin-user>
<admin-password>password</admin-password>
</authentication>
<hostname>domain.com</hostname>
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
</listen-socket>
<fileserve>0</fileserve>
<mount>
<mount-name>/stream.ogg</mount-name>
<password>password1</password>
<stream-name>123</stream-name>
<stream-description>123</stream-description>
<stream-url>http://domain.com</stream-url>
<genre>Radio</genre>
<mp3-metadata-interval>4096</mp3-metadata-interval>
</mount>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/home/icecast/var</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/home/icecast/var/logs</logdir>
<webroot>/home/icecast/var/icecast/web</webroot>
<adminroot>/home/icecast/var/icecast/admin</adminroot>
<pidfile>/home/icecast/var/logs/icecast.pid</pidfile>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>1</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast> |
Edcast settings:
When I change encoder type to OggVorbis and rename mount point to /test.ogg everything works. And, as you can see, I use source-password so it is possible to make new mountpoints from Edcast.
Also I tried EzStream and when I start streaming on my Icecast2 status page shortly shows that server broadcast MP3 but after several seconds this information change to blank. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 20, 2008 1:32 am Post subject: |
|
|
We can say what is happening if we see the icecast error log, but any new development work done externally will need those developers to debug. It could be as simple as a password match or maybe it isn't even attempting a connection. we can only guess when there is minimal information.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Apr 20, 2008 8:57 am Post subject: |
|
|
Here is my log files:
| Code: |
0.0.0.0 - - [20/Apr/2008:12:18:06 +0400] "GET /admin/metadata HTTP/1.0" 200 177 "-" "(Mozilla Compatible)" 0
0.0.0.0 - - [20/Apr/2008:12:18:06 +0400] "SOURCE /test.mp3 ICE/1.0" 200 19 "-" "-" 0
0.0.0.0 - - [20/Apr/2008:12:18:20 +0400] "GET /test.mp3 HTTP/1.0" 404 106 "-" "WinampMPEG/2.9" 0
0.0.0.0 - - [20/Apr/2008:12:18:22 +0400] "GET /test.mp3 HTTP/1.0" 404 106 "-" "WinampMPEG/2.9" 1
0.0.0.0 - - [20/Apr/2008:12:18:22 +0400] "GET /test.mp3 HTTP/1.0" 404 106 "-" "WinampMPEG/2.9" 0 |
MP3 — error.log:
| Code: |
[2008-04-20 12:17:07] INFO main/main Icecast 2.3.1 server started
[2008-04-20 12:17:07] DBUG yp/yp_recheck_config Updating YP configuration
[2008-04-20 12:17:07] INFO fserve/fserv_thread_function file serving thread started
[2008-04-20 12:17:07] INFO stats/_stats_thread stats thread started
[2008-04-20 12:17:07] INFO yp/yp_update_thread YP update thread started
[2008-04-20 12:17:07] INFO auth/auth_run_thread Authentication thread started
[2008-04-20 12:17:08] DBUG slave/_slave_thread checking master stream list
[2008-04-20 12:18:06] INFO connection/_handle_source_request Source logging in at mountpoint "/test.mp3"
[2008-04-20 12:18:06] DBUG connection/connection_complete_source sources count is 0
[2008-04-20 12:18:06] DBUG source/source_apply_mount Applying mount information for "/test.mp3"
[2008-04-20 12:18:06] DBUG format-mp3/format_mp3_apply_settings mp3 interval -1
[2008-04-20 12:18:06] DBUG source/source_update_settings public set to 0
[2008-04-20 12:18:06] DBUG source/source_update_settings max listeners to -1
[2008-04-20 12:18:06] DBUG source/source_update_settings queue size to 524288
[2008-04-20 12:18:06] DBUG source/source_update_settings burst size to 65535
[2008-04-20 12:18:06] DBUG source/source_update_settings source timeout to 10
[2008-04-20 12:18:06] DBUG source/source_update_settings fallback_when_full to 0
[2008-04-20 12:18:06] DBUG connection/connection_complete_source source is ready to start
[2008-04-20 12:18:06] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node connections (1)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node clients (2)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node connections (2)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node sources (1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new source stat /test.mp3
[2008-04-20 12:18:06] DBUG stats/process_source_event new node public (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node server_name (This is my server name)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node server_description (This is my server description)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node server_url (http://www.oddsock.org)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node genre (Rock)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node bitrate (64)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node max_listeners (unlimited)
[2008-04-20 12:18:06] DBUG admin/admin_handle_request Admin request (/admin/metadata)
[2008-04-20 12:18:06] DBUG admin/admin_handle_request Got command (metadata)
[2008-04-20 12:18:06] INFO admin/admin_handle_request Received admin command metadata on mount "/test.mp3"
[2008-04-20 12:18:06] DBUG admin/command_metadata Got metadata update request
[2008-04-20 12:18:06] INFO admin/command_metadata Metadata on mountpoint /test.mp3 changed to "Testing"
[2008-04-20 12:18:06] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-04-20 12:18:06] DBUG source/source_init Source creation complete
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node client_connections (1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node source_ip (0.0.0.0)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node source_client_connections (1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node listeners (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node ice-samplerate (44100)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node ice-bitrate (64)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node ice-channels (1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=64;ice-channels=1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node listenurl (http://domain.com:8000/test.mp3)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node source_total_connections (1)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node slow_listeners (0)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node listeners (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node listener_peak (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node stream_start (Sun, 20 Apr 2008 12:18:06 +0400)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node total_bytes_read (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node total_bytes_sent (0)
[2008-04-20 12:18:06] DBUG stats/process_source_event new node title (Testing)
[2008-04-20 12:18:06] INFO source/get_next_buffer End of Stream /test.mp3
[2008-04-20 12:18:06] INFO source/source_shutdown Source "/test.mp3" exiting
[2008-04-20 12:18:06] DBUG source/source_clear_source clearing source "/test.mp3"
[2008-04-20 12:18:06] DBUG source/source_free_source freeing source "/test.mp3"
[2008-04-20 12:18:06] DBUG stats/process_source_event delete source node /test.mp3
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node clients (0)
[2008-04-20 12:18:06] DBUG stats/modify_node_event update node sources (0)
[2008-04-20 12:18:20] INFO fserve/fserve_client_create checking for file /test.mp3 (/home/domain/icecast/var/icecast/web/test.mp3)
[2008-04-20 12:18:20] WARN fserve/fserve_client_create req for file "/home/domain/icecast/var/icecast/web/test.mp3" No such file or directory
[2008-04-20 12:18:20] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node connections (3)
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node client_connections (2)
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node clients (0)
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:18:21] DBUG stats/modify_node_event update node connections (4)
[2008-04-20 12:18:21] INFO fserve/fserve_client_create checking for file /test.mp3 (/home/domain/icecast/var/icecast/web/test.mp3)
[2008-04-20 12:18:21] WARN fserve/fserve_client_create req for file "/home/domain/icecast/var/icecast/web/test.mp3" No such file or directory
[2008-04-20 12:18:21] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node client_connections (3)
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node clients (0)
[2008-04-20 12:18:22] INFO fserve/fserve_client_create checking for file /test.mp3 (/home/domain/icecast/var/icecast/web/test.mp3)
[2008-04-20 12:18:22] WARN fserve/fserve_client_create req for file "/home/domain/icecast/var/icecast/web/test.mp3" No such file or directory
[2008-04-20 12:18:22] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node connections (5)
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node client_connections (4)
[2008-04-20 12:18:22] DBUG stats/modify_node_event update node clients (0) |
OGG — access.log:
| Code: |
0.0.0.0 - - [20/Apr/2008:12:30:02 +0400] "GET /stream.ogg HTTP/1.1" 200 81046 "-" "Winamp" 3
0.0.0.0 - - [20/Apr/2008:12:30:15 +0400] "SOURCE /stream.ogg ICE/1.0" 200 19 "-" "-" 42 |
OGG — error.log:
| Code: |
[2008-04-20 12:29:33] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:29:33] DBUG stats/modify_node_event update node connections (15)
[2008-04-20 12:29:33] INFO connection/_handle_source_request Source logging in at mountpoint "/stream.ogg"
[2008-04-20 12:29:33] DBUG connection/connection_complete_source sources count is 0
[2008-04-20 12:29:33] DBUG source/source_apply_mount Applying mount information for "/stream.ogg"
[2008-04-20 12:29:33] DBUG source/source_update_settings public set to 0
[2008-04-20 12:29:33] DBUG source/source_update_settings max listeners to -1
[2008-04-20 12:29:33] DBUG source/source_update_settings queue size to 524288
[2008-04-20 12:29:33] DBUG source/source_update_settings burst size to 65535
[2008-04-20 12:29:33] DBUG source/source_update_settings source timeout to 10
[2008-04-20 12:29:33] DBUG source/source_update_settings fallback_when_full to 0
[2008-04-20 12:29:33] DBUG connection/connection_complete_source source is ready to start
[2008-04-20 12:29:33] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2008-04-20 12:29:33] DBUG source/source_init Source creation complete
[2008-04-20 12:29:33] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2008-04-20 12:29:33] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_attach_header attaching header page
[2008-04-20 12:29:33] DBUG format-vorbis/initiate_flush adding EOS packet
[2008-04-20 12:29:33] DBUG format-vorbis/get_buffer_finished flushing page
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2008-04-20 12:29:33] DBUG format-ogg/free_ogg_codecs freeing codecs
[2008-04-20 12:29:33] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2008-04-20 12:29:33] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2008-04-20 12:29:33] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2008-04-20 12:29:33] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2008-04-20 12:29:33] DBUG format-ogg/format_ogg_attach_header attaching header page
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node sources (1)
[2008-04-20 12:29:34] DBUG stats/process_source_event new source stat /stream.ogg
[2008-04-20 12:29:34] DBUG stats/process_source_event new node public (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node server_name (This is my server name)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node server_description (This is my server description)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node server_url (http://www.oddsock.org)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node genre (Rock)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node bitrate (64)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node server_type (application/ogg)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node max_listeners (unlimited)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node source_ip (0.0.0.0)
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node source_client_connections (5)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node listeners (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node ice-samplerate (44100)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node ice-bitrate (64)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node ice-channels (1)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=64;ice-channels=1)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node listenurl (http://domain.com:8000/stream.ogg)
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node source_total_connections (5)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node slow_listeners (0)
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node listeners (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node listener_peak (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node stream_start (Sun, 20 Apr 2008 12:29:33 +0400)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node total_bytes_read (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node total_bytes_sent (0)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_samplerate (44100)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_channels (1)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_bitrate (64000)
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node ice-bitrate (64)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node artist ()
[2008-04-20 12:29:34] DBUG stats/process_source_event new node title (Testing...)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node subtype (Vorbis)
[2008-04-20 12:29:34] DBUG stats/process_source_event delete node audio_bitrate
[2008-04-20 12:29:34] DBUG stats/process_source_event delete node audio_channels
[2008-04-20 12:29:34] DBUG stats/process_source_event delete node audio_samplerate
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_samplerate (44100)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_channels (1)
[2008-04-20 12:29:34] DBUG stats/process_source_event new node audio_bitrate (64000)
[2008-04-20 12:29:34] DBUG stats/modify_node_event update node ice-bitrate (64)
[2008-04-20 12:29:38] DBUG stats/modify_node_event update node total_bytes_read (6291)
[2008-04-20 12:29:38] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-04-20 12:29:38] DBUG stats/modify_node_event update node artist ()
[2008-04-20 12:29:38] DBUG stats/modify_node_event update node title (Testing...)
[2008-04-20 12:29:38] DBUG stats/modify_node_event update node subtype (Vorbis)
[2008-04-20 12:29:43] DBUG stats/modify_node_event update node total_bytes_read (44406)
[2008-04-20 12:29:43] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-04-20 12:29:48] DBUG stats/modify_node_event update node total_bytes_read (82607)
[2008-04-20 12:29:48] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-04-20 12:29:53] DBUG stats/modify_node_event update node total_bytes_read (121111)
[2008-04-20 12:29:53] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-04-20 12:29:58] DBUG stats/modify_node_event update node total_bytes_read (158096)
[2008-04-20 12:29:58] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node clients (2)
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node connections (16)
[2008-04-20 12:29:59] DBUG auth/add_client_to_source max on /stream.ogg is -1 (cur 0)
[2008-04-20 12:29:59] DBUG auth/add_client_to_source Added client to /stream.ogg
[2008-04-20 12:29:59] DBUG auth/add_authenticated_client client authenticated, passed to source
[2008-04-20 12:29:59] DBUG source/source_main Client added
[2008-04-20 12:29:59] INFO source/source_main listener count on /stream.ogg now 1
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node client_connections (10)
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node listener_connections (1)
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node listener_peak (1)
[2008-04-20 12:29:59] DBUG stats/modify_node_event update node listeners (1)
[2008-04-20 12:30:00] DBUG format/format_check_http_buffer processing pending client headers
[2008-04-20 12:30:02] DBUG client/client_send_bytes Client connection died
[2008-04-20 12:30:02] DBUG source/source_main Client removed
[2008-04-20 12:30:02] INFO source/source_main listener count on /stream.ogg now 0
[2008-04-20 12:30:02] DBUG stats/modify_node_event update node clients (1)
[2008-04-20 12:30:02] DBUG stats/modify_node_event update node listeners (0)
[2008-04-20 12:30:03] DBUG stats/modify_node_event update node total_bytes_read (193132)
[2008-04-20 12:30:03] DBUG stats/modify_node_event update node total_bytes_sent (81046)
[2008-04-20 12:30:08] DBUG stats/modify_node_event update node total_bytes_read (231467)
[2008-04-20 12:30:08] DBUG stats/modify_node_event update node total_bytes_sent (81046)
[2008-04-20 12:30:13] DBUG stats/modify_node_event update node total_bytes_read (269419)
[2008-04-20 12:30:13] DBUG stats/modify_node_event update node total_bytes_sent (81046)
[2008-04-20 12:30:15] WARN client/client_read_bytes source connection has died
[2008-04-20 12:30:15] INFO source/get_next_buffer End of Stream /stream.ogg
[2008-04-20 12:30:15] INFO source/source_shutdown Source "/stream.ogg" exiting
[2008-04-20 12:30:15] DBUG source/source_clear_source clearing source "/stream.ogg"
[2008-04-20 12:30:15] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2008-04-20 12:30:15] DBUG format-ogg/free_ogg_codecs freeing codecs
[2008-04-20 12:30:15] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2008-04-20 12:30:15] DBUG source/source_free_source freeing source "/stream.ogg"
[2008-04-20 12:30:15] DBUG stats/process_source_event delete source node /stream.ogg
[2008-04-20 12:30:15] DBUG stats/modify_node_event update node clients (0)
[2008-04-20 12:30:15] DBUG stats/modify_node_event update node sources (0) |
I do not think that it can be password mismatch because OGG streaming work with the same password.
- My Edcast window when I stream. You can see that streaming in process:
- But my WinAmp shows such picture:

I tried to create file /home/domain/icecast/var/icecast/web/test.mp3 and change <chroot> to 0, it does not help. Can it be mistake with compiling from source or problem with the rights?
And small additional question. Is it possible to change Icecast2 configuration (add|delete mountpoints) without program restart? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 20, 2008 2:36 pm Post subject: |
|
|
well, you can see from the log that the authentication part is ok for /test.mp3, the problem is that the source clients disconnects of it's own accord. So it is up for less than a second and then is dropped by the source client. Your player has no chance of picking up the stream which is why 404 appears.
Icecast is reacting how it should, your source client however is not. It looks something mp3 encoding related seeing that ogg works, but icecast is not able to report why.
karl. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 20, 2008 3:07 pm Post subject: |
|
|
icecast can re-read the configuration file if you send a HUP signal and the updating of mount blocks is supported.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Apr 20, 2008 3:40 pm Post subject: |
|
|
| karlH wrote: |
well, you can see from the log that the authentication part is ok for /test.mp3, the problem is that the source clients disconnects of it's own accord. So it is up for less than a second and then is dropped by the source client. Your player has no chance of picking up the stream which is why 404 appears.
Icecast is reacting how it should, your source client however is not. It looks something mp3 encoding related seeing that ogg works, but icecast is not able to report why. |
| karlH wrote: |
| icecast can re-read the configuration file if you send a HUP signal and the updating of mount blocks is supported. |
Thank you. It is really codec problem. Edcast as winamp plugin works well if sound comes from dsp. I made thread at edcast support forum. |
|
| Back to top |
|
 |
|