Displaying 11 results from an estimated 11 matches for "connection_create_sourc".
Did you mean:
connection_create_source
2004 Aug 06
2
Setting Up A Master-Slave Relay Problem
...rt>8000</master-server-port>
<master-update-interval>120</master-update-interval>
<master-password>hackme</master-password>
I'd like to relay from my icecast2 server to the other Icecast2 server. But
I got the below error message.
EROR connection/connection_create_source No content-type header, falling
back to backwards compatibility mode for icecast 1.x relays. Assuming
content is mp3.
How do I solve it?
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe fro...
2004 Aug 06
2
Unable to get shoutcast sources to work
...ws:
144.136.152.97 - - [24/Mar/2003:13:45:37 +0000] "SOURCE / ICY/666" 200 19
"-" "-" 1
The error log shows a bit more:
[2003-03-24 13:45:36] INFO connection/_handle_source_request Source
logging in
at mountpoint "/"
[2003-03-24 13:45:36] EROR connection/connection_create_source No
content-type
header, falling back to backwards compatibility mode for icecast 1.x
relays. Assuming content is mp3.
[2003-03-24 13:45:36] DBUG source/source_main Source creation complete
[2003-03-24 13:45:37] DBUG source/source_main Disconnecting source due to
socket read error: Success
[2003-...
2004 Aug 06
1
Problem connecting to icecast2
Well I think that I see where the problem is.. That is exactly right.
[root@wyatt icecast]# ices -c /home/icecast/ices.conf
Unknown Node: Server
Unknown Execution keyword: Base_Directory
<p>I dont think that ices is actually using the settings in the Server section of
the config file. That would explain why the passwords are different.
<p>So I guess that I will try to set it up
2004 Aug 06
0
Unable to get shoutcast sources to work
...sted - the shoutcast "protocol" is very poorly
defined and different things mis-implement it in different ways.
<p>> [2003-03-24 13:45:36] INFO connection/_handle_source_request Source
> logging in
> at mountpoint "/"
> [2003-03-24 13:45:36] EROR connection/connection_create_source No
> content-type
> header, falling back to backwards compatibility mode for icecast 1.x
> relays. Assuming content is mp3.
> [2003-03-24 13:45:36] DBUG source/source_main Source creation complete
> [2003-03-24 13:45:37] DBUG source/source_main Disconnecting source due to
> soc...
2004 Aug 06
2
Master vs Relay
...thentication>
What do I do wrong?
Thank for advice
Petr
# more error.log
[2003-05-06 11:05:22] INFO main/main icecast server started
[2003-05-06 11:05:22] DBUG slave/create_relay_stream Adding source at
mountpoint "You need to authe
nticate"
[2003-05-06 11:05:22] EROR connection/connection_create_source No
content-type header, falling back
to backwards compatibility mode for icecast 1.x relays. Assuming
content is mp3.
[2003-05-06 11:05:22] DBUG source/source_main Source creation complete
[2003-05-06 11:05:22] DBUG source/source_main Disconnecting source due
to socket read error: Succes
s
[...
2004 Aug 06
2
Master vs Relay
Luke Stodola wrote:
>Since you want to allow users to connect to any of the three servers, I
>don't think you need to deal with "relay-password". Leave your working
>server alone, and on the new servers put
>
> <relay>
> <server>serverA </server>
> <port>8000</port>
> <mount>/foo.ogg</mount>
2004 Aug 06
2
Setting Up A Master-Slave Relay Problem
...r more specific configs.
KJ
On Fri, 2003-12-12 at 10:20, oddsock wrote:
> At 04:36 PM 12/12/2003 +0900, you wrote:
>
> >Hi.
> >I d like to relay from my icecast2 server to the other Icecast2 server.
> >But I got the below error message.
> >
> >EROR connection/connection_create_source No content-type header, falling
> >back to backwards compatibility mode for icecast 1.x relays. Assuming
> >content is mp3.
> >
> >How do I solve it?
> currently, the master/slave relay logic is broken. I am in process of
> fixing it as we speak, and we will proba...
2004 Aug 06
2
Icecast2 and Ices2 and Authentication Probs.
...need to authenticate"
[2003-06-26 12:56:08] INFO connection/_handle_source_request Source logging in at mountpoint "/"
[2003-06-26 12:56:08] INFO connection/_handle_source_request Source (/) attempted to login with invalid or missing password
[2003-06-26 12:56:08] EROR connection/connection_create_source No content-type header, falling back to backwards compatibility mode for icecast 1.x relays. Assuming content is mp3.
[2003-06-26 12:56:08] DBUG source/source_main Source creation complete
[2003-06-26 12:56:08] DBUG source/source_main Disconnecting source due to socket read error: Success
[2003-...
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
...int error;
char *ip;
@@ -31,7 +32,7 @@
void connection_shutdown(void);
void connection_accept_loop(void);
void connection_close(connection_t *con);
-connection_t *create_connection(sock_t sock, char *ip);
+connection_t *create_connection(sock_t sock, sock_t serversock, char *ip);
int connection_create_source(struct _client_tag *client, connection_t *con,
http_parser_t *parser, char *mount);
Only in IceCast/src: connection.o
Only in IceCast/src: event.o
Only in IceCast/src: format.o
Only in IceCast/src: format_mp3.o
Only in IceCast/src: format_vorbis.o
Only in IceCast/src: fserve.o
Only in...
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
...int error;
char *ip;
@@ -31,7 +32,7 @@
void connection_shutdown(void);
void connection_accept_loop(void);
void connection_close(connection_t *con);
-connection_t *create_connection(sock_t sock, char *ip);
+connection_t *create_connection(sock_t sock, sock_t serversock, char *ip);
int connection_create_source(struct _client_tag *client, connection_t *con,
http_parser_t *parser, char *mount);
Only in IceCast/src: connection.o
Only in IceCast/src: event.o
Only in IceCast/src: format.o
Only in IceCast/src: format_mp3.o
Only in IceCast/src: format_vorbis.o
Only in IceCast/src: fserve.o
Only in...
2004 Aug 06
2
improved error.log output --diff
...else
- ERROR0("Error parsing relay request");
+ ERROR0("Error parsing relay request, %s", con->ip);
connection_close(con);
httpp_destroy(parser);
return;
@@ -130,7 +130,7 @@
client = client_create(con, parser);
if (!connection_create_source(client, con, parser,
httpp_getvar(parser, HTTPP_VAR_URI))) {
- DEBUG0("Failed to create source");
+ DEBUG0("Failed to create source, %s", client->con->ip);
client_destroy(client);
}
@@ -183,7 +183,7 @@
mastersoc...