Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

video stream iseu with icecast versus NSVtool / visonair.tv

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Fri May 16, 2008 12:31 pm    Post subject: video stream iseu with icecast versus NSVtool / visonair.tv Reply with quote

ok.
After some dificult startup problems, i have now below icecast.xml config.

<icecast>
<limits>
<clients>250</clients>
<sources>15</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>0</burst-on-connect>
<burst-size>65535</burst-size>
</limits>

<authentication>
<source-password>******</source-password>
<relay-user>relay</relay-user>
<relay-password>******</relay-password>
<admin-user>rootadmin</admin-user>
<admin-password>******</admin-password>
</authentication>

<hostname>bsdrouter.xs4non.nl</hostname>

<listen-socket>
<port>8100</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<listen-socket>
<port>8101</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<listen-socket>
<port>8102</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<listen-socket>
<port>8103</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<listen-socket>
<port>8104</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<listen-socket>
<port>8105</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>





<mount>
<mount-name>/stream.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<mount>
<mount-name>/stream1.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<mount>
<mount-name>/stream2.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<mount>
<mount-name>/stream3.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>

<mount>
<mount-name>/stream.nsv</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<shoutcast-mount>/stream.nsv</shoutcast-mount>

<mount>
<mount-name>/stream1.nsv</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<shoutcast-mount>/stream1.nsv</shoutcast-mount>

<mount>
<mount-name>/stream2.nsv</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<shoutcast-mount>/stream2.nsv</shoutcast-mount>

<mount>
<mount-name>/stream3.nsv</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<burst-size>65536</burst-size>
</mount>
<shoutcast-mount>/stream3.nsv</shoutcast-mount>



<fileserve>0</fileserve>

<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/home/spatieman/streaming/icecast/logs</logdir>
<webroot>/home/spatieman/streaming/icecast/web</webroot>
<adminroot>/home/spatieman/streaming/icecast/admin</adminroot>
<pidfile>/home/spatieman/streaming/icecast/icecast.pid</pidfile>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<logarchive>1</logarchive>
</logging>

<security>
<chroot>0</chroot>

</security>
</icecast>

as you all can see, i made all litenports shoutcast compatible.
now the realthing.
Stream with winamp with oddcast goed perfect.
mount point is /stream.ogg

when i connect to 192.168.0.240:8100/stream.ogg i hear the music i relay.

second mount poit is /stream1.ogg
i stream again, with winamp, but on a difrent computer with mount point /stream1.ogg

connecting, like before, only with /stream1.ogg

even there i hear music..

but when i want to cast my webcam with NSVcap i use port 8102 , and with VLC i connect to 192.168.0.240:8000/stream2.nsv ! (looked in the icecast loge file)

ok, nice to..

but when starting NSVcap on my other machine with port 8101, the icecast log still says stream2.nsv !!


ok, now another wicked thing.

i got visionair.tv on my XP rig running (on vista it complains about ntddl.dll write ,whatever)

i say to visionair it must stream with /stream2.ogg on port 8100
i filled in the passwordt, but i do not know what thet ment with source username.

i tried anyting.

icelast log says, missing or invallid password.
i want to use this, so i can stream multiples video casts.
what do i miss..

Tony.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri May 16, 2008 2:01 pm    Post subject: Reply with quote

If you want icecast to handle multiple shoutcast source client streams at the same time then you will need the trunk/kh releases because those require the use of 2 ports per stream.

The shoutcast (nsv) connection requires a http port and a special port that is one higher than the http port. In 2.3.1 you had to define a normal <listen-socket> <port> 8000 and then another <listen-socket> <port> 8001 but with <shoutcast-compat> enabled. In trunk/kh you can define <listen-socket> <port> 8000, and a <shoutcast-mount> which implicitly allocates port 8001 as well.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Fri May 16, 2008 6:13 pm    Post subject: Reply with quote

aah!
ok, dan i better try to get visonair ogg streamer to get work.
it handles the mount points.
well, i kick google than for a solution, so that the mountpoint isues work..
Back to top
Anonymous
Guest





PostPosted: Fri May 16, 2008 6:51 pm    Post subject: Reply with quote

ok, i got it so far fixed.
visionair does now connect, but icecast is not accepting the data..
visionair still saiys 0 kps.
and on vlc dont get a connection.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri May 16, 2008 10:19 pm    Post subject: Reply with quote

It's not clear what the current configuration is and how the source client is connecting, so it's hard to say. Is this a problem of the source client connecting or is it a problem with listening.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Sat May 17, 2008 9:10 am    Post subject: Reply with quote

visionairsettings.
the fault i got was that i did /stream2.ogg
i fixed it by stream2.ogg ,i let the / away.

the port to connect is 8100
when i start capture, the icecast logs dumps this..

[2008-05-17 10:56:45] INFO main/main Icecast 2.3.1 server started
[2008-05-17 10:56:45] DBUG yp/yp_recheck_config Updating YP configuration
[2008-05-17 10:56:45] INFO fserve/fserv_thread_function file serving thread started
[2008-05-17 10:56:45] INFO yp/yp_update_thread YP update thread started
[2008-05-17 10:56:45] INFO auth/auth_run_thread Authentication thread started
[2008-05-17 10:56:46] DBUG slave/_slave_thread checking master stream list
[2008-05-17 10:58:47] DBUG slave/_slave_thread checking master stream list
[2008-05-17 11:00:48] DBUG slave/_slave_thread checking master stream list
[2008-05-17 11:00:53] DBUG stats/modify_node_event update node clients (1)
[2008-05-17 11:00:53] DBUG stats/modify_node_event update node connections (1)
[2008-05-17 11:00:53] DBUG stats/modify_node_event update node clients (0)

where 11:00:53 the time is that ogg streamer is connecting..
looks normal for me, i think.


but when i connect with winamp or VLC the access log dumps this.
192.168.0.243 - - [17/May/2008:11:03:10 +0200] "GET /stream2.ogg HTTP/1.0" 404 106 "-" "WinampOGG/5.24(MPEG stream compatible)" 0
192.168.0.243 - - [17/May/2008:11:03:29 +0200] "GET /;stream2.ogg HTTP/1.0" 404 106 "-" "WinampOGG/5.24(MPEG stream compatible)" 0

and the error log this.

[2008-05-17 11:02:49] DBUG slave/_slave_thread checking master stream list
[2008-05-17 11:03:10] DBUG stats/modify_node_event update node clients (1)
[2008-05-17 11:03:10] DBUG stats/modify_node_event update node connections (2)
[2008-05-17 11:03:10] INFO fserve/fserve_client_create checking for file /stream2.ogg (/home/spatieman/streaming/icecast/web/stream2.ogg)
[2008-05-17 11:03:10] WARN fserve/fserve_client_create req for file "/home/spatieman/streaming/icecast/web/stream2.ogg" No such file or directory
[2008-05-17 11:03:10] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-17 11:03:10] DBUG stats/modify_node_event update node client_connections (1)
[2008-05-17 11:03:10] DBUG stats/modify_node_event update node clients (0)
[2008-05-17 11:03:29] INFO fserve/fserve_client_create checking for file /;stream2.ogg (/home/spatieman/streaming/icecast/web/;stream2.ogg)
[2008-05-17 11:03:29] WARN fserve/fserve_client_create req for file "/home/spatieman/streaming/icecast/web/;stream2.ogg" No such file or directory
[2008-05-17 11:03:29] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-17 11:03:29] DBUG stats/modify_node_event update node clients (1)
[2008-05-17 11:03:29] DBUG stats/modify_node_event update node connections (3)
[2008-05-17 11:03:29] DBUG stats/modify_node_event update node client_connections (2)
[2008-05-17 11:03:29] DBUG stats/modify_node_event update node clients (0)



When i start streaming with winamp and oggcast.
mountpoint is stream1.ogg

error log says this.
[2008-05-17 11:07:11] INFO connection/_handle_source_request Source logging in at mountpoint "/stream1.ogg"
[2008-05-17 11:07:11] DBUG connection/connection_complete_source sources count is 0
[2008-05-17 11:07:11] DBUG source/source_apply_mount Applying mount information for "/stream1.ogg"
[2008-05-17 11:07:11] DBUG source/source_update_settings public set to 0
[2008-05-17 11:07:11] DBUG source/source_update_settings max listeners to 5
[2008-05-17 11:07:11] DBUG source/source_update_settings queue size to 524288
[2008-05-17 11:07:11] DBUG source/source_update_settings burst size to 32768
[2008-05-17 11:07:11] DBUG source/source_update_settings source timeout to 10
[2008-05-17 11:07:11] DBUG source/source_update_settings fallback_when_full to 0
[2008-05-17 11:07:11] DBUG connection/connection_complete_source source is ready to start
[2008-05-17 11:07:11] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2008-05-17 11:07:11] DBUG source/source_init Source creation complete
[2008-05-17 11:07:11] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2008-05-17 11:07:11] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2008-05-17 11:07:11] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2008-05-17 11:07:11] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2008-05-17 11:07:11] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2008-05-17 11:07:11] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2008-05-17 11:07:11] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2008-05-17 11:07:11] DBUG format-ogg/format_ogg_attach_header attaching header page
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node clients (1)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node connections (4)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node sources (1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new source stat /stream1.ogg
[2008-05-17 11:07:11] DBUG stats/process_source_event new node public (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node server_name (*** TESTING ***)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node server_description (*** TESTING ***)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node server_url (http://www.oddsock.org)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node genre (talk)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node bitrate (192)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node server_type (application/ogg)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node max_listeners (5)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node source_ip (192.168.0.231)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node source_client_connections (1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node listeners (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node ice-samplerate (44100)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node ice-bitrate (192)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node ice-channels (1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=192;ice-channels=1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node listenurl (http://bsdrouter.xs4non.nl:8100/stream1.ogg)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node source_total_connections (1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node slow_listeners (0)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node listeners (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node listener_peak (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node stream_start (Sat, 17 May 2008 11:07:11 +0200)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node total_bytes_read (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node total_bytes_sent (0)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node audio_samplerate (44100)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node audio_channels (1)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node audio_bitrate (192000)
[2008-05-17 11:07:11] DBUG stats/modify_node_event update node ice-bitrate (192)
[2008-05-17 11:07:11] DBUG stats/process_source_event new node artist ()
[2008-05-17 11:07:11] DBUG stats/process_source_event new node title ()
[2008-05-17 11:07:11] DBUG stats/process_source_event new node subtype (Vorbis)
[2008-05-17 11:07:16] DBUG stats/modify_node_event update node total_bytes_read (118401)
[2008-05-17 11:07:16] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:21] DBUG stats/modify_node_event update node total_bytes_read (234338)
[2008-05-17 11:07:21] DBUG stats/modify_node_event update node total_bytes_sent (0)

when i connect with winamp.
dump says this

[2008-05-17 11:07:16] DBUG stats/modify_node_event update node total_bytes_read (118401)
[2008-05-17 11:07:16] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:21] DBUG stats/modify_node_event update node total_bytes_read (234338)
[2008-05-17 11:07:21] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:26] DBUG stats/modify_node_event update node total_bytes_read (359642)
[2008-05-17 11:07:26] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:31] DBUG stats/modify_node_event update node total_bytes_read (482445)
[2008-05-17 11:07:31] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:36] DBUG stats/modify_node_event update node total_bytes_read (600879)
[2008-05-17 11:07:36] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:41] DBUG stats/modify_node_event update node total_bytes_read (723545)
[2008-05-17 11:07:41] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:46] DBUG stats/modify_node_event update node total_bytes_read (846593)
[2008-05-17 11:07:46] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:51] DBUG stats/modify_node_event update node total_bytes_read (965059)
[2008-05-17 11:07:51] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:07:56] DBUG stats/modify_node_event update node total_bytes_read (1086359)
[2008-05-17 11:07:56] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:01] DBUG stats/modify_node_event update node total_bytes_read (1210249)
[2008-05-17 11:08:01] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:06] DBUG stats/modify_node_event update node total_bytes_read (1332978)
[2008-05-17 11:08:06] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:11] DBUG stats/modify_node_event update node total_bytes_read (1451475)
[2008-05-17 11:08:11] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:16] DBUG stats/modify_node_event update node total_bytes_read (1574082)
[2008-05-17 11:08:16] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:21] DBUG stats/modify_node_event update node total_bytes_read (1692470)
[2008-05-17 11:08:21] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-17 11:08:24] DBUG auth/add_client_to_source max on /stream1.ogg is 5 (cur 0)
[2008-05-17 11:08:24] DBUG auth/add_client_to_source Added client to /stream1.ogg
[2008-05-17 11:08:24] DBUG auth/add_authenticated_client client authenticated, passed to source
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node clients (2)
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node connections (5)
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node client_connections (3)
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node listener_connections (1)
[2008-05-17 11:08:24] DBUG source/source_main Client added
[2008-05-17 11:08:24] INFO source/source_main listener count on /stream1.ogg now 1
[2008-05-17 11:08:24] DBUG format/format_check_http_buffer processing pending client headers
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node listener_peak (1)
[2008-05-17 11:08:24] DBUG stats/modify_node_event update node listeners (1)
[2008-05-17 11:08:26] DBUG stats/modify_node_event update node total_bytes_read (1815146)
[2008-05-17 11:08:26] DBUG stats/modify_node_event update node total_bytes_sent (63706)
[2008-05-17 11:08:31] DBUG stats/modify_node_event update node total_bytes_read (1937874)
[2008-05-17 11:08:31] DBUG stats/modify_node_event update node total_bytes_sent (186434)
[2008-05-17 11:08:36] DBUG stats/modify_node_event update node total_bytes_read (2056142)
[2008-05-17 11:08:36] DBUG stats/modify_node_event update node total_bytes_sent (304652)
[2008-05-17 11:08:41] DBUG stats/modify_node_event update node total_bytes_read (2178818)
[2008-05-17 11:08:41] DBUG stats/modify_node_event update node total_bytes_sent (427259)


anyway, with the video stream is seems that is cannot link the stream2.ogg mount point..(video)
Back to top
Anonymous
Guest





PostPosted: Sat May 17, 2008 9:13 am    Post subject: Reply with quote

icecast.xml

<icecast>
<limits>
<clients>250</clients>
<sources>15</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>0</burst-on-connect>
<burst-size>32768</burst-size>
</limits>

<authentication>
<source-password>******</source-password>
<relay-user>relay</relay-user>
<relay-password>******</relay-password>
<admin-user>admin</admin-user>
<admin-password>******</admin-password>
</authentication>

<hostname>bsdrouter.xs4non.nl</hostname>

<listen-socket>
<port>8100</port>
</listen-socket>

<listen-socket>
<port>8101</port>
</listen-socket>

<listen-socket>
<port>8102</port>
</listen-socket>

<listen-socket>
<port>8103</port>
</listen-socket>

<listen-socket>
<port>8104</port>
</listen-socket>

<listen-socket>
<port>8105</port>
</listen-socket>

<mount>
<mount-name>/stream.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>

<mount>
<mount-name>/stream1.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>

<mount>
<mount-name>/stream2.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>

<mount>
<mount-name>/stream3.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>

<mount>
<mount-name>/stream4.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>

<mount>
<mount-name>/video1.ogg</mount-name>
<password>******</password>
<max-listeners>5</max-listeners>
</mount>




<fileserve>0</fileserve>

<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/home/spatieman/streaming/icecast/logs</logdir>
<webroot>/home/spatieman/streaming/icecast/web</webroot>
<adminroot>/home/spatieman/streaming/icecast/admin</adminroot>
<pidfile>/home/spatieman/streaming/icecast/icecast.pid</pidfile>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<logarchive>1</logarchive>
</logging>

<security>
<chroot>0</chroot>

</security>
</icecast>
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat May 17, 2008 1:02 pm    Post subject: Reply with quote

If /stream2.ogg is the problem stream then why don't you see any attempts for the source client to connect on that mountpoint. You should even if it fails. In the access.log if should be listed as SOURCE.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Sat May 17, 2008 3:00 pm    Post subject: Reply with quote

mhh yes.
that is true.
but i do not see the stream2.ogg connecting as source.
weard..
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber